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


.fot {
width:100%;
background-color:#900;
color:#FFF;
font-family:Verdana, Geneva, sans-serif;
font-size:13px;
text-align:center;
padding-top:3%;
padding-left:0px;
padding-right:0px;

margin-top:10%;
height: 100px;
}

.contenedor {width:100%;
background-color:#fff;
margin-bottom:0px;
padding-left:0px;
padding-right:0px;

}

.lo {width:100%;
height:auto;
background-color:#fff;
text-align:center;

}





body { 
  height: 100%; 
  margin: 0; 
  padding: 0; 
  text-align: center;
  background-color:#900;
}
 
body {
  display: table;
  width: 100%;
}

<style>


<!--


a:hover{text-decoration:none; 
color:#CCC;}


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


-->


</style>

.img3 {
  max-width: 100%;
  height: auto;
}






@media screen and (max-width:800px) {
	body {
		background:#900;
		
	}
	
	.img3 {
  width: 350px;
  height: auto;
}
	
	
	
	
		

	




