@charset "utf-8";
body {
	background: #e3e3e3 url(../images/body.jpg) repeat-x;
	margin:0px;
	padding:0px;
	font-family: "Century Gothic";
	font-size:13px;
}

#barra_negra{
	height:30px;
	background: url(../images/barra_negra.jpg) repeat-x;
}

#main_container {
	margin-left:auto;
	margin-right:auto;
	background: url(../images/main_container.jpg) no-repeat top center;
}

#cabecera { 
	height: 146px;
	background:url(../images/logo.png) no-repeat 0px 6px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}


/* GRUPO MENUSUP*/
#menusup{
	padding-top: 6px;
	padding-left: 30px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#menusup a{
	border-right: #FFF solid 1px;
	padding-left:20px;
	padding-right:20px;
	color:#FFF;
	text-decoration:none;
}

#menusup a:hover{
color: #f9a6d3;
}

#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;
	width:1000px;

}

#contenido {
	margin-left: 30px;
	overflow:hidden;
	height: expression(this.scrollHeight < 431? "430px": "auto");
	min-height:430px;
	width:670px;

}

#contenido #up {
	background:url(../images/contenido_01.png) no-repeat;
	height:23px;
}

#contenido #main {
	background:url(../images/contenido_02.png);
	padding-left: 20px;
	padding-right:20px;
}

#contenido #down{
	background:url(../images/contenido_03.png) no-repeat;
	height:23px;
}
#contenido p{
	margin-top:0px;
	text-align:justify
}

#contenido h1{
	margin-top:0px;
	text-align:justify;
	font-size:19px;
	color: #E12F96;
	font-weight:normal;
	border-bottom:#E12F96 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;
}


/* GRUPO MENU*/
#menu2 {
	float:right;
	padding-top:0px;
	padding-right:10px;
	padding-top: 70px;
	width:277px;
	height:350px;
	background:url(../images/menu.png) no-repeat top left;
}
#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;
	background: url(../images/dot.gif) no-repeat 50px 11px;
	/*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: #000;
	text-decoration: none;
	display: block;
	width: 170px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 62px;
	margin-bottom:2px;
}

#menu2 li a:hover {
	color: #ef0683;
	background: url(../images/menu2.gif) repeat-x;
}

#pie {
	background: #333 url(../images/barra_negra.jpg) repeat-x;
	border-top:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	padding-top: 10px;
	padding-bottom: 20px;
	color:#FFF;
	margin-top:10px;
}

#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;
}

