/* CSS Document */
html, body { height:100%;}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#e50009;
}

a { font-weight:bold; color:#000000; text-decoration:underline;}
a:hover { font-weight:bold; color:#333333; text-decoration:none;}

#cabezal {
background-image:url(img/cabezal.gif);
width:760px;
height:80px;
margin:0;
padding:0;
}


#contenido { 
width:758px; 
padding:0 1px 10px 1px;
background-color:#FFFFFF;  
clear:both;
margin:0;
background-image:url(img/bottom.gif);
background-repeat:no-repeat;
background-position:bottom;
}

.top { 
width:760px; 
height:10px;
background-image:url(img/top.gif);  
background-repeat:no-repeat; 
margin:10px 0 0 0; 
padding:0;
background-color:#FFFFFF;
}




#destacado {margin:5px; float:left; display:block;}

.des { 
width:352px;
margin:0; 
padding:0 3px 0 7px;
font-size:10px;
line-height:15px;
text-align:left;
clear:both;
min-height:100px;
background-image:url(img/des_bottom.gif); 
background-repeat:no-repeat;
background-position:bottom;
}

.des a { font-weight:bold; color:#e50009; text-decoration:underline;}
.des a:hover { font-weight:bold; color:#e50009; text-decoration:none;}

.des img {
float:left;
margin:0 5px 0 0;
border:1px solid #e50009;
}

.des_tit {
font-size:14px;
font-weight:bold;
color: #e50009;
margin:0;
padding:0;
}

.des_pre {
font-size:14px;
font-weight:bold;
color: #000000;
margin:10px 5px; 0 0;
padding:0;
text-align:right;
}

.des_top { 
width:362px; 
height:7px;
background-image:url(img/des_top.gif);  
background-repeat:no-repeat; 
margin:10px 0 0 0; 
padding:0;
}



