/*utilities*/
.pushDown {clear: both; height:1px;} /*used inside end of div, stretches it to clear all its contents*/
.input_grey {background-color:#DDDDDD;} /*colores de fondo para inputs grises*/
.show_for_print{display: none;} /*for items that must be hidden until page is printed*/

/* --- ESTILOS PRINCIPALES --- */
body {
	background: #000000;
	padding-top:20px;
	font: 12px Helvetica, Verdana, Tahoma, Arial, sans-serif;
	color:#FFF;
}

.wcuerpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
.wcuerpomap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

.wbodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}
.wcampostabla {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	font-weight: bold;
}

.vendimia {
	/*para CUADERNO de VENDIMIA*/
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
}
a.vendimia:link, a.vendimia:visited {
	/*para CUADERNO de VENDIMIA*/
	text-decoration:none;
	color:#92004B;
	font-weight:bold
}

.rojogrande {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: 95051A;
}

.wcuerpomain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

/*evitan el outline de puntos alrededor de imagenes pulsadas*/
a{
	outline:none;
	text-decoration:none
}
img{
	outline:none;
	border:0px;
}

.div_fotos_vinos{
/*etiquetas en pagina de vinos*/
float:left;
margin-right: 16px;
margin-bottom: 10px;
}

.div_fotos_album{
/*thumbnails en pagina de album fotos*/
float:left;
margin-top: 7px;
margin-right: 4px;
margin-left: 5px;
margin-bottom: 10px;
border: 2px, solid;
border-color: #FFFFFF;
}

.left { float: left; }
.right { float: right; }

.leftimginclude {
	/* imagenes en includes_html */
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
.rightimginclude {
	/* imagenes en includes_html */
	float: right;
	margin-left:10px;
	margin-bottom:10px;
	}

#container {
	/*este primer margin se pierde en IE al cargar el wztooltips - así que lo quito y lo meto como padding-top en body*/
	margin: 0px auto 0px auto;
	padding: 0px 3px 3px 3px;
	width: 896px;
	/*width: 915px;*/
	text-align: center;
	background: #FFF;
	/*background: url("images/body_sideshadow.png") top center repeat-y;*/
}

/* --- ESTILOS CABECERA --- */
#header {
	padding-top:5px;
}

#logoholder_home {
	width: 893px;
	height: 91px;
	display:block;
	margin:0px;
	background:url("../w_roll/banner_home.jpg") no-repeat top left;
	cursor: hand;
}

/*   Menu Holder graphics - BIT  */

.menubar {
	height: 25px;
	width: 893px;
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #FFFFFF;
	margin-bottom: 3px;
	background: url("images/mainMenu-bkg3.gif") repeat-x 0 0;
	text-align:left;
	}
	
/* -- topmenu specific menu definitions -- */

#nav {
	float: left;
	padding: 0px;
	margin: 0px;
	height: 25px;
	/*border-right: 1px solid #a93333;
	border-left: 1px solid #640000;*/
	z-index: 500;
	position: absolute;
	width: 893px;
	}

/*FOLLOWS STYLES FROM JS MENU CODE********************************* */
#nav a.topmenu {
	display: block;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	background: url("images/mainMenu-tab3.gif") repeat-x 0 0;
	/*border-top: 1px solid #BBBBBB;*/
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #777777;*/
	/*border-bottom: 1px solid #777777;*/
	
	white-space:nowrap;
	/*text-transform: uppercase; QUITADO PARA PODER HACER LO DE LA a en a3c */
	font-size: 11px; /*was 10; reduced to try and fit more txt in menus*/
	font-weight: bold;
	text-align:center;
	/*width: 118px;*/ /* AL QUITAR ESTE, IE6 HACE QUE CADA BOTON LLEGUE DE LADO A LADO*/
	/* ASI QUE HAY QUE ESPECIFICAR EL ANCHO DE CADA UNO PARA QUE QUEDEN BIEN */
	}
	
