@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'Aller';
	src:url('../fonts/aller_rg-webfont.eot');
	src:url('../fonts/aller_rg-webfontd41dd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/aller_rg-webfont.html') format('woff'),
		url('../fonts/aller_rg-webfont.ttf') format('truetype'),
		url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
}

.logoextendido {
	width: 200px;
}

.inicio {
	margin: auto;
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #2c3847;
	display: flex;
    justify-content: center;
    align-items: center;
}

.inicio a {
	font-family: "aller";
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

.inicio a:hover {
	color: #51657d;
}

.header {
	margin: auto;
	position: relative;
	width: 100%;
	height: 300px;
	background: linear-gradient(to bottom, #51657d, #2c3847);
	display: flex;
    justify-content: center;
    align-items: center;
}

.escudovedacoah {
	width: 200px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor1 {
	width: 90%;
	height: auto;
	margin: auto;
	background-color: rgb(255, 255, 255);
	
	display: flex;
	align-items: center;
	flex-direction: column;
}


.menu2 {
	display: flex;
	align-items: center;
}

.menu2 a {
	margin: auto;
	font-family: "aller";
	color: #3b4b5e;
	text-decoration: none;
	background-color: #b9c1cb;
	padding: 10px;
	font-size: 13px;
}

.menu2 a:hover {
	color: #FFFFFF;
	background-color: #2c3847;
}

.header2 {
	width: 100%;
	background-color: #2c3847;
	margin-bottom: 40px;
}

.header2 h2 {
	font-family: "aller";
	color: #FFFFFF;
	text-align: center;
	display: flex;
    justify-content: center;
	align-items: center;
}

.aviso {
	font-family: "aller";
	width: 80%;
	color: rgb(135, 135, 135);
	text-align: justify;
	margin-top: 30px;
}

.imgPortada {
	background: #C8C8C8;
	width: 100%
}

.portadassp {
	width: 1181px;
	height: auto;
	margin: auto;
	display: block;
	
}

.contenidofotoytexto {
    width: 100%;
    height: 590.5px;
    margin: auto;
    position: relative;
    padding-top: 5px;
    margin-bottom: 10px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 590.5px);
}

.foto {
    width: 590.5px;
}

.contenedortexto {
    background-color: rgb(230, 230, 230);
	overflow: scroll;
}

.textotitulo {
    font-size: 30px;
    color: rgb(0, 0, 0);
	line-height: 0px;
	
    display: flex;
    justify-content: center;
    align-items: center;
	
}

.textotitulo2 {
    font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.texto {
	font-size: 15px;
    color: rgb(0, 0, 0);
    padding: 10px;
    text-align: justify;
	line-height: 16px;
	padding-left: 40px;
	padding-right: 40px;
	
	display: flex;
    justify-content: center;
    align-items: center;

	
}

/* ESTILOS CARTA NO ANTECEDENTES */

.contenido {

	width: 1000px;
	padding: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}

.contenido p {
	width: 1000px;
	text-align: center;
}

.enlace1 {
	text-decoration: none;
	font-size: 25px;
	background-color: green;
	color: #fff;
	padding: 10px 20px 10px 20px;
	border-radius: 3px;
}

.enlace1:hover {
	background-color: darkgreen;
}

.telefono {
	width: 1074px;
	background-color: #323232;
	color: #fff;
	padding: 5px 20px 5px 20px;
}

/* ESTILOS CALEA */

.logocalea {
	width: 200px;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}


.enlacecalea {
	width: 63%;
	text-decoration: none;
	font-size: 16px;
	font-family: "aller";
	text-align: center;
	background-color: #51657d;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	border-radius: 3px;
	margin-bottom: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}

.enlacecalea:hover {
	background-color: #2c3847;
	color: #ffffff;
}

/* ESTILOS direccion */

.titulodireccion {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}

.menudireccion li a {
	display: flex;
    align-items: center;
}

.menudireccion li a:hover {
	background-color: darkgreen;
}



/* ESTILOS requisitos */

.iconrequisitos {
	width: 40px;
	margin-right: 10px;
}


.contenido2 {
	width: 900px;
	padding: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	margin-left: 50px;
}







