@CHARSET "UTF-8";

body {
	font: 78%/1.5 arial, helvetica, serif;
	/* text-align: center; */
	padding: 0;
	margin: 0;
	background-color: #FF6600;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h1, h2, h3, p, form {
margin: 0;
padding: 0;
font-weight: normal;
}

img {
border: 0;	
}

#cabecera {

background: transparent url('../images/logo_palium_pulpi.jpg') no-repeat left top;
text-align: right;
color: #fff;

padding: 10px 10px 0 0;
margin-bottom: 0;
clear: both;
font-family: trebuchet ms;
}

#cabecera h1 {
height: 58px;
font-size: 24px;
}

#contenedor {
width: 780px;
margin: 0 auto 0 auto;
padding: 0;
/* background-color: #f1f1f1; */
}


#cuerpo {
width: 780px;
padding: 0;
clear: both;
text-align: center;
/* border: 1px solid red; */
}

#menu {
width: 780px;
height: 70px;
text-align: left;
clear: both;
background: #0d0F84 url('../images/fondo_top_menu.jpg') no-repeat left top;
/* border-bottom: 1px solid #0d0f84; */
}

#menu ul {
margin: 0;
padding: 0;
}

#menu li {
list-style: none;
margin: 0 0 0 0;
padding: 40px 14px 0 14px;
font-size: 18px;
float: left;
background: transparent url('../images/punto_menu.jpg') no-repeat right 46px;
}

#menu .final {
background: none;	
}




.tiempo_carga {
text-align: center;
color: #fff;
clear: both;
}

#dv_home {
width: 780px;
background: #fff url('../images/cenefa.jpg') no-repeat left top;
padding-top: 47px;
}

#dv_home h2 {
font-size: 14px;
font-weight: bold;
}

#dv_home .info_tienda {
width: 550px;
float: left;
padding: 5px;
}

#dv_home .contacto {
width: 210px;
float: left;
padding: 5px;
background-color: #999;
}

#dv_home .contacto h3 {
font-weight: bold;
}




/* CLEARFIX */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*png transparente*/
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