/*ESPECIFICACION DEL ANCHO DE CADA BOTON PARA RODEAR A IE6 - se mete en class de cada boton*/
/*los de la web publica*/
.butwidth_1 {width: 97px;}
.butwidth_2 {width: 104px;}
.butwidth_3 {width: 116px;}
.butwidth_4 {width: 92px;}
.butwidth_5 {width: 110px;}
.butwidth_6 {width: 97px;}
.butwidth_7 {width: 111px;}
.butwidth_8 {width: 166px;}
/*los de la web publica - EN INGLÉS*/
.butwidth_1_en {width: 112px;}
.butwidth_2_en {width: 119px;}
.butwidth_3_en {width: 131px;}
.butwidth_4_en {width: 107px;}
.butwidth_6_en {width: 112px;}
.butwidth_7_en {width: 126px;}
.butwidth_8_en {width: 186px;}

/* TOP UL/LI MENUS USABILITY (style the items marked as product in the page generator) (en DIVs y FABs menus)*/
#tm_item a {
	color: #990000;
}
#tm_item a:hover {
	color: #FFFFFF;
}
	
#nav a.topmenu:hover {
	/*color: #FFFFFF;*/
	color:#9d0016;
	background: url("images/mainMenu-tab3.gif") repeat-x 0 -25px;
	}

#nav li{
	float: left;
	display: inline;
	padding: 0;
	z-index: 550;
	}

/*this is the css for the horizontal version*/

.horizontal li ul{ /*ul que contiene 2o nivel de LIs*/
	position: absolute;
	height: auto;
	width: 168px;

	/*las que sigue cambia la fuente del desplegable primario*/
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;

	font-weight: normal;
	padding: 0;
	border-right: 2px solid #b6b6b6;
	border-top: 1px solid #b6b6b6;
	/*border-bottom: 1px solid #b6b6b6;*/
	z-index: 530;
	}

.horizontal li li {
	background: #FFFFFF url("images/submenu-bkg.gif") no-repeat 0 0;
	color: #666666;
}

.horizontal li ul li ul {
	/*las dos que siguen cambian el tamano txt en menus desplegables desde tercer nivel en adelante para que quepan los nombres*/
	font-family: Tahoma, Arial, sans-serif;
	font-size:10px;
}

.horizontal li li a {
	display: block;
	/*background: #ffffff url(images/submenu-bkg.gif) no-repeat 0 0;*/
	color: #666666;
	border-bottom: 1px solid #b6b6b6;
	border-left: 2px solid #b6b6b6;
	border-right: 2px solid #b6b6b6;
	border-top: none;
	width: 166px;
	w\idth: 166px;
	padding: 0;
	height: 26px;
	line-height: 26px;
	text-indent: 5px;
	overflow:hidden; /*hides overflow of too long menu txts*/
	}

.horizontal li li a:hover {
	color: #ffffff;
	/*el #333333 es para IE6 que a veces no carga el grafico de fondo, y entonces se pierde el txt blanco*/
	background: #333333 url("images/submenu-bkg.gif") no-repeat 0 -26px;
	}

/*esto se puede hacer porque JS marca con class haschild los que tienen descendientes*/
.horizontal li .haschild {
	color: #ffffff;
	background: #ffffff url("images/submenu-bkg.gif") no-repeat right 0px;
}

.horizontal li .haschild li a:hover {
	color: #ffffff;
	/*el #333333 es para IE6 que a veces no carga el grafico de fondo, y entonces se pierde el txt blanco*/
	background: #333333 url("images/submenu-bkg.gif") no-repeat 0 -26px;
	}

.horizontal li li ul {
	position: absolute;
	margin-top: -28px;
	margin-left: 168px;
	border-top: 1px solid #b6b6b6;
	}

		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		
/* --------- end of horizontal top menu -------------------*/	

/*varios de ZOOM*/

