@charset "utf-8";
/* CSS Document */
{	margin: 0;
	padding: 0;
}

html{ height:100%; 
 }

body {
	margin: 0;
	height:100%;
	font-family: 'Lato', sans-serif;
     justify-content: center;
     align-items: center;
	 background-color:#ef4031; 
}

/*a:link {
	color: #FC0;
}
a:visited {
	color: #FC0;
}
a:hover {
	color: #FFF;
}*/

img{
	min-width: 180px;
	max-width: 860px;
	width: 100%;
  	height: auto;
	}
	
.logoDiv {
	z-index: 10;
	background-color:#ef4031; 
    opacity: 0.8;
	min-width: 200px;
	max-width: 780px;
	width: 25%;
  	height: auto;
 	position: absolute;
	margin: 10px;
	padding: 20px;
	z-index: 1000;
	border: 6px solid #15de00;
	}

	
.contenedor {
	width: 90%;
	max-width: 1000px;
	margin: 20px auto;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, auto);

	grid-template-areas: "header	about"
						 "info-1 	info-2"
						 "vacio 	footer";
}

.contenedor > div,
.contenedor .header,
.contenedor .about,
.contenedor .menu,
.contenedor .footer {
	background: #e2e2e4;
	padding: 20px;
	border-radius: 4px;
}

.contenedor .header {
	background: #ef4031;
	color: #fff;
	grid-area: header;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.contenedor .about {
	grid-area: about;
	text-align: justify;
	FONT-WEIGHT: 300;
	FONT-SIZE: 0.8rem;
	font-family: 'Roboto Slab', serif;
	color: #ef4031;
	font-style: italic;
}

.contenedor .vacio {
	grid-area: vacio;
		background: #ef4031;
}

.contenedor .menu {
	grid-column: 3 / 4;
	background: #fAA43D;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	grid-area: menu;
}

.contenedor .info-1,
.contenedor .info-2 {
	background: #e2e2e4;
	color: #003;
	height: auto;
	align-items: center;

}

.contenedor .info-1 {
	grid-area: info-1;
	padding: 10px;
	
}

.contenedor .info-2 {
	grid-area: info-2;
	padding: 10px;
	
}

.contenedor .footer {
	background: #ef4031;
	color: #fff;
	border: 6px solid #15de00;
	text-align: center;
	grid-area: footer;
}

@media screen and (max-width: 540px){
	.contenedor {
		grid-template-areas: "header	header"
						 	"about		about"
							 "info-1 	info-1"
						 	"info-2 	info-2"
						 	"footer 	footer";
	}
}

/* FUENTES */

.logoIMG {
	z-index: 10;
	background-color:#ef4031; 
    min-width: 100px;
	max-width: 480px;
	width: 85%;
  	height: auto;
	padding: 5%;
	border: 6px solid #15de00;
	}
	
	.infoIMG {
	background-color:#ef4031; 
    min-width: 100px;
	max-width: 480px;
	width: 100%;
  	height: auto;
	text-align: center;
	border: 0px solid #15de00;
	}

	.subtitulo{
	font-size: 1.5rem;
	font-family: 'Lato', sans-serif;
  	font-weight: 700; 
    font-style: normal;
	letter-spacing: 0.05em;
	color: #f04031;
	line-height: 1.6rem;
	text-align: left;
	}	
	
	.titulo{
	font-size: 1.8rem;
	font-family: 'Lato', sans-serif;
  	font-weight: 900; 
    font-style: normal;
	letter-spacing: 0.05em;
	color: #404040;
	line-height: 2.1rem;
	text-align: left;
	}	
	
	.copete {
	font-family: 'Roboto Slab', serif;
	FONT-WEIGHT: 500;
	FONT-SIZE: 1rem;
	COLOR: #404042;
	line-height: 125%;
/*	letter-spacing: -0.02em;*/
	text-align: justify;
 /*	text-justify: inter-word;*/
	text-justify:inter-character;
	}	
	
	.cuerpo {
	font-family: 'Roboto Slab', serif;
	FONT-WEIGHT: 300;
	FONT-SIZE: 0.95rem;
	COLOR: #404042;
	line-height: 125%;
/*	letter-spacing: -0.02em;*/
	text-align: justify;
 /*	text-justify: inter-word;*/
	text-justify:inter-character;
	}

.epigrafe {
	FONT-WEIGHT: normal;
	FONT-SIZE: 1rem;
	font-style: normal;
font-family: 'Roboto Slab', serif;
	TEXT-DECORATION: none;
	color: #15de00;
	line-height: normal;
}

.links {
    font-size: 0.8rem;
	font-family: 'Lato', sans-serif;
  	font-weight: 900; 
    font-style:normal; 
	letter-spacing: 0.05em;
    color: #1E1D1D;
    border: 3px solid #1E1D1D;
    background-color: #15DE00;
    text-decoration: none;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    text-transform: uppercase;

}


a.links:link{

	font-family: 'Lato', sans-serif;
  	font-weight: 900; 
    font-style:normal; 
	letter-spacing: 0.05em;
    color: #1E1D1D;
    border: 3px solid #1E1D1D;
    background-color: #15DE00;
    text-decoration: none;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
	

a.links:hover{

	font-family: 'Lato', sans-serif;
  	font-weight: 900; 
    font-style: normal;
	letter-spacing: 0.05em;
	color: #15DE00 ;
    border: 3px solid #15de00;
    background-color:#000;
    TEXT-DECORATION: none;
        padding-top: 0.2rem;
    padding-bottom: 0.2rem;

}
	
.bordeTabla {
	border: 6px solid #15de00;
    
}
