@charset "UTF-8";
/* CSS Document */


/**********ESTILOS ENCABEZADOS********/
	h1,h2,h3,h4,h5,h6 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 0.875rem; padding:0rem 0rem 0rem 0rem; margin:0rem 0rem 0.625rem 0rem; text-align:center; color:#B25F2B; text-transform:none; } /**TÍTULO PPAL INTEERNAS***/
	h1 span{ font-size:1.25rem; color:#424242; font-weight:400; }
	h2 { font-size: 1.25rem; text-align:left; padding:0rem 0rem 0.3125rem 0rem; margin:0.625rem 0px 0.625rem 0px; text-transform:capitalize;} /**SUBTÍTULOS INTERNAS**/
	h3 { font-size: 1.063rem; text-align:left; margin:0px; text-transform:uppercase;} /**TÍTULOS MENÚ CRÉDITOS**/
	h4 { font-size: 1.188rem; margin:0 0 0.3125rem 0; text-align:center; padding:0.625rem; color:#000; text-transform:uppercase; border-bottom:0.0625rem solid #D5D5D5;} /**TITULO MENU DERECHA **/
	h5 { font-size: 1.875rem; text-align:left; margin:0rem; padding:1rem 0rem; color:#F3F3F3; text-transform:capitalize;} /**TITULOS DE CADA AREA DE PRACTICA HOME**/
	h6 { font-size: 1.875rem; text-align:center; padding-bottom: 0rem; margin:0rem 0rem 0.625rem 0rem; text-transform:none; color:#FFF; border-bottom:0.0625rem solid #F3DD79; border-top:0.0625rem solid #F3DD79;} /**TITULOs AREA PRACTICA Y QUIENES SOMOS HOME***/

/*============================ESTILOS AD DEL SITIO WEB===========================*/

/**********ANCHO FULL ROW********/
.full_size {
	max-width:100%;
}

/******LOGO GRUPO EMPRESARIAL*********/
#logo_sitio {
	padding-top:5%;
	padding-bottom:1.875rem;
	text-align:center;
}

#logo_sitio img {
	width:100%;
	max-height:100%;
	max-width:100%;
}

/******FRANJA DORADA*****/
.franja_dorada_superior img {
	vertical-align:bottom;
	width:100%;
	max-height:100%;
	max-width:100%;
}

.franja_dorada_inferior img {
	vertical-align:top;
	width:100%;
	max-height:100%;
	max-width:100%;
}

/******FONDO CONTENEDOR LOGOS*******/
.fondo_contenedor_logos {
	background-color:#FFFFFF;
}

/******LOGOS EMPRESAS*********/
.fondo_logos {
	text-align:center;
	background-color:#FFFFFF;
}

.fondo_logos img {
	max-height:250px;
}

/****FRASE PARA INGRESAR******/
#texto_logos {
	text-align:center;
	color: #000;
}


/**=======================INICIO MEDIA QUERY AD============================**/

/* small displays */
@media only screen {
	
	table thead tr th,
	table tfoot tr th,
	table tfoot tr td,
	table tbody tr th,
	table tbody tr td,
	table tr td {
	display:list-item !important;
	line-height: 1.125rem; }	
		
	/*********CONTENIDOS IMAGENES**********/
	.contenido img {
		margin:10px 0px !important;
		width:100% !important;
		max-height:100%;
		max-width:100%;
	}
			
}

/* medium displays */
@media only screen and (min-width: 40.063em) {
	
	table thead tr th,
	table tfoot tr th,
	table tfoot tr td,
	table tbody tr th,
	table tbody tr td,
	table tr td {
	display:inline-table !important;
	line-height: 1.125rem; }
	
	/*********CONTENIDOS IMAGENES**********/
	.contenido img {
		margin:10px 0px !important;
		max-height:100%;
		max-width:100%;
	}
		
}

/* large displays */
@media only screen and (min-width: 64.063em) {
	
	table thead tr th,
	table tfoot tr th,
	table tfoot tr td,
	table tbody tr th,
	table tbody tr td,
	table tr td {
	display:table-cell !important;
	line-height: 1.125rem; }
	
	
	/*********CONTENIDOS IMAGENES**********/
	.contenido img {
		margin:10px 10px 10px 0px !important;
		max-height:100% !important;
		max-width:100% !important;
	}

}

/**=======================FIN MEDIA QUERY AD============================**/