.div_fotos_vinos{
/*etiquetas en pagina de vinos*/
float:left;
margin-right: 16px;
margin-bottom: 10px;
}

.div_fotos_album{
/*thumbnails en pagina de album fotos*/
float:left;
margin-top: 7px;
margin-right: 4px;
margin-left: 5px;
margin-bottom: 10px;
border: 2px, solid;
border-color: #FFFFFF;
}

.icuerpo {
	/*para INFORMES*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

.vendimia {
	/*para CUADERNO de VENDIMIA*/
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
}
a.vendimia:link, a.vendimia:visited {
	/*para CUADERNO de VENDIMIA*/
	text-decoration:none;
	color:#92004B;
	font-weight:bold
}


/* ----------- SIDEBAR -------------*/

#sidebar {
	width: 220px; /*relacionado con #middle mas abajo*/
	margin: 0px 0 0 670px;
	font: 12px Helvetica, Verdana, Tahoma, Arial, sans-serif;
	
	/*background: #1bb6f1 url(images/sidebar_bg.gif) top left repeat-x;*/
	}
		
.sidebarBox {
	margin: 3px 0 0 0;
	display:block;
	padding: 0px 10px 10px 7px;
	color: #FFFFFF;
	text-align:center;
	/*background: #CCCCCC url("images/sidebar_bg.gif") top left repeat-x;*/
	/*color as footer*/
	/*background: #cccccc;*/
	/*marco como en menu*/
	/*border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;*/
	/*background-image:url(images/bg_sidebar_grey.gif);*/
	}

.sidebarBoxBtn {
	margin: 0;
	height:auto;
	display:block;
	color: #ffffff;
	}

.sidebarBoxBtn a {
	text-decoration: none;
	font-weight: bold;
	color:#555555;
	}

.sidebarBoxBtn a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}		

.sidebarBox h1 {
	font-size: 14px;
	margin: 4px 0 10px 0;
	line-height: 16px;
	border-bottom: 1px solid #ffffff;
	text-transform: uppercase;
	}

.sidebarBox p {
	padding: 2px 0 0 5px;
	}

.sidebarBox a {
	text-decoration: none;
	font-weight: bold;
	color:#555555;
	}

.sidebarBox a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
.sidebarBox p img { margin: 3px; }

.sidebarBox ul {
	list-style: none;
	padding: 10px 0px 0px 10px;
	}

.sidebarBox ul li {
	padding: 0px 0px 0px 0px;
	font-size:10px;
	/*line-height: 1.5em;*/
	}
	
.sidebarBox ul li ul {
	list-style:disc;
	padding: 0px 0px 5px 15px;
	margin-left:15px;
	}

/*above know used for sidebar*/	

		#sidebar .container-edit{
			padding: 0 0 0 10px;
			margin: 0 0 5px 0;
			clear: none;
		}
		


			.sidebarBox h2 {
				margin: 10px 0 5px 0;
				font-weight: bold;
				color: #ffffff;
				font-size: 115%;
			}
			
			.sidebarBox .headshot{
				float: left;
				padding: 9px;
				background-image: url("images/headshotGlow.png");
				background-repeat:no-repeat;
				background-position: center center;
			}

			.sidebarBox .affiliateSidebar{
				float: left;
				margin-left: -5px;
				margin-top: -3px;
			}


				
				.sidebarBox ul li span{
					float: right;
				}

			.sidebarBox strong {
				color: #ffffff;
				font-weight: bold;
			}
			
			
		
/* ----------- END OF SIDEBAR -------------*/	
		

/*NEW - selectable TRs in tables*/
.selectable { cursor: pointer }
		
				
/* ***************************************** USADOS ARRIBA ********************************************************************  */

			
				
				

/* --------------- MAIN CONTENT AREA STYLES ----------------- */
#middle {
	padding: 0 0 10px 0;
	margin: 0 auto 0 auto;
	line-height: 1.2em;
	text-align: left;
	/*background: #FC6; /*SEPIA*/
	/*background: #030; /*VERDE BOTELLA*/
	background: #3F0021; /*GRANATE*/
	width: 893px;
	background-image: url(images/middle_bg.gif);
	}

