body {
margin: 0;
background: url(header.png) repeat-x ;
background-color: #9211e8;
font-family: Arial, Helvetica, sans-serif;
font-size:0.8em;
}

#header {
	text-align:center;
	margin:20px 0px;
}


#contenidos {
background: url(fondo.png) no-repeat;
height: 570px;
width: 710px;
margin: 100px auto 0px auto;
position:relative;
}

.bloque_texto{
float:right;
margin-right:0px;
margin-left:0px;
font-size:110%;
width:330px;
}

.indent{
	padding-left:10px;
}

.texto_grande{
margin:100px 100px 100px 280px;
line-height:1.6em;
width:350px;
}

img.left{
	float:left;
	border:none;
	margin-top:5px;
}

h1{
}

img.right{
	float:right;
	border-none;
	padding-left:20px;
}

img.astronomas{
	float:left;
	border:none;
	padding-right:30px;
	padding-bottom:10px;
}

#texto {
	
color: white;
padding-right: 40px;
padding-left: 30px;
padding-top: 1px;
text-align:justify;
font-size:120%;
}

#imagen_pie {
margin-top: -140px;
margin-left: -130px;
background: url(telescope.png) no-repeat bottom left;
height: 190px;
}

p.center{
	text-align:center;
}

p.big{
	font-size:110%;
}

a {
	color: plum;
}

img{border:0;}

img.miniaturas{
	border: solid 1px white;
	
}

#menu_fotos{
	padding:10px 6px 0px 6px;
}


#menu {
color: white;
float:left;
width:100%;
position:relative;
overflow:hidden;
margin:0;
padding:0;
}

#menu ul{
list-style-type:none;
clear:left;
float:left;
margin:0;
padding:0;
position:relative;
left:50%;
text-align:center;
}
#menu  ul li{
display:block;
float:left;
margin:0;
padding:0;
position:relative;
right:50%;
}
#menu ul li a{
display:block;
margin:0 0 0 0;	
text-decoration:none;
color:white;
font-weight:bold;
padding-right:15px;
padding-left:15px;
}

#menu a:focus{
outline:none;
}
