@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
BODY { 
   
   margin: 10 0 10 0px; 
   text-align: center; 
   background-color: #e5552d; 
} 
#contenedor{ 
   text-align: left; 
   width: 1000px; 
   margin: auto; 
  
   
} 
#cabecera{   
   height:170px; 
   color: #333300; 
   font-size:12pt; 
   font-weight: bold; 
   padding: 3 3 3 10px; 
} 
#cuerpo{ 
   margin: 10 0 10 0px;
   margin-top:5px;
   background-image:url(img/tiraInicio.jpg);
   background-repeat:repeat-y;
   font-family:Verdana, Geneva, sans-serif;
   font-size:12px;

} 
#lateral{ 
   width: 276px;    
   float:left; 
} 
#lateral ul{ 
   margin : 0 0 0 0px; 
   padding: 0 0 0 0px; 
   list-style: none; 
} 
#lateral li{ 
  
   margin: 2 2 2 2px; 
   padding: 2 2 2 2px; 
   font-weight: bold; 
} 
#lateral a{ 
   color: #3333cc; 
   text-decoration: none; 
}

#otrolado{ 
   	width: 270px; 
   	float: right;
	margin-right:50px;
	
	margin-top:260px;	
} 
 
#principal{ 
   margin-left: 327px; 
   
   padding: 4 4 4 4px;
   width:330px;
 
} 
#pie{ 
   background-color: #5b5b5b;
   margin-top:5px; 
   padding: 3 10 3 10px; 
   text-align:right;
   height:80px; 
} 

#menu a:link {
	font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
    color:#555;
    font-weight:bold;
}

#menu a:visited {
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#555;
font-weight:bold;
}

#menu a:hover {
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#ccc;
font-weight:bold;

}
#menu a:active {
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#555;
font-weight:bold;

}