.body {
background-color:#CCCCCC;
       font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
       color : #666666;
       margin : 20px 0px 20px 0px;
       text-align: center;
		}
		
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#999999;
}
a:hover {
	text-decoration: none;
	color:#999999;
}
a:active {
	text-decoration: none;
	color:#CCCCCC;
}


/*este es para el contenedor y asi se centra en la pantalla*/
#contenedor{
	text-align: left;
	width:928px;
	height:468px;
	background-color:#FFFFFF;
	margin: auto;
} 	

#cabecera{
height: 90px;
width: 928px;
}    

#navegador{
width: 100%;
height:22px;
z-index:2;
}

#banner{
position:static;
	width:928px;
	height:300px;
	top:123px;
	z-index:0;
		 }
		 
#barra_pestanas{
    position:static;
    width: 928px;
	height:168px;
	top:396px;

} 
		 
#pestañas{
	padding-left:40px;
	padding-top:15px;
	height:130px;
	width:850px;
	position:absolute;
	top:413px;
	z-index:10;
}    
		 
#terminos{

	height:25px;
	width: 928px;
	position:absolute;
	top:565px;
}

.logo{
	position:absolute;
	width:132px;
	padding-left:20px;
	top:8px;
	height: 74px;
}

.contenidos{
	position:absolute;
	text-align:left;
	left: 18px;
	top: 62px;
}



  
 #formulario{
	position:absolute;
	top:25px;
	height: 10px;
	border:0;
	width: 230px;
	padding-left:690px;
			 }
			 
   
		  
#bottom{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	position:absolute;
	width: 930px;
	z-index:10;
	top:573px;
		}