#content {
	clear: left;
	width: 620px; /*relacionado con #sidebar más arriba*/
	float: left;
	margin: 0px 0px 0px 20px;
	font-size: 12px;
	}

#middle_news {
	padding: 0 0 10px 0;
	margin: 0 auto 0 auto;
	line-height: 1.2em;
	text-align: left;
	/*background: #FC6; /*SEPIA*/
	/*background: #030; /*VERDE BOTELLA*/
	background: #3F0021; /*GRANATE*/
	width: 893px;
	}
	
#content_news {
	/*especial para páginas sin lateral, como las de noticias*/
	clear: left;
	width: 850px;
	float: left;
	margin: 0px 0px 0px 20px;
	font-size: 12px;
	}
	
#special_lower_bar {
	clear: left;
	width: 660px; /*mas ancho, porque es para los 3 botones centrales*/
	float: left;
	margin-left: 1px;
	font-size: 12px;
	}

#content p {
	margin: 10px auto 5px auto;
	line-height: 1.3em;
	}

#content p a, #content a {
	text-decoration: none;
	font-weight: bold;
	color:#990000;
	}

#content p a:hover, #content a:hover {
	color:#FF3300;
	text-decoration:underline;
	}

#content h1 {
	font-size: 16px;
	color: #990000;
	border-bottom: 2px dotted #a21c1f;
	margin: 16px 0px 5px 0px;
	padding: 0 0 3px 0;
	line-height: 1.2em;
	}
	
#content h2 {
	font-size: 14px;
	color: #990000;
	margin: 16px 0px 0px 0px;
	padding: 0 0 3px 0;
	border: 0px;
	line-height: 1.2em;
	}
		
#content h2 a{
	color: #990000;
	text-decoration: none;
	}
		
#content h2 a:hover{
	color:#FF3300;
	text-decoration: underline;
	}	

.imageIcon{
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	}
	
#content ul{
	list-style: square;
	list-style-position:outside;
	margin-top: 5px;
	margin-left:47px;
	}		
		
		
		#content ul li{
			margin-top: 5px;
			margin-bottom: 5px;
		}
		
		#content ol{
			list-style: decimal;
			margin-top: 1em;
			margin-left: 20px;
			margin-bottom: 1em;
		}		
		
		
		#content ol li{
			margin-top: 1em;
		}
		
		#content blockquote{
			margin-left: 20px;	
		}

/*above know used*/
			

		#content .pagination{
			float: right;
			font-size: 11px;
			color: #666666;	
		}
				
		#content h3 a{
			color: #990000;
			text-decoration: none;
		}
		
		#content h3 a:hover{
			text-decoration: underline;
		}
				
		#content h3 {
			font-size: 130%;
			color: #990000;
			margin: 0;
			padding: 20px 0 0px 0;
			border: 0px;
			line-height: 1.2em;
		}
		
		#content em{
			font-style: italic;	
		}
		
		#content hr {
			border: 0px;
			border-bottom: 1px dotted #666666;
			margin: 0px;
			padding: 0px;
			height: 1px;
		}
			
		#content .comment{
			margin: auto;
			padding: 5px;
		}
		
		#content .comment p{
			margin: 5px 5px 5px 5px;
		}
		
		#content .odd{
			background-color: #EEEEEE;
		}
		
		#content .even{
			background-color: #DDDDDD;
		}
				
		#content form .formfield{
			clear: both;
			margin-top: 5px;
		}
		
		#content form .formfield label{
			display: block;
			float: left;
			width: 150px;
			text-align: right;
			padding-top: 5px;
			padding-right: 3px;
		}
		
		#content form .formfield.required label{
			font-weight: bold;	
		}
		
		#content form .formfield.required label:before{
			content: '* ';
			font-weight: normal;
		}
		
		/* styling for various form field types */
		#content form .formfield input.captcha{
			margin: 2px;
			width: 100px!important;
		}
		
		#content form .formfield input[type="text"]{
			margin: 2px;
			width: 350px;
		}
		
		#content form .formfield input[type="checkbox"]{
			margin: 2px;
			width: auto;
		}
		
		#content form .formfield textarea{
			margin: 2px;
			width:350px;
			height:200px;
		}
		
		#content form .formfield small{
			display: block;
			font-size: 9px;
			margin-left: 155px;
			margin-top: -1px;
			padding-top: 0px;
			color: #666666;
		}
		
		#content form .formfield ul.error{
			margin-left: 155px;
			color: #ff0000;
		}
		
		#content form .controls{
			margin-top: 10px;
			margin-left: 155px;
			margin-bottom: 10px;
		}
		
		#content form .controls input{
			padding-left: 5px;
			padding-right: 5px;
			margin-right: 15px;
		}


