/*--- link de descarga de documento ---*/
a.redlink{
color: red ; 
}

p.alinearDcha{
text-align:right;
}
/***/

p.interlineadoLinks{
line-height: 150%;
}


table.tablasPequesContenidoConImagen{
margin-top: 5px; 
margin-bottom: 5px;
border-bottom: 1.5px dashed #000000; 
}

table.tablasPequesContenidoConImagen tr td.margenesTextoContenidoConImagen{
padding-left:10px; 
padding-right:10px;
margin-top: 5px;
}

.tituloContenidoConImagen{
font: bold 12.2px Arial;
}

table.tablaGrandeContenidoConImagen tr td.margenestdContenidoConImagen{
margin-top: 5px;
padding-left:10px; 
padding-right:10px;
}


/*PARTE DEL CONTENIDO SIN IMAGEN CON BOTONES Y ENLACES*/
.mainContenidoSinImagen .titulo{
	font-size: 1.6em;
	margin-bottom: 0.8em;
	font-weight: bold;
	line-height: normal;
}
.mainContenidoSinImagen .texto{
	margin-bottom: 1em;
	line-height: 1.3em;
	font-size: 1.1em;
}
/*Botones*/
.mainContenidoSinImagen .bloque-botones{
	margin-bottom: 1em;
	max-width: 20em;
}
/*Enlaces*/
.mainContenidoSinImagen .bloque-enlaces{
	margin-bottom: 1em;
}
.mainContenidoSinImagen .enlace{
	margin-bottom: 0.5em;
}
.mainContenidoSinImagen .enlace a{
	color: black;
}


/*PARTE DEL CONTENIDO SIN IMAGEN CON BOTONES Y DOCUMENTOS*/
.mainContenidoSinImagenDocumento .titulo{
	font-size: 1.5em;
	margin-bottom: 1em;
	font-weight: bold;
}
.mainContenidoSinImagenDocumento .texto{
	margin-bottom: 1em;
	font-size:1.1em;
}
/*Documentos*/
.mainContenidoSinImagenDocumento .bloque-documentos{
	margin-bottom: 1em;
}
.mainContenidoSinImagenDocumento .bloque-documentos .pdf{
	overflow: hidden;
}
.mainContenidoSinImagenDocumento .bloque-documentos .logoPdf{
	float: left;
}
.mainContenidoSinImagenDocumento .bloque-documentos .enlacePdf{
	font-weight: bold;
	float: left;
	margin-left: 1em;
}
/*Botones*/
.mainContenidoSinImagenDocumento .bloque-botones{
	margin-bottom: 1em;
	width: 20em;
}
/*Enlaces*/
.mainContenidoSinImagenDocumento .bloque-enlaces{
	margin-bottom: 1em;
}
.mainContenidoSinImagenDocumento .enlace{
	margin-bottom: 0.5em;
}
.mainContenidoSinImagenDocumento .enlace a{
	color: black;
}
