@charset "utf-8";
/* CSS Document */

body { 
	background: #CCC url(../images/fondo.jpg) repeat-x; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px
}

#wrapper{ width: 900px; height:auto; background:#FFF; margin:auto;}

#header{ width:900px; height:120px; background:#EAEAEA;}

.logo{ float:left; width:150px; height:100px; padding:5px 15px;}
.menutop{ float:right; padding-top:20px; padding-right:10px; }

/*////////////////////////////////////// MENU TOP INICIO///////////////////////////////*/

#navitop {  
	list-style:none;
	margin:0;
	padding:0;
}
#navitop li {
	padding:0; 
	float:left;
	border-left: 1px #CCC solid; 
		
}
#navitop li a {
	display:block;
	width:65px;
	padding:4px;
	text-decoration:none;
	text-align:center;
	font-size:10px;
	color: #666;
	
}

#navitop li a:hover {
	color:#660000; text-decoration:underline;
}


/*/////////////////////////////////////// MENU TOP FINAL///////////////////////////////*/


.clear{ clear:both !important;}

/*///////////////////////////////////MENU INICIO////////////////////////////////// */

#menu{ background: #c3c3c3 url(../images/menu.jpg) repeat-x; height:38px; 870px; margin:auto;}

#navi {  
	list-style:none;
	margin:0;
	padding:0;
}
#navi li {
	padding:0; 
	float:left;
	background:url(../images/bor_left_menu.png) no-repeat right;
	height:38px;
		
}
#navi li a {
	display:block;
	width:100px;
	padding:12px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#000;
	
}

#navi li a:hover {
	color:#fff;
	background-color:#660000;
}

/*///////////////////////////////////////////Menu End///////////////////////////////*/


#content{ width:870px; padding:15px;} 

.content_left{ float:left; width:600px;}
#columna_right{ float:right; width: 250px; }

.noticias{ width:250px;color:#fff; padding-bottom:15px !important;}
.noticias h2{ font-size:16px; border-bottom: #FFF 2px solid; margin:0; padding-left:15px; padding-bottom:6px; font-weight:bold;}

.top{ height:10px; background:#660000 url(../images/modulo_top_vino.jpg) no-repeat;}
.bottom{ height:10px; background:url(../images/modulo_bottom_vino.jpg) no-repeat;}
.noticias_content{ padding:7px; width:236px; background:#660000 url(../images/imagen_noticias.jpg) center no-repeat;}


.enlaces{width:250px; height:auto;color:#000}
.enlaces h2{ font-size:16px; border-bottom: #660000 2px solid; margin:0; padding-left:15px; padding-bottom:6px; color:#660000; font-weight:bold;}

.enl_top{ height:9px; background:#dbdce3 url(../images/enlaces_top.jpg) no-repeat;}
.enl_bottom{ height:9px; background: url(../images/enlaces_bottom.jpg) no-repeat;}
.enlace_content{ padding:7px; width:236px; background:#dbdce3; color:#660000}




#footer{ background: url(../images/footer.jpg) repeat-x; width:870; padding:0 15px; height:50px;}

#footer_content{ text-align:center; font-size:10px; color:#FFFFFF; padding-top:20px; 
background: url(../images/footer_porter.jpg) no-repeat right; height:30px;}




.informacion {
    margin-right:30px;
	margin-bottom:10px;
}
.informacion .left{
    float:left;
	width:250px;
	margin-left:2px;
	text-align:left;
	color:#000066;
	margin-right:5px

}
.informacion .left li{
    list-style: none;
	padding-left:30px;
	margin-bottom:5px;
	background:url(../images/flecha.gif) no-repeat left top;

}

.informacion .left ul{
padding:0;
margin:0;
}
.informacion .borde{
    border: #3366CC dashed 1px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	line-height:20px;
}

.informacion .right{
    float:right;
	width:300px;
	text-align:left;
	line-height:20px;
	margin-left:5px;
	
}
.informacion .right ul{
	margin-left:10px;
	margin-top:15px;

}

