@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0b0c08;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-size:11px;
	background-image:url("/_imagenes/background_motivo_gris.gif");
	background-repeat:repeat;
	background-position: top;
}

p, h1 { padding: 0; margin:0;}

#container {
	margin: 0 auto 0 auto;
	width:940px;
	text-align:left;
	background-color:#0b0c08;
	background-image:url("/_imagenes/background.gif");
/*	border-right:#ff4443 solid 2px;
	border-left:#ff4443 solid 2px;
	border-bottom:#ff4443 solid 2px;
*/
	}
	
/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #contenido div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #contenido div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #zonamenu is given a 70% font size and #contenido is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/

.trescolumnas #header { 
	background-image:url(../_imagenes/cabecera.jpg);
/*	border-top:#ff4443 solid 1px;*/
	border-bottom:#ff4443 solid 2px;
	background-repeat:no-repeat;
	height:130px;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
/* Tips for zonamenu:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".trescolumnas #zonamenu p" rule.
*/
.trescolumnas #zonamenu {
	float: left;
	margin: 4px 0 4px 4px;
	width: 148px; /*11em; /* since this element is floated, a width must be given */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
	margin: 0;
}
.trescolumnas #zonabanners {
	float: right; 
	margin: 4px 4px 4px 0;
	width: 143px; /* since this element is floated, a width must be given */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
}

.trescolumnas #zonamenu h3, .trescolumnas #zonamenu p, .trescolumnas #zonabanners p, .trescolumnas #zonabanners h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for contenido:
1. If you give this #contenido div a font-size value different than the #zonamenu div, the margins of the #contenido div will be based on its font-size and the width of the #zonamenu div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the contenido and zonamenu is created with the left margin on the contenido div.  No matter how much content the zonamenu div contains, the column space will remain. You can remove this left margin if you want the #contenido div's text to fill the #zonamenu space when the content in #zonamenu ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #contenido div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the contenido "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.trescolumnas #contenido {
 	margin: 4px 145px 0 150px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 2px 0 2px; /* padding here creates white space "inside the box." */
} 

.trescolumnas #contenido h1{
	font-size:14px;
	font-weight:bold;
	color:#FFFF00;
	font-family:Verdana, Arial, Helvetica, sans-serif
} 

.trescolumnas #contenido h2{
	font-size:12px;
	font-weight:normal;
	color:#FFFF00;
	font-family:Verdana, Arial, Helvetica, sans-serif
} 

.trescolumnas #contenido a.bodylink:link { 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 8pt;color: #1D539A; 
	text-decoration: none;
}
.trescolumnas #contenido a.bodylink:visited { 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 8pt; color: #1D539A; 
	text-decoration: none;
}
.trescolumnas #contenido a.bodylink:hover { 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 8pt; color: #A6A6A6; 
	text-decoration: none;
}

.trescolumnas #contenido a.titbodylink:link { 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 10pt; color: #000000; 
	text-decoration: none;
}
.trescolumnas #contenido a.titbodylink:visited { 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 10pt; color: #000000; 
	text-decoration: none;
}
.trescolumnas #contenido a.titbodylink:hover { 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 10pt; color: #A6A6A6; 
	text-decoration: none;
}

.trescolumnas #contenido li {
	list-style-type:disc;
}

.trescolumnas #contenido p{
	font-size:10px;
	line-height:15px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif
} 

.trescolumnas #footer { 
	width:940px;
	margin: 0 auto 0 auto;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */	
} 
.trescolumnas #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.date {  font-family: Tahoma, Arial, sans-serif; font-size: 11px; color: #000000}

.busqueda {font-family: Tahoma, Arial, sans-serif; font-size: 8pt; color: #DF0029}

.formbusqueda {  font-family: Tahoma, Arial, sans-serif; font-size: 8pt; color: #1D539A}


.icono {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	border: 1px solid #999999;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding: 0px;
	height: 2px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}


.idioma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 0px;
	height: 2px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.comboidioma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #999999;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.casillas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #999999;
	text-decoration: none;
	color: #333333;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.copyright {
	color: #e3e3cf;
	font-weight: bold;
}

	p.cuadroceleste {
		background-color:#9eb9f4;
		margin:0px 5px 10px 5px;
		color:#000066;
		text-align:center;
		}
		
	p.cuadrocelesteoscuro {
		background-color:#3399cc;
		margin:0px 5px 0px 5px;
		padding:0px;
		color:#ffffff;
		text-align:left;
		}
		
	p.cuadrorosadooscuro {
		background-color:#ebd1df;
		margin:0px 5px 0px 5px;
		color:#464646;
		text-align:center;
		}
		
fieldset {
border:1px solid #FFFFFF;
}

legend {
background:#FFA20C none repeat scroll 0%;
border:1px solid #781351;
color:#FFFFFF;
padding:2px 6px;
}

.listamenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	vertical-align: top;
	line-height: 3px;
}

/* estilos para votacion */

/*  styles for the unit rater     */
.ratingblock {
	display:block;
	padding-bottom:2px;
	margin-bottom:2px;
	}

.loading {
	height: 14px;
	background: url('../_imagenes/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 14px;
	position: relative;
	background: url('../_imagenes/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:14px;
	height: 14px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('../_imagenes/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:14px;}
.unit-rating a.r2-unit{left:14px;}
.unit-rating a.r2-unit:hover{width: 28px;}
.unit-rating a.r3-unit{left: 28px;}
.unit-rating a.r3-unit:hover{width: 42px;}
.unit-rating a.r4-unit{left: 42px;}	
.unit-rating a.r4-unit:hover{width: 56px;}
.unit-rating a.r5-unit{left: 56px;}
.unit-rating a.r5-unit:hover{width: 70px;}
.unit-rating a.r6-unit{left: 70px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('../_imagenes/starrating.gif') left bottom;
	position: relative;
	height: 14px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#ffffff;}
.thanks {color:#000000;}
.static {color:#000000;}	

.nuevotemaforo {
color:#DE5608;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
margin-left:8px;
margin-top:12px;
}

.titulo {
color:#CC0000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
margin-left:8px;
margin-top:12px;
text-align:left;
}