/*
    Don Melchor
    Wayweb
    Jason Cruz
	  
*/
#Header 
{
 float: left;
 width: 100%;
 margin: 0px 0px 0px 0px;
 padding:0px;
}
/**********************************    Buscar    *****/
#buscador
{
width: 330px;
height:30px;
margin: 5px 0px 0px 0px;
float:right;
text-align:right;	
font-size:8pt;
 color:#440a0d;
  font-family: Verdana, arial, serif;
}
#buscador p
{
margin:0px;
padding:0px;

}

/**********************************    IDIOMA    *****/
#idioma
{
width: 60px;
height:30px;
margin: 5px 10px 0px 0px;
float:right;
text-align:right;

}
#idioma a
{
font-size:8pt;
 color:#440a0d;
  font-family: Verdana, arial, serif; 
}

/*********************************    MENU    *****/
#wrapperMenu
{
 width: 1058px;
 height:46px;
 margin: 15px 0px 0px -56px;
 position:absolute;
}

#topMenu
{
 	width: 950px;
 	height:46px;
 	margin:0px;
 	background-image:url('../images/cinta-relleno.png');
 	background-repeat:repeat-x; 		
 	padding:0px;
 	float:left;
}
#cintaLeft
{
  width: 56px;
  height:128px;
  float:left;
  margin:0px 0px 0px 0px;
  background-image:url('../images/cinta-izq.png');
  background-repeat:no-repeat;
 
}
#cintaright
{
  width: 52px;
  height:128px;
  float:right;
  margin:0px 0px 0px 0px;
  background-image:url('../images/cinta-der.png');
  background-repeat:no-repeat;
  
}

/***********************************    LOGO    *****/
#cajalogo
{
	float: left;
 	width: 357px;
 	height:306px;
 	margin: 0px;
 	background-image:url('../images/caja-logo.png');
 	background-repeat:no-repeat;
}
#cajalogo a
{
    margin: 300px 0px 0px 30px; 
}

#logo
{
	margin: 75px 0px 0px 0px;
	width: 308px;
 	height:190px;
}

/***********************************    BANNER    *****/
#banner
{
 	width: 593px;
 	height:306px;
 	margin: 0px 0px 0px 357px;
 	background-image:url('../images/foto-01.jpg');
 	background-repeat:no-repeat;
}



