/* /styles/design_static.css */ 

#contenedor {
  	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 750px;
	top: 10px;
	background-color: #FFFFFF;
}

#pagina {
  width: 750px;
	background: url(../imagenes/5version750x_02.jpg) no-repeat 0px 132px;
	height: 430px;

}

#cabecera {
	/*ahora la cabecera no necesita nada por ahora */
	width: 750px;
	margin-right: 30px;
	height: 132px;
	background-image: url(../imagenes/5version750x_01.jpg);
	background-repeat: no-repeat;


}

#todo {
	/*tengo que porner relative pq en el html este elemento va antes que el
	menu, pero tiene sentivo si le quitamos todos los estilos */
	position: relative;
	width: 216px;

	/*esto me quita el problema de la altura y la posicion del menuPrincipal */
  height: 0px;

	left: 70px;
	top: 75px;


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #FFFFFF;
}

#menuPrincipal
{
	position: absolute;
	left: 333px;
	width: 418px;
	top: 0px;
	height: 41px;
	border-bottom: 0;
	background-image: url(../imagenes/menu_est.jpg);
	background-repeat: no-repeat;
	z-index: 9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 45px;
}

/*--- IE HACK -------------*/
* html #menuPrincipal
{

}


#titular {

	margin-left: 180px;
	margin-top: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1962A6;
}




#contenido
{
 width: 550px;
 margin-left: 150px;
 min-height: 250px;
 height:expression(minheight(this,250));

}

#contenido h2
{
	text-indent: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #086994;
}


h2
{
	text-indent: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #086994;
}




#pie {
	font-size: 10px;
	text-align: center;
	width: 735px;
	margin-top: 5px;
	margin-left: 15px;
	padding-top: 80px;
	height: 70px;
	background-image: url(../imagenes/cierre1.jpg);
	background-repeat: no-repeat;


}
#fotoevents {
	position: absolute;
	left: 585px;
	width: 94px;
	top: 126px;
	height: 79px;
	border-bottom: 0;
	background-image: url(/imagnewhome/somos3.jpg);
	background-repeat: no-repeat;
	z-index: 9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #0000CC;
}
