body {	
margin: 0;padding: 0;
font: 12px Arial, Helvetica, Geneva, Swiss, SunSans-Regular;line-height: 1.7em;
background: url("images/bg_body.jpe") #000 repeat-y 50% 0;
}


#Head{background: #000; width: 100%;height: 10px;}

#Universo
{
background: url("images/bg_body960.jpe") repeat-y; 
margin: auto;
width: 960px;
border-left: 4px #000 solid;
border-right: 4px #000 solid;
}
#Head{background: #000;width: 960px;height: 10px;}

#Tierra{background: url("images/bg_bodyindex.png") no-repeat; }

#MenuContent{width: 960px;height: 100px;}

#MenuA{float:left; width: 457px; color: #FFF;}
#MenuA .TextA{float: left;width: 148px;margin-left: 2px;}
#MenuA .TextB{margin-top: 70px;width: 280px;margin-left: 170px;}

#MenuB{width: 492px;margin-left: 466px; color: #000;}
#MenuB .TextA{margin-top: 70px;float: left;width: 320px;margin-left: 5px;}
#MenuB .TextB{width: 134px;margin-left: 345px;}

#Photo
{
margin-top: 11px;
width: 960px;
height: 304px;
background: url("images/logo.jpe") top right no-repeat;
color: #fff;
font-family: impact,sans-serif;font-size: 25px;letter-spacing: -0.4pt;
}
#PhotoHome{float: left;
width: 800px;
height:304px;
overflow: hidden;
}

#PhotoA{float:left; width: 457px; text-align: center;}
#PhotoA .TextA{float: left;width: 148px;margin-left: 2px;}
#PhotoA .TextB{width: 280px;margin-left: 170px; }

#PhotoB{width: 492px;margin-left: 466px; text-align: center;}
#PhotoB .TextA{float: left;width: 320px;margin-left: 5px;}
#PhotoB .TextB{width: 134px;margin-left: 345px;}

#BodyContent{margin-top: 20px;width: 960px;font-family: georgia,serif;
font-size: 12px;

letter-spacing: 0pt;
word-spacing: 0pt;
}
#BodyA{float:left; width: 457px;color: #fff;}
#BodyA .TextA{float: left;width: 148px;margin-left: 2px;}
#BodyA .TextB{width: 280px;margin-left: 170px;}
#BodyA h1
{
color: #fff;
font-family: impact,sans-serif;font-size: 24px;letter-spacing: -0.4pt;
}

#BodyB{width: 492px;margin-left: 466px;color: #000;}
#BodyB .TextA{float: left;width: 320px;margin-left: 5px;}
#BodyB .TextB{width: 134px;margin-left: 345px;}
#BodyB h1
{
color: #000;
font-family: impact,sans-serif;font-size: 24px;letter-spacing: -0.4pt;
}
#Footer{
background: #000;
width: 960px;
height:80px;
color: #fff;
text-align: right;
}

#Footer a a:hover{color: #fff;}

/* ----------------------- Menu ----------------------------*/
#naviA {list-style:none;margin:0;padding:0;font-family: impact,sans-serif;font-size: 25px;letter-spacing: -0.4pt;}
#naviA li {margin:2px;	float:left;}
#naviA li a {text-decoration: none;	display:block; padding-right:50px;color: #fff;}
#naviA li a:hover {	color:#000;}

#naviB {list-style:none;margin:0;padding:0;font-family: impact,sans-serif;font-size: 25px;letter-spacing: -0.4pt;}
#naviB li {margin:2px;	float:left;}
#naviB li a {text-decoration: none;	display:block; padding-right:50px;color: #000;}
#naviB li a:hover {	color:#fff;}

/* --------------------- Alinear objetos ----------------------- */
.right {float: right;}
.left {float: left;}
.center { margin: auto;}
.clear:after {content: ".";display: block;height: 0;clear: both;  visibility: hidden;}
/* Formato texto */
.txtderecha {text-align: right;}
.txtizquierda {text-align: left;}
.txtcentro {text-align: center;}
.comment {font-style: italic;}

