/* AVANZA css by Graficreat 08 - www.graficreat.com */
* {
     margin: 0;
    padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #252312;
	background-image: url(imagenes/tapizN.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

p{}

h1{
	font-size: 16px;
	color: #FFFFFF;
	text-align: right;
	background-image: url(imagenes/11.png);
	background-repeat: repeat-x;
	font-weight: normal;
}

h2{
font-size:12px}

h3{
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif, superpoint;
	font-weight: normal;
	cursor: pointer;
}

#window{
	position: relative;
	width: 1226px;
	height: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(imagenes/nueva-web-avanzaOK.jpg);
	background-position: 0px -25px;
	background-repeat: no-repeat;
	margin-bottom: auto;
	margin-top: auto;
}

#header{
}

#menu{
	position: relative;
	height: 123px;
	left: 103px;
	top: 566px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	float: left;
	width: 1020px;
}

/*FIREFOX MOZILLA*/
/*
html>body #menu{
	position: relative;
	left: 103px;
	top: 555px;
	}
*/
	
#noticias{
	position: absolute;
	width: 208px;
	height: 388px;
	left: 111px;
	top: 171px;
	text-align: left;
	font-size: 10px;
	overflow: scroll;
	visibility: visible;
	padding: 3px;
}
#bloqueiz{
	position: absolute;
	width: 312px;
	height: 509px;
	float: left;
	left: 343px;
	top: 49px;
	font-family: Geneva, Arial, Helvetica, sans-serif, superpoint;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	overflow: auto;
	padding-right: 5px;
	padding-left: 5px;
}

#bloqueder{
	height: 506px;
	width: 219px;
	position: absolute;
	float: right;
	padding-top: 4px;
	left: 670px;
	top: 47px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 4px;
	overflow: auto;
	padding-bottom: 4px;
	font-size: 9px;
}
#bloqueder2{
	height: 504px;
	width: 202px;
	position: absolute;
	float: right;
	padding-top: 0px;
	left: 898px;
	top: 41px;
	font-family: Geneva, Arial, Helvetica, sans-serif, superpoint;
	font-size: 20pt;
	text-align: justify;
	line-height:0px;
}


#menu a:link{
	text-decoration: none;
	color:#CCCCCC;
}
#menu a:hover{
	color:#CCCCCC;
	}
#menu a:active{
	color:#CCCCCC;
	}
#menu a:visited{
	text-decoration: none;
	color:#CCCCCC;
}


a:visited{
	text-decoration: none;
	color: #FF9900;
}
a:link{
	text-decoration: none;
	color: #FF9900;
}
a:hover{
	text-decoration: none;
	color: #FF9900;
}
a:active{
	text-decoration: none;
	color: #FF9900;
}
#avisolegal a:hover {
	color:#D6CF7E;
	text-indent: 10px;
	text-decoration:none;
}

#avisolegal a:link {
		color:#333335;
		text-decoration:none;
}
#avisolegal a:visited {
		color:#333335;
		text-decoration:none;
}
#avisolegal a:active {
		color:#333335;
		text-decoration:none;
}

#fecha{
	width: auto;
	position: absolute;
	top: 680px;
	left:1060px;
	letter-spacing:1px;
}
html>body #fecha{
	width: auto;
	position: absolute;
	top: 650px;
	left:950px;
	float: left;
}
.fecha1{
	color:#999999;
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

.verde{color:#CCCC00}
.gris{color:#999999}
.grisclaro{color:#CCCCCC}
.azul{
	color:#00CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.headernoticia{
	color:#2F1700;
	font-weight: bold;
	font-size: 11px;
}
#footer{}

#avisolegal{
	position: absolute;
	float: left;
	width: 743px;
	left: 382px;
	height: 25px;
	top: 749px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
}


/*MENU*/

.arrowlistmenu{ /*para IE*/
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif, superpoint;
	position: absolute;
	top: 25px;
}
html>body .arrowlistmenu{ /* para FIREFOX*/
	position: absolute;
	top: 27px;
	}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white; /*header text is indented 10px*/
	cursor:pointer;
	font-size: 12px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(titlebar-active.png);
	/*padding-bottom: -15px;*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
}

.arrowlistmenu ul li{
	background-color:#333333;
	padding-bottom: 2px;
}

.arrowlistmenu ul li a{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #000000;
	font-size: 90%;
	text-align: left;
	display: block;
	padding: 2px;
}

.arrowlistmenu ul li a:visited{
color: #000000;
}
.arrowlistmenu ul li a:active{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#000000;
background-color:#3399CC;
}