/*----------- para DOCUMENTOS --------------*/
#htm_content_main {
	/* --- caja del DETALLE ---- */
	background:#EEEEEE;
	padding: 0px 20px 10px 20px;
	}

.print_generated{
	/* --- impresorita a la derecha del titulo h1 --- */
	float:right;
	margin-top:-30px;
	}
.documentos_repeated {
	margin: 0px;
}
.documentos_titular {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}	
a.documentos_titular { text-decoration:none; color:#000000; }
a.documentos_titular:hover { text-decoration: underline; color:#990000; }
a.documentos_titular:visited { text-decoration: none; color:#000000; }

.documentos_fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align:left;
}
.documentos_detail_fecha {
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align:right;
	margin-bottom:5px;
}

.documentos_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
a.documentos_body:link { text-decoration:none; color: #FFFFFF; }
a.documentos_body:hover { text-decoration:none; color: #3F1455; }
a.documentos_body:visited { text-decoration: none; }

.documentos_productos {
	/*el div que contiene la tabla entera*/
	margin-bottom:7px;
	margin-right:7px;
}

.documentos_titletd {
	/*title TD*/
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	padding:4px 7px 4px 7px;

}
.documentos_cortotd {
	/*corto TD*/
	background-color:#EEEEEE;
	border:solid 1px #CCCCCC;
	border-top:0px;
	padding-top:2px;
	padding-bottom:10px;
	padding-left:7px;
	padding-right:7px;
}

.td_documentos_volver {
	/*td de footer en ofertas con VOLVER*/
}

.td_documentos_nextprev {
	/*td de footer en ofertas con NEXT PREV*/
}

.documentos_nextprev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #777777;
}	
a.documentos_nextprev:link { text-decoration:none; color:#777777; }
a.documentos_nextprev:hover { text-decoration: none; color:#990000; }
a.documentos_nextprev:visited { text-decoration: none; }			
/*----------- fin DOCUMENTOS --------------*/			

/*----------- para NOTICIAS --------------*/

.noticias_repeated {
	margin: 0px;
}
.noticias_titular {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}	
a.noticias_titular { text-decoration:none; color:#000000; }
a.noticias_titular:hover { text-decoration: underline; color:#990000; }
a.noticias_titular:visited { text-decoration: none; color:#000000; }

.noticias_fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align:left;
}
.noticias_detail_fecha {
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align:right;
	margin-bottom:5px;
}

.noticias_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
a.noticias_body:link { text-decoration:none; color: #FFFFFF; }
a.noticias_body:hover { text-decoration:none; color: #3F1455; }
a.noticias_body:visited { text-decoration: none; }

.noticias_productos {
	/*el div que contiene la tabla entera*/
	margin-bottom:7px;
	margin-right:7px;
}

.noticias_titletd {
	/*title TD*/
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	padding:4px 7px 4px 7px;

}
.noticias_cortotd {
	/*corto TD*/
	background-color:#EEEEEE;
	border:solid 1px #CCCCCC;
	border-top:0px;
	padding-top:2px;
	padding-bottom:10px;
	padding-left:7px;
	padding-right:7px;
}

.td_noticias_volver {
	/*td de footer en ofertas con VOLVER*/
}

.td_noticias_nextprev {
	/*td de footer en ofertas con NEXT PREV*/
}

.noticias_nextprev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #777777;
}	
a.noticias_nextprev:link { text-decoration:none; color:#777777; }
a.noticias_nextprev:hover { text-decoration: none; color:#990000; }
a.noticias_nextprev:visited { text-decoration: none; }			
/*----------- fin NOTICIAS --------------*/


/*----- BREADCRUMB START (has to be at end to override previous styles as it is now placed inside #content) ------*/
#breadcrumb{
	display:block;
	width:100%;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	color: #666666;		
	}
	
#breadcrumb a{
	color: #666666;
	font-weight:normal;	
	text-decoration: none;			
	}
	
#breadcrumb a:hover{
	color: #666666;		
	text-decoration: underline;			
	}
/*----- BREADCRUMB END ------*/

/* ### FOOTER STYLES ### */
#footer {
	margin: 5px auto 0 auto;
	padding: 0px 0 0px 0;
	color: #000000;
	width: 893px;
	clear: both;
	background: #222222;
	text-align: left;
	background:#222 url(images/footer_bg.gif) repeat-x;
	/*marco como en menu*/
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	}

.panel {
	margin: 0;
	padding: 3px;
	color: #545454;
	height:70px;
	}

.panel a {
	color:#BBBBBB;
	}
	
.panel#address {
	margin-top:3px;
	}
	
#address a:hover {
	color: #ffffff;
	}

.panel ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
	width: auto;
	}

.panel ul li {
	display: inline;
	margin: 0 0 1px 0;
	padding: 0 5px 0 5px;
	}

#footmenu {
	width: auto;
	float: left;
	border-right: 1px solid #ffffff;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 15px;
	white-space: nowrap;
	background-image:url(images/bg_sidebar_grey.gif)
}

	#footmenu p{
		margin-bottom: 5px;	
	}
	
	#footmenu ul{
		margin: 0px;
		padding: 0px;	
	}
	
