@charset "utf-8";
body {
	background: #d0cc51 url(../images/body.gif) repeat-x;
	margin:0px;
	padding:0px;
	font-family: "Century Gothic";
	font-size:13px;
}

#main_container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/home.jpg) no-repeat 0px 0px;
}

#cabecera { 
	height: 266px;
}


/* GRUPO MENUSUP*/
#menusup{
	padding-left: 5px;
	padding-top: 226px;
	padding-left: 30px;
	margin-left:auto;
	margin-right: auto;
}

#menusup a{
	background: url(../images/menusup.gif) no-repeat;
	width:140px;
	height:26px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
	margin-left:3px;
	padding-top:12px;
	border-bottom: #a4c44f solid 1px;
	position:relative;
	top:1px;
}

#menusup a:hover{
	background: url(../images/menusup2.gif) no-repeat;
	padding-top:17px;
	height:21px;
}

#menusup a.activo{
	background: url(../images/menusup_activo.gif) no-repeat;
	border-bottom: #e7f085 solid 1px;
	color: #660
}

#menusup a.activo:hover{
	padding-top:12px;
	height:26px;
	
}
/* GRUPO MENUSUP*/

#fondo {
	margin-left:auto;
	margin-right:auto;
	/*overflow:hidden;
	height: expression(this.scrollHeight < 301? "300px": "auto");
	min-height:300px;*/
}

#contenido {
	margin-left: 16px;
	margin-right: 226px;
}
#contenido p{
	margin-top:0px;
	text-align:justify
}

#contenido h1{
	margin-top:10px;
	text-align:justify;
	font-size:19px;
	color: #660;
	font-weight:normal;
	border-bottom:#660 solid 1px;
	margin-bottom: 10px;
}

#contenido h2{
	margin-top:0px;
	text-align:justify;
	font-size:14px;
	color:#005baa;
	font-weight:normal;
	font-family:"Century Gothic";
	margin-bottom:8px;
}

#contenido ul{
	margin-top:0px;
}

#contenido td{
	text-align:justify;
}

/* GRUPO MENU*/
#menu2 {
	float:right;
	padding-top:0px;
	margin-top:4px;
	padding-right:30px;
}
#menu2 ul{
	margin:0px;
	padding-left: 0px;
	padding-top:0px;
	/*border-top:#d3d3d3 solid 1px;*/
	width:180px;
}

#menu2 li{
	list-style-type:none;
	margin-bottom:0px;
	/*border-bottom:#c0c0c0 solid 1px; border-left:#c0c0c0 solid 1px; border-right:#c0c0c0 solid 1px;*/
	
}

#menu2 li a {
	background: url(../images/menu.gif) repeat-x;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 150px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 32px;
	margin-bottom:2px;
}

#menu2 li a:hover {
	color: #fff;
	background: url(../images/menu2.gif) repeat-x;
}

#menu2 span li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#menu2 span li a {
	background: #edeff5;
	color: #333;
	text-decoration: none;
	display: block;
	width: 188px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 10px;
}
#menu2 span li a:hover {
	background:#6876ae;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 186px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left: 10px;
	border:#FFFFFF solid 1px;
}

#pie {
width:580px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/pie.gif) no-repeat 0px 0px;
	height:130px;
	padding-left: 400px;
	padding-top:10px;
	color:#FFF;
}

#pie table{
	margin-left:auto;
	margin-right:auto;
}

#pie a{
	text-decoration:none;
	color: #FF0;
}

#pie a:hover{
	text-decoration:underline;
}

#ultimasnoticias{
	background:#660;
	color:#fff;
	padding:4px 10px 4px 10px;
}

#ultimasnoticias h1{
	margin-top:0px;
	text-align:justify;
	font-size:19px;
	color: #fff;
	font-weight:normal;
	border-bottom:#fff solid 1px;
	margin-bottom: 10px;
	
}

#ultimasnoticias a{
	color:#FFF;
	text-decoration:none;
}
.campotexto {
	width: 99%;
	border:#999 solid 1px;
	background:#f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

