@charset "utf-8";
/* CSS Document */
body {
margin: 0px;
padding-right: 0px;
padding-left: 0px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#333;
font-size:1.2rem;
line-height: 1.4em;
background:#F7F7F7;

}
#container{ 
   width:95%;
   max-width:1100px;
   margin:0 auto;
   background:#FFF;
}
#cabecera{ 
   width:100%;
   height:170px;
   background:#FFF;
   
 /* border: 1px solid #000;  */
	}
#logo{ 
   width:150px;
   height:170px;
   /* border: 1px solid #000;  */
   float:left;
   -webkit-box-shadow: 4px 4px 5px #333333;
  -moz-box-shadow: 4px 4px 5px #333333;
   filter: shadow(color=#333333, direction=135, strength=2);  
	}



img{
	width:100%;
	height:auto;
}


/* fin de zona común a todas las resoluciones */
@media screen and (max-width:768px) {
	
   
 /* border: 1px solid #000;  */
	}
	
}

/* fin de la zona para más de 800px de ancho de pantalla */
@media screen and (min-width:1200px) {
	
	
}

/* fin de la zona para más de 1200px de ancho de pantalla */
