body {
background-color:white;
font-family: "Trebuchet MS";
font-size:13px;
}

h1 {
height:33px;
background-image:url(images/boton2.gif);
background-repeat:no-repeat;
padding-left:35px;
padding-top:5px;
color:#006fbb;
font-family: "Trebuchet MS";
font-size:15px;
margin-top:10px;
margin-bottom:35px;
}

h2 {
color: #333333;
font-family: "Trebuchet MS";
font-size:14px;
}

h3 {
color: #EA090E;
font-family: "Trebuchet MS";
font-size:14px;
}

a {
color: #ff941a;
font-weight:bold;
text-decoration: none;
}

a:hover {
color: #42afd0;
font-weight:bold;
text-decoration: none;
}

#Cabecera {
width:1150px;
height:293px;
margin-left: auto;
margin-right: auto;
background-image:url(images/Cabecera.jpg);
}

#Cuerpo {
width:1110px;
margin-left: auto;
margin-right: auto;
margin-bottom:50px;
padding-left:20px;
padding-right:20px;
padding-top:10px;
color:#3f3f3f;
}

#MenuTexto {
width:500px;
height:35px;
float:right;
margin-right:380px;
margin-top:50px;
}

#MenuGrafico {
width:275px;
height:55px;
float:right;
margin-right:350px;
margin-top:10px;
}

#Pie {
margin-left:auto; 
margin-right:auto;
width:1150px; 
height:208px; 
background-image:url(Images/Pie.jpg);
text-align:center;
}

#Copy {
width:500px;
height:80px;
float:right;
margin-right:20px;
margin-top:100px;
color: #336699;
}

#Copy a {
	color: #336699;
}

#Copy a:hover {
	color: #ff941a;
	text-decoration: none;
}

.TextoNoticia {
color: #797979;
font-family: "Trebuchet MS";
font-size:13px;
}

.TextoResaltado {
color: #2C2C2C;
font-family: "Trebuchet MS";
font-size:14px;
font-weight:bold;
}

.TextoOFF {
color: #D5D5D5;
font-family: "Trebuchet MS";
font-size:13px;
}

/* MENU */
/* Credits: Dynamic Drive CSS Library */

#tabs {
	float:left;
	width:90%;
	font-size:93%;
	line-height:normal;
	border-bottom:0;
	margin-top:150px;
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("images/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("images/right.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}


