@charset "utf-8";
/* CSS Document */
html, body {
	height:100%; 
	margin:0; 
	padding:0;
}

#bg {
   position:fixed; 
   top:0; 
   left:0; 
   width:100%; 
   height:100%;
}

#header{
	position:relative;
	width:908px;
	height:342px;
	padding:5px 0 0 0;
	margin:0 auto;		
}


#header object{
position:relative;
width:908px;
height:290px;

}

#menu {
	position:relative;
	width:684px;
	height:52px;
	float:left;
}

#search{
	position:relative;
	width:224px;
	height:28px;
	background:#004E86;
	float:left;
}

#search form input{
	width:170px;
	height:18px;
	background-color:#fff;
	/*border:#2F2F2F solid 1px;*/
	border:0px;
	color:#000;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	margin:2px 0 0 10px;
	float:left;
}

#search form input.go{
	background:url(../images/serch_icon_2.jpg) 0 0 no-repeat;
	width:28px;
	height:18px;
	border:none;
	cursor:pointer;
	padding:0;
	margin-left:10px;
	float:left;
}

#body {
    width:908px;
	height:200px;
	padding:5px 0 0 0;
	margin:0 auto;
	position:relative;
}


#section_content{
	width:908px;
	height:120px;
	margin:auto;
	padding:0;
	float:left;
	position:relative;
}

#localiza{
width:204px;
height:120px;
float:left;
}

#tienda{
margin-left:30px;
width:204px;
height:120px;
background-color:#FFEBD7;
float:left;
}

#distribuidores{
margin-left:31px;
width:204px;
height:120px;
background-color:#FFEBD7;
float:left;
}

#actualidad{
margin-left:31px;
width:204px;
height:120px;
background-color:#FFEBD7;
float:left;
}


#section_base{	
	width:908px;
	height:79px;
	margin:auto;
	padding:0;
	float:left;
	position:relative;
}

#footer{
	background:#004E87;
	margin-top: 2px;
	margin-left:auto;
	margin-right:auto;
	width:908px;
	height:15px;
	position:relative;
}

#footer p{
	font:normal 8px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
}

#footer a{
	color:#EEA45A;
	font-weight:bold;
}

#footer a:hover{
	color:#760903;
	text-decoration:underline;	
}

