@charset "UTF-8";
/* CSS Document */


body {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
 #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*	height: 768px;*/
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #18478d;
}
 #header {
	background-image:url(../images/NaturalHig.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:241px; 
	/* padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #mainContent {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height:500px;
}

 #mainContent2 {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	}

 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/bgPie.jpg);
	background-repeat: repeat-y;
	height:27px;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.menu {
width:594px;
height:92px;
background-image: url(../images/BgMenu.jpg);
background-repeat:repeat-y;
float:right;
vertical-align:bottom;
}

.submenu{
width:605px;
height:71px;
background-image:url(../images/bgSubMenu.jpg);
background-repeat:repeat-x;
float:right;
padding-right:20px;
}

#inicial{
width:605px;
height:21;
float:right;
}

.title{
width:630px;
height:78px;
background-image: url(../images/bgTitle.jpg);
background-repeat:repeat-x;
float:right;
padding-right:33px;
}

.desplegables{
display:none;
}

.textMenu{
color:#09c;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight:bold;
text-transform:uppercase;
/*line-height:12pt;float:none;*/
text-align:right;

background:none;
}
/*
#textMenu{
color:#09c;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight:bold;
text-transform:uppercase;
/*line-height:12pt;*/
/*text-align:right;
float:none;
}

	*/

	
	#home {
	height:15px;
	width:135px;
	top:43px;
	z-index:1;
	border:none;
	padding:0;
	margin:0;
	position: absolute;
	/*margin-right:5px;
	background:transparent url(../images/bgOverText.jpg);
	background-repeat:repeat-y;
	filter: alpha(opacity=30);
    -moz-opacity:0.3;
    opacity: 0.3;*/
	}
	
	#buzon {
	position: absolute;
	border:none;
	padding:0;
	margin:0;
	top:43px;
	z-index:1;
	height:15px;
	width:135px;
	/*background-image:url(../images/bgOverText.jpg);
	background-repeat:repeat-y;
	margin-right:5px;*/
	}
	
	#descarga {
	position: absolute;
	border:none;
	padding:0;
	margin:0;
	top:43px;
	z-index:1;
	height:15px;
	width:135px;
	/*background-image:url(../images/bgOverText.jpg);
	background-repeat:repeat-y;
	margin-right:5px;*/
	}
	
	
h1{
	font-size:18pt;
}

h2{
font-size:14pt;
font-weight:400;
text-transform:uppercase;

}

p{
font-size:9pt;
}




.subt{
font-size:14pt;
font-weight:400;
text-transform:uppercase;
}

/**** ESTILOS TEXTOS Y VIÑETAS ****/


.qSomos{
background-image:url(../images/qSomos.jpg);
background-repeat:no-repeat;
padding-left:130px;
height:108px;
}

.foil{
background-image:url(../images/foil.jpg);
background-repeat:no-repeat;
padding-left:40px;
height:35px;
}

.naturalH{
background-image: url(../images/naturalHigienix.jpg);
background-repeat:no-repeat;
padding-left:350px;
height:108%;
}

.reciclaje{
background-image: url(../images/reciclaje.jpg);
background-repeat:no-repeat;
padding-left:40px;
height:37px;
}

.foilDos{
background-image:url(../images/foil.jpg);
background-repeat:no-repeat;
padding-left:40px;
height:35px;
margin-left:50px;
}

.citrik{
background-image: url(../images/citrik.jpg);
background-repeat:no-repeat;
padding-left:300px;
height:108%;
}

.arrow{
background-image:url(../images/arrow.jpg);
background-repeat:no-repeat;
padding-left:10px;
background-position:left center;
}

.dir{
background-image: url(../images/direcc.jpg);
background-repeat:no-repeat;
padding-left:70px;
height:100px;
background-position:left top;
}

.tel{
background-image: url(../images/tel.jpg);
background-repeat:no-repeat;
padding-left:70px;
height:160px;
background-position:left top;
}
.subt2 {
	font-size:11pt;
	font-weight:400;
	}


