@charset "utf-8";
/* Documento CSS  */


/* Estilos del Sitio */

body{
	background:url(../imagenes/index_of/fondo.jpg) top left repeat-x #EAE6D9;
	font-family:Georgia;
	font-size:11px;
	color:#675549;
	line-height:150%;
	margin:0px;
}
a{
	cursor:pointer;
	color:#AD4F16;
}
a:hover{	
	color:#EC9764;
}
img{
	border:0px;
}
h1{
	font-family:Georgia;
	color:#62290B;
	font-size:20px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
}
h1 a{
	color:#62290B;
	text-decoration:none;
}
h1 a:hover{
	color:#62290B;
	text-decoration:underline;
}
object{
	z-index:-5;
}


/* Estilos de la Interfase */

#Web{	
	margin:auto;
	width:800px;
	padding:0px 10px 0px 10px
}
#Top{
	height:50px;
	margin-bottom:30px;
	height:234px;
}
#Logo{
	float:left;
	background:url(../imagenes/index_of/logo.png);
	width:214px;
	height:165px;
}
#Menu{
	float:right;
	padding:16px 0px 16px 0px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}
#Menu a{
	color:#FFFFFF;
	text-decoration:none;
}
#Menu a:hover{
	color:#F5DAA7;
}
.Boton{
	margin-left:10px;
}
#Encabezado{
	margin-bottom:20px;
	background:#FFFFFF;
	padding:10px;
	margin-top:-110px;
}
#Contenido{
	margin:0px 10px 20px 10px;
}
#Publicidad{
	margin-bottom:20px;
	background:#7B2B0E;
	border:10px solid #FFFFFF;
	text-align:center;
}
#Pie{
	background:url(../imagenes/index_of/fondo_pie.jpg) top center no-repeat;
	height:64px;
	width:772px;
	margin:auto;
	padding:28px 30px 28px 30px;
	color:#FFFFFF;
	text-align:center;
}
#Pie a{
	font-weight:bold;
	text-decoration:none;
	color:#EC9764;
}
#Pie a:hover{
	text-decoration:underline;
}
.Alineacion_Izquierda{
	float:left;
}
.Alineacion_Derecha{
	float:right;
}
#Mensaje{
	padding:15px;
	text-align:center;
	font-weight:bold;
	border:1px solid;
	background-color:#FCFBF5;
	margin:15px 0px 15px 0px;
}


/* Estilos de Portada */

#Cuadro_Portada{
	height:310px;
}
#Introduccion_Portada{
	width:540px;
	height:265px;
}
#Contenedor_Portada{
	/*height:650px;*/
	overflow:auto;
}
#Detalle_Portada{
	width:440px;
}
#Que_Son_Portada{
	margin-bottom:30px;
}
#Comentarios_Facebook{
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	border:10px solid #62290B;
}
#Facebook_Portada{
	width:312px;
}
#Cuadro_Facebook{
	border:10px solid #62290B;
	background:#fff;
}



/* Estilos de Que Son */

.Alineacion_Que_Son{
	width:500px;
	line-height:200%;
}
#Cuadro_Que_Son{
	height:200px;
}


/* Estilos de Elaboracion */

.Alineacion_Elaboracion{
	width:500px;
	line-height:180%;
}
#Cuadro_Elaboracion{
	height:210px;
}


/* Estilos de Historia */

.Imagen_Centro_Hisoria{
	margin:0px 5px 0px 5px;
}
#Imagenes_Historia{
	height:160px;
	margin:0px 30px 0px 30px;
}


/* Estilos de Contacto */

#Contacto{
	height:420px;
}
#Cuadro_Contacto{
	height:410px;
	width:490px;
}
#Contenedor_Formulario_Contacto{
	height:130px;
}


/* Estilos de Pedido */

#Pedido{
	height:480px;
}
#Cuadro_Pedido{
	height:490px;
	width:530px;
}
#Contenedor_Formulario_Pedido{
	height:310px;
}
#Precio_Compra{
	padding:10px 15px 15px 15px;
}


/* Estilos de Formularios */

#Boton{
	background:url(../imagenes/index_of/boton_out.jpg) center no-repeat;
	width:140px; /*140*/
	font-weight:bold;
	font-size:11px;
	font-family:Georgia;
	color:#FFF;
	text-align:center;
	padding:15px 0px 13px 0px;
	display:block;
	cursor:pointer;
}
#Boton:hover{
	background:url(../imagenes/index_of/boton_over.jpg) center no-repeat;
}

.Campo, .Area{
	border:1px solid #D8BDA5;
	background:url(../imagenes/index_of/fondo_campo.jpg) repeat-x #FFFFFF;
	padding:8px;
	font-family:Arial;
	font-size:12px;
	color:#333333;
	width:210px;
}
.Campo_Pedido{
	width:230px;
}
.Select_Pedido{
	width:250px;
}

.Area{
	background:url(../imagenes/index_of/fondo_area.jpg) repeat-x #FFFFFF;
	height:100px;
	width:470px;
}
