a {
color:#e31e3c;	
	text-decoration:none;
	}


body 	{ 
position:absolute;
width:100%;
height:100%;
top:0;
line-height: 100%;
text-align:center;
background:#fff;
}

#container 	{
position: relative;
width: 100%;
min-height:570px;
height:auto;
margin: 0 auto;
}

#contenidos {
position: relative;
width: 50%;
height:auto;
min-height:700px;
margin: 0 auto;
padding-top:1%;
border:0px solid #ccc;

font-family: "Lato";
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 30px;
}


.flotado {
position: relative;
float:left;
width: 100%;
min-height:570px;
height:auto;
margin:0 0 0 0;
	
	}

.logo {
	position:relative;
	float:left;
	width:90%;
	height:auto;
	text-align:center;	
	padding:30px 5%;
	border-bottom:1px solid #ccc;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Lato";
font-size: 15px;
font-weight: 600;
font-style:italic;
line-height: 20px;
text-align:center;	
color:#e31e3c;
}


h2 {
font-size: 30px;	
	font-style:normal;
	}



p.email-avisos a {
	position:relative;
	float:left;
	width:100%;
	margin-top:20px;
font-size: 22px;		
	}

p.direccion {
	position:relative;
	float:left;
	width:100%;
	margin-top:20px;
font-size: 16px;		
color:#333;
padding-bottom:30px;
	}



.erisa {
	position:relative;
	float:left;
	width:90%;
	height:auto;
	text-align:center;	
	padding:30px 5%;
	border-top:1px solid #ccc;
}











	
	
	
@media screen and (max-width:767px) {	
#contenidos {
width: 90%;
min-height:auto;

}