/* *************************************************** *
**** ESTILOS APLICABLES A LAS PAGINAS LISTADOS  ********
/* *************************************************** */

/* CONTENIDO TIPO LISTADO */
.contenido_tipo_listado tr {
	width: 580px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 580px;
}

html>body .contenido_tipo_listado tr {
	width: 580px;
}

.contenido_tipo_listado td {
	padding: 10px 5px 5px 5px;
	border-bottom: 2px dotted #d5d5d5;
}

.contenido_tipo_listado p {
	font-size: 60%;
	color: #656565;
	margin: 0 0 5px 0;
	/* justificado */
	text-align: justify;
	/* justificado */
}

.contenido_tipo_listado h3 {
	font-size: 60%;
	font-weight: bold;
	color: #bd8a57;
	margin: 0 0 3px 0;
}

/*.contenido_tipo_listado ul {
	font-size: 60%;
	color: #bd8a57;
	padding: 0;
	margin:10px 0 0 0;
	text-align:right;
	list-style:none;
}

.contenido_tipo_listado ul li {
	display:inline;
	margin: 0 10px 5px 0;
}*/

.contenido_tipo_listado p.direccion {
	font-size: 60%;
	color: #bd8a57;
	text-align:right;
	margin: 0 10px 5px 0;
}
	

.contenido_tipo_listado a {
	color: #bd8a57;
	font-weight: bold;
}

