@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #111;
	margin: 0; 
	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 */
}

body,td,th {
	color: #bbb;
}

.twoColFixRtHdr #container { 
	_width: 925px !important;
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	overflow:hidden;
} 

.twoColFixRtHdr #header { 
	background-image:url(../images/fondoHeader.jpg);
	background-repeat:no-repeat;
	width: 100%;
	height:459px;
	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. */
} 

#divLanguage {
	position:relative;
	float:left;
	text-align:left;
	margin-top:10px;
	width:400px;
	height:20px;
} 

#contentLanguage { margin-left:35px; } /*Separo el margin o padding del contenido con el width, para compatibilidad con ie6*/ 

#divSuperiorDerecha {
	position:relative;
	float:right;
	text-align:right;
	margin-top:10px;
	width:400px;
	height:30px;
}  

#contentSuperiorDerecha { margin-right:35px; }



/* SIN VERIFICAR*/

#imagenApoyoInterna {
	width:240px;
	height:200px;
}

#textoInterna {
	width:320px;
}

#textoInternaExpandido {
	width:560px;
}

#imagenHome { 
	position:relative;
	top:15px;
	margin: 0 auto;
	width:881px;
	height:346px;
	z-index:50px;
	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. */
} 

.twoColFixRtHdr #header #barraNavegacion { 
	background-image:url(../images/barraNavegacion.png) !important;
	position:relative;
	top:140px;
	margin: 0 auto;
	width:868px;
	height:62px;
	z-index:50px;
	text-align:center;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/barraNavegacion.png");
} 

#linksSuperiores {
	width:830px;
	margin:0 auto;
}

.twoColFixRtHdr #header #barraNavegacion a{ 
	height:62px;
	display:block;
	float:left;
	color:#FFFFFF;
	padding:20px 9px 0 9px;
	text-align:center;
} 

.twoColFixRtHdr #header #barraNavegacion a:hover{ 
	background-image:url(../images/btnRollover_on.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
} 

.separadorBarraNavegacion{
	background-image:url(../images/separadorBarraNavegacion.png) !important;
	width:2px;
	height:32px;
	margin:10px 0px 0px 0px;
	float:left;
	z-index:250px;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/separadorBarraNavegacion.png");
}


.twoColFixRtHdr #mainContent { 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
	float:left;
	width:668px;
	background-image:url(../images/boxTile.jpg);
	background-repeat:repeat-y;
} 

.boxUp {
	background-repeat:no-repeat;
	background-image:url(../images/boxUp.jpg);
	width:668px;
	height:58px;
}

#textosCentrales{
	margin-left:67px;
	width:574px;
	text-align:justify;
}

.fotoBordeVerde{
	border:1px solid #9ac841;
	margin:0px 8px 8px 0px;
}

.boxDown {
	background-repeat:no-repeat;
	background-image:url(../images/boxDown.jpg);
	width:668px;
	height:66px;
	margin-top:-50px;
}

.twoColFixRtHdr #barraDerecha {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin:0px;
	text-align:right;
}

.separadorBarraDerecha {
	background-image:url(../images/line.gif);
	background-repeat:no-repeat;
	width:250px;
	height:2px;
	float:left;
	margin-bottom:10px;
	margin-top:7px;
}

.twoColFixRtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 10px 0px 10px 38px;
	width:100%;
	height:56px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
} 

.twoColFixRtHdr #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: 15px 0 0 120px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}

#btnNoticiasRotativas {
	width:95px;
	margin-top:-27px;
	margin-left:45px;
	text-align:center;
	height:30px;
	z-index:5000;
}

#videoBox {
	width:122px;
	height:92px;
	margin:5px;
	padding:1px;
	border:1px solid #fff;
	float:left;
}

#thumbnailWallpaper {
	width:100px;
	height:100px;
	margin:4px;
	text-align:center;
	padding:1px;
	border:1px solid #fff;
	float:left;
}