#footerNavigation {
	float: left;
	width: 205px;
	text-align:right;
	}

#footerNavigation li{ 
	padding-bottom: 2px;
	display: block;
	white-space: nowrap; 
	}

#footerNavigation a:hover {
	color: #ffffff;
	}

/*Search Results*/
.hilite{background-color:#FBC50B;font-weight:bold;}
.searchPag{float:none;margin:5px;}

/*----- FORMULARIO SIMPATIZANTES / SOCIOS ------*/
.tabla_afiliarse {
	width: 100%;
	border-collapse: collapse;
	}
	
.tabla_afiliarse tr th{
	font-size: 10px;
	color: #333333;
	border-bottom: 2px dotted #a21c1f;
	text-align: left;
	}	

.tabla_form td{ /*formularios hazte simpatizante, hazte socio, recupera tu clave*/
	padding: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #eeeeee;
	}

.webform_width {
	width:300px;
	}

.webform_half_width {
	width:150px;
	}

.wnoticiatitular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a.wnoticiatitular:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.wnoticiatitular:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a.wnoticiatitular:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
}
.wnoticiapages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}
.wnoticiafecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #DDDDDD;
}
.wnoticiafuente {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0099CC;
}

/*avisos desde Ajax en forms*/
.webform_warning {
	color: #333333;
	font-weight:bold;
	background-color: #FFFF33;
}

/*abajo son usados en container*/

#firma {
text-align: center;
color: #666;
}

#sombra_abajo {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 11px;
	width: 911px;
	/*background: url(images/sombra_abajo.png) bottom center no-repeat;*/
}
/*end of styles*/
