/* CSS Document */
body {
	background-image:url(../imagenes/fondos/fondo.gif);
	text-align: center;
	margin: 0 auto;
}

<!--
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #862654;
}
a:active {
	text-decoration: none;
	color: #862654;
}
-->

.borde{
  border-style: none;
}

#principal{
width: 773px;
height: auto;
overflow: hidden;
background-color:#FFFFFF;
margin: 0 auto;
margin-top: 10px;
border: #999999 1px solid;
}


#lineaizquierda{
width: 140px;
height: 3px;
background-color: #999999;
float: left;
}


#lineaderecha{
width: 626px;
height: 3px;
float: right;
background-color: #862655;
}

#marcas{
width: 140px;
height: 496px;
float: left;
text-align: center;
margin-top: 5px;
background-color: #999999;
}

#contenido{
width: 626px;
height: 496px;
float: right;
margin-top: 5px;
}
/* Menú */
#boton1{
width: 117px;
height: 17px;
float: left;
background-color: #E6E6E6;
}
#boton2{
width: 87px;
height: 17px;
float: left;
margin-left: 2px;
background-color: #E6E6E6;
}

#boton3{
width: 96px;
height: 17px;
float: left;
margin-left: 2px;
background-color: #E6E6E6;
}

#boton4{
width: 101px;
height: 17px;
float: left;
margin-left: 2px;
background-color: #E6E6E6;
}

#boton5{
width: 135px;
height: 17px;
float: left;
margin-left: 2px;
background-color: #E6E6E6;
}

#boton6{
width: 80px;
height: 17px;
float: right;
background-color: #E6E6E6;
}
/* Imagen */

#imagen{
 width: 629px;
 height: 199px;
 clear: both;
 }
 
 .Estilo2 {
	font-size: 9px;
	font-family: Arial;
	color: #333333;
	text-align: right;
	margin-right: 4px;
	margin-top: 4px;
	
}

 .Estilo3 {
	font-size: 9px;
	font-family: Arial;
	color: #ffffff;
	text-align: right;
	margin-right: 4px;
	margin-top: 4px;
	
}

 .Estilo4 {
	font-size: 12px;
	font-family: Arial;
	color: #333333;
	text-align: right;
	margin-right: 4px;
	margin-top: 4px;
	
}

 .Estilo5 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #862655;
	text-align: right;
	margin-right: 4px;
	margin-top: 4px;
	
	
}
#textocentral{
width: 465;
height: 278px;
float: left;
text-align: justify;
margin-left:5px;
overflow: auto;
}

#banners{
width: 140;
height: 273px;
float: right;
margin-top: 5px;
background-color: #EFEFEF;

}
#pie{
width: 100%;
height: 10px;
background-color: #862655;
clear: both;