
body {
    background-image:url(../img/fondo.jpg);
	background-repeat:repeat-x;
	background-color: #CACACA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contenido {
    width:820px;
	margin:auto;
	vertical-align: middle;
}

#header {
	width:820px;
	height:150px;
	margin:auto;
	
}

#footer {
	width:820px;
	height:100%;
	margin:auto;
	display: inherit;
	
	
}

.boton_menu{
        display: block;
		font-family: "Trebuchet MS", Arial; 
		font-size:13px; 
		text-decoration:none; 
		color: #FFFFFF;
		text-align: center;		
		background-image:url('../img/bot_menu.gif');
	  	height: 20px;
		line-height: 20px;
		width:127px;
			
}


.boton_menu:hover{
        display: block;
		font-family: "Trebuchet MS", Arial; 
		font-size:13px; 
		text-decoration:none; 
		color: #FFFFFF;
		text-align: center;		
		background-image:url('../img/bot_menu-02.gif');
	  	height: 20px;
		line-height: 20px;
		width:127px;
			
		
}	


.boton_menu_press{
        display: block;
		font-family: "Trebuchet MS", Arial; 
		font-size:13px; 
		text-decoration:none; 
		color: #FFFFFF;
		text-align: center;		
		background-image:url('../img/bot_menu-03.gif');
	  	height: 20px;
		line-height: 20px;
		width:127px;
			
}


.boton_menu_press:hover{
        display: block;
		font-family: "Trebuchet MS", Arial; 
		font-size:13px; 
		text-decoration:none; 
		color: #FFFFFF;
		text-align: center;		
		background-image:url('../img/bot_menu-03.gif');
	  	height: 20px;
		line-height: 20px;
		width:127px;
			
		
}	

.boton_cont{
        display: block;
		font-family: "Trebuchet MS", Arial; 
		font-size:13px; 
		text-decoration:none; 
		color: #FFFFFF;
		text-align: center;		
		background-image:url('../img/bot_cont.gif');
	  	height: 20px;
		line-height: 20px;
		width:34px;
			
}


.boton_cont:hover{
        display: block;
		font-family: "Trebuchet MS", Arial; 
		font-size:13px; 
		text-decoration:none; 
		color: #FFFFFF;
		text-align: center;		
		background-image:url('../img/bot_cont-02.gif');
	  	height: 20px;
		line-height: 20px;
		width:34px;
			
		
}	

.color {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:bold;
color:#9F003B;
font-size:12px;
}
 

#destacado {
       background-image: url(../img/bullet.gif);
	   background-position: left top;
	   background-repeat:no-repeat;
	   width:400px;
	   padding-left:30px;
	   padding-bottom:10px;
	   font-family:Arial, Helvetica, sans-serif;
	   font-weight:normal;
	   font-size:12px;
	   color: #333333;
	   margin-top:10px;
	   margin-bottom:10px;
	   border-bottom:1px #9F003B solid;
}
	
