* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(imagenes/fondo.jpg) repeat-x top;
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 14px;
text-align:center;
color: #000;
line-height: 24px;
}

a {
	color: #CB392C;
	text-decoration: underline;	
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

p {
	padding-top: 20px;
}


#contenedor {
width: 850px;
margin: 0 auto;
}


#header {
height: 160px;
}
#header h1 {
font-size: 28px;
font-weight: 100;
letter-spacing: -1px;
padding: 10px 0 10px 0px;
background: #fff url(imagenes/webcam-universo.jpg) no-repeat;
}
#header h1 a {
text-decoration: none;
color: #B7271F;

}
#header h1 a:hover {
text-decoration: none;
}
#header h2 {
color: #000000;
font-size: 17px;
font-weight: 100;
padding: 10px 0 0 1px;
}
h2 a {
text-decoration: none;
}

#menu {
height: 30px;
line-height: 30px;
}
#menu ul {
padding-left: 2px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#contenido {
margin: 20px 0;
line-height: 20px;
}

.left {
float: left; 
width: 620px;
text-align: justify;
}
.left h2 {
color: #B7271F;
font-size: 22px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.left h2 a {
color: #B7271F;
}
.left ul{
	padding: 15px;
}

.right {
margin-top: 10px;
float: right;
width: 190px;
padding: 5px;
background: #eeeeee;
border: 1px solid #eeeeee1;
}
.right h2 {
font-size: 14px;
color: #000;
padding: 5px 0 2px 0;
font-weight: bold;
}
.right ul {
list-style-type: none;
padding: 5px 0 10px 0;
}
.right ul li {
}
.right ul li a {
display: block;
border-bottom: 1px solid #999;
color: #880000;
padding: 2px 10px;
text-decoration: none;
}
.right ul li a:hover {
color: #ff0000;
text-decoration: none;
}
.acceso {
float: left; 
width: 850px;
text-align: center;
}

.banners {
float:left;
width:160px;
height:160px;
margin: 10px 5px 10px 5px;
padding:0 0 0px 10px;
}

#footer {
font-size: 11px;
color: #000;
text-align: center;
padding: 5px 0 10px 0;
margin-top: 50px;
border-top: 10px solid #B3231A;
}
#footer a { 
color: #000;
}
#footer a:hover {
text-decoration: none; 
}

