/* CSS Document */


#cabecera { 
    background-image: url(imgs/fondo_cab.gif); 
    background-repeat : no-repeat; 
    margin : 0 0 0 0px; 
    background-position : right; 
    padding : 0 0 0 0px; 
    width : 500px; 
    height: 96px; 
} 

#logo { 
    padding : 7 20 11 20px; 
} 

#titulo { 
    padding : 18 20 0 20px; 
    float : right; 
    margin-right: 24px; 
} 

#container { 
    width : 500px; 
    padding : 0 0 0 0px; 
    margin : auto; 
    text-align : left; 
} 

#topCuerpo { 
    margin-bottom : 0px; 
    margin-left : 0px; 
    margin-right : 0px; 
    margin-top : 5px; 
    border-bottom : 1px solid #9b9b9b; 
    width : 493px; 
    float : right; 
} 

#cuerpo { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    padding : 10 10 10 10px; 
    background-image : url(imgs/fondo_cuerpo.gif); 
    margin : 0 0 0 6px; 
    background-position : right; 
    background-repeat : repeat-y; 
    clear : both; 
} 

A:ACTIVE{ 
    color : #003366; 
} 

A:HOVER{ 
    color : #003366; 
    text-decoration : none; 
} 

A:LINK{ 
    color : #003366; 
} 

A:VISITED { 
    color : #003366; 
} 

#numBoletin { 
    background-color : #e9e9e9; 
    border : 1px solid #666666; 
    width : 304px; 
    float : left; 
    padding : 6 0 6 10px; 
} 

#cuerpo1 { 
    clear : both; 
    padding-top: 10px; 
} 

#cuerpoNov { 
    background-color : #ffffff; 
    border : 1px solid #666666; 
    padding : 5 10 10 5px; 
} 

#pieCuerpo { 
    background-image : url(imgs/bajo_cuerpo.gif); 
    height:9px; 
    background-repeat : no-repeat; 
    margin-left : 6px; 
} 

H1 { 
    font-size : 16px; 
    font-weight : bold; 
    color : #003366; 
    text-align : center; 
} 

H2 { 
    font-size : 11px; 
    font-weight : bold; 
    color : #003366; 
} 

.icoTit{ 
    background-image : url(imgs/IcoTit.gif); 
    background-repeat : no-repeat; 
    padding-left:12px; 
    margin-top:0px; 
    background-position : left; 
} 

H3 { 
   font-size: 10px; 
   font-weight : bold; 
   color : #003366; 
} 
.icoNovedad{ 
    background-image : url(imgs/IcoNovedad.gif); 
    background-repeat : no-repeat; 
    padding-left:10px; 
    margin-left:3px; 
    margin-top:0px; 
    margin-bottom:2px; 
    background-position : left; 
} 

.par{ 
    margin-top:2px; 
    padding-left:10px; 
    margin-left:3px; 
} 

.resaltado { 
    background-color : #e9e9e9; 
    border : 1px solid #666666; 
    padding : 6 0 6 10px; 

}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
}
.subarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.resaltadoblanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#ofertas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #D7E3E3;
	text-align: left;
	margin: 5px;
	padding: 5px;
	width: 500px;
	}
	
	#detalle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	margin: 5px;
	padding: 5px;
	width: 500px;
	}
	html {scrollbar-face-color: #008ECD;
scrollbar-shadow-color: #008ECD;
scrollbar-highlight-color: #008ECD;
scrollbar-3dlight-color: #008ECD;
scrollbar-darkshadow-color: #008ECD;
scrollbar-track-color: #99ccff;
scrollbar-arrow-color: #FFFFFF;}

