@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */

caption,th {
    text-align: left;

}

q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

body,div,dl,dt,dd,ul,pre,
form,p,blockquote,th,td {
	padding: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

fieldset,img {
    border: 0;
}


/* Custom CSS
 * --------------------------------------- */

.section{
	text-align:center;
}

#menu{
	position: fixed;
	top: 0;
	left: 0;
	height: 140px;
	z-index: 70;
	width: 100%;
	padding-bottom: 0;
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 0;
	display: inline-block;
	background-image: url(images/header.png);
	overflow-y: hidden;
	overflow-x: hidden;
	margin-top: 0px;
}

#clear
{
	clear: both;
	float: none;
}
#contenedor1 {
	margin-left: auto;
	margin-right: auto;
	height: 679px;
	float: left;
	background-repeat: no-repeat;
	width: 100%;
	background-position: center 0%;
	margin-top: 107px;
	-webkit-transition: all 5s ease-in 5s;
	-moz-transition: all 5s ease-in 5s;
	-ms-transition: all 5s ease-in 5s;
	-o-transition: all 5s ease-in 5s;
	transition: all 5s ease-in 5s;
}
#img {
	background-image: url(images/inicio.png);
	background-position: center center;
	margin-top: 0px;
	height: 500px;
	width: 100%;
	background-repeat: no-repeat;
}
#bot_abajo {
	height: 230px;
	width: auto;
	margin-top: 130px;
	background-color: #FFFFFF;
	background-image: url(images/productos.png);
	background-repeat: no-repeat;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	background-position: center 0%;
}



#logo {
	width: 160px;
	height: 130px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin-right: 100px;
	float: right;
}
#botonera {
	width: 100%;
	height: 160px;
	position: fixed;
	overflow-y: hidden;
	margin-top: 80px;
}
.inicio {
	float: left;
	background-image: url(images/inicio_btn.png);
	width: 80px;
	height: 40px;
	background-repeat: no-repeat;
	margin-top: 80px;
}
.nh {
	width: 210px;
	height: 40px;
	float: left;
	background-image: url(images/nh_btn.png);
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-top: 80px;
}
.productos {
	width: 140px;
	height: 40px;
	float: left;
	background-image: url(images/productos_btn.png);
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-top: 80px;
}
.contacto {
	width: 140px;
	height: 40px;
	float: left;
	background-image: url(images/contacto_btn.png);
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-top: 80px;
}
#cuadro1 {
	width: 50%;
	height: 300px;
	float: left;
	background-image: url(images/cuadro1.png);
}

#cuadro_contacto1 {
	width: 50%;
	float: left;
	background-image: url(images/cuadro2.png);
}
#cuadro2 {
	width: 50%;
	height: 300px;
	float: left;
	background-image: url(images/cuadro2.png);
}
#cuadro_contacto2 {
	width: 50%;
	float: left;
	background-image: url(images/cuadro1.png);
}
#panes {
	width: 100%;
	height: 300px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(images/panes.png);
	background-position: center 0%;
}
#formulario {
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: center 0%;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	height: 400px;
}
#pasteles {
	width: 100%;
	height: 300px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(images/pasteles.png);
	background-position: center 0%;
}
#contenedor_nh {
	width: 100%;
	height: 500px;
	margin-top: 130px;
	background-color: #FFFFFF;
	background-image: url(images/nh_fondo.png);
	background-position: center 0%;
	background-repeat: no-repeat;
}
#contenedor_contacto {
	width: 100%;
	margin-top: 130px;
	background-position: center 0%;
	height: 400px;
}


#contacto {
	width: 100%;
	margin-top: 20px;
	background-image: url(images/Contacto.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
}


/*formulario*/
.texto_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	float: left;
}


label {
	display: block;
	float: left;
	clear: none;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	height: 32px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #867468;
}

textarea {
	height: 150px;
	float: left;
	width: 80%;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding-right: 20px;
}
textarea:focus {
	background-color: #FFFFFF;
}

.boton {
	color: white;
	font-size: 16px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	float: left;
	background-color: #A88C7D;	
	background-position: top;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
   }

.boton:hover {
	color: #666;
	background-color: #A88C7D;
   }

.boton:active {
	background-color: #A88C7D;
	   }
	   
input {
	background-color: #FFFFFF;
}
@charset "UTF-8";


/* Custom CSS
 * --------------------------------------- */

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
