body {
    background-color: #2862a2;
}

header {
    font-family: "Arial", Georgia, Serif;
    display: block;
    margin: auto;
    text-align: center;
}

main {
    font-family: "Arial", Georgia, Serif;
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 2px;
}

footer {
    clear: both;
    font-family: "Arial", Georgia, Serif;
    text-align: center;	
	color: white;
    display: block;
    margin-top: 0px;
    padding-bottom: 30px;
    border-top: solid 1px #d8d4d4;
    padding-top: 15px;
    font-size: 0.9em;
}

footer a{
	color:white;


}

footer a:hover{
	color:#c9e0e8;

}

footer ul {
	float:none;
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
}

#footer li{
    display: inline;
    margin-left: 0px;
}

.derechosr {
    padding: 10px 0px 0px 0px;
    font-size: 0.95em;
}

.clfootermenu{
	margin-top:15px;
}

h1{
    font-size: 2em;
    font-weight: bold;
    margin-top: 12px;
    color: white;
}

h2{
   font-size: 1.4em;
	font-weight: bold;
	color: white;
	line-height: 28px;

}

h3{
	font-size: 1.3em;

}	

h4{
	font-size: 1em;
	font-weight: normal;

}	

img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

alicenter{
	text-align: center;
}

.texto1{
    padding-top: 130px;
    font-size: 0.8em;
    color: black;
}

.texto1 h2{
    color: black;
}


.texto2{
    padding-top: 2px;
	padding-bottom: 20px;
    font-size: 1em;
    color: white;
   /* width: 80%;*/
    text-align: center;
    margin: auto;
}

.texto2 h3{
    color: white;
}

.texto2 a{
	color:white;

}

.texto2 a:hover{
	color:#c9e0e8;

}

header h1{
   margin-top:20px;
   margin-bottom:0px;
}

main h2{
   font-size: 1em;
	font-weight: bold;
	color: white;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 21px;
    margin-top: 0px;	

}

a{
	color:#4fceff; 

}

a:hover{
	color:#4fceff; 

}



@media screen and (max-width:535px) {
h1{
	font-size: 1.4em;

}
	
h2{
	font-size: 1.3em;

}	

main h2{
   	font-weight: normal;
}	

.texto1{
    padding-top: 50px;
}

.texto2{
    width: 95%;
}
	
}
