/* CSS Document */

	
#wrapper {
}
#header_back {
	background-image:url(../imagenes/diseno_pagina/2010_headers/index_acec.jpg);
	background-repeat:repeat-x;
}
#header {
	background:url(../imagenes/diseno_pagina/2010_headers/acec_logo.png);
}
#content {
	background: url(../imagenes/diseno_pagina/2010_headers/titulos/content_head_acec.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	
}
#content p {
	color: #2c3449;
}
#footer {
	background-color: #9c463b;
}

#side_pic_r {
	position: absolute;
	height: 302px;
	left: 750px;
	top: 432px;
	background-image: url(../imagenes/diseno_pagina/2010_headers/sidepics/carta_astronomica.jpg);
	background-repeat: no-repeat;
	z-index: 0;
	width: 138px;
}

#side_pic_l {
	position: absolute;
	height: 334px;
	top: 395px;
	background-image: url(../imagenes/diseno_pagina/2010_headers/sidepics/spalthammer.jpg);
	background-repeat:no-repeat;
	z-index: 0;
	left: -180px;
	width: 181px;
}
	
/*	__________________________________________________________Texto______________________________________________________________*/

ul {
	list-style: none;
}
content h2 {
	/*margin-top: -30px;*/
}

#picture {
	position: absolute;
	width: 132px;
	height:426px;
	left: 10px;
	top: 1011px;
}
#search {
	text-align: right;
	margin-left: 250px;
}

#buscador {
	text-align: right;
	margin-top: -30px;
}

/*________________________________________________________Navegación________________________________*/

ul#nav li a {
	background-color: #d2714f;
}

#nav li:hover a, #nav li.over a, #nav li:hover li a:hover, #nav li.over li a:hover {
	color: #fff;
	background-color: #9c463b  ;
}
/* set dropdown to default */
#nav li:hover li a, #nav li.over li a {
	color: #fff;
	background-color:  #d2714f;
}

ul a: link, ul visited {
	font: bold 80%;
	color: #404e3d;
}

ul a: hover {
	font: bold 80%;
	color: #b9ca9d;
}

