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

html {
	min-height:100%;
	margin-bottom:0.1px;
}

body {
	*background-image:url(../imagenes/fondo.jpg);
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #F4EEE4;
	line-height: 13px;
	background-image: url(imagenes/fondo.jpg);
}

body, form {
	margin:0;
	padding:0;
}

.background{
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	*height:0px;
}

h1 {
	font-size:24px;
	font-weight:bold;
	line-height:36px;
	margin-bottom:18px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:18px;
}

h3 {
	font-size:1em;
	font-weight:bold;
	line-height:18px;
}

h4 {
	font-size:10px;
	font-weight:bold;
	line-height:18px;
}

/* DIVS */
#envoltorio {
	width: 992px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:auto !important;
	/*background-image: url(imagenes/fondo.jpg);
	background-repeat: no-repeat;*/
	position: relative;
}

/* DIVS */
#contenedor {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	width:992px;
	height: 38px;
}

#contProductos {
	height: 35px;
	width: 992px;
}

#itmProductos {
	height: 35px;
	width: 992px;
	background-color: #603813;
	display:none;
	position: absolute;
}
/******** Botones **********/
ul#botones, ul#botones li {
	margin:0;
	padding:0;
	list-style:none
}
ul#botones li {
	float:left;
}

.botones {
	float:left;
	cursor:pointer;
}

.botones:hover, #menuProductos:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.76;
	filter: alpha(opacity=76); /* IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=76)"; /* IE8 */
}

#menuProductos {
	float: left;
	padding-left: 4px;
	padding-top: 2px;
	font-size: 11px;
	line-height: 12px;
}

/******** DIVS HOME **********/

#contenido {
	height: 100%;
	width: auto;
	margin-bottom: 20px;
	position:relative;
}
#contIzq {
	float: left;
	width: 418px;
	height: 315px;
}
#contDerOpaco {
	width: 554px;
	height: 315px;
	background-color: #C69C6D;
	position:absolute;
	left: 437px;
}
#contDer {
	width: 530px;
	height: 300px;
	float: right;
	position:relative;
	padding-right: 14px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#contDerSeccion {
	width: 530px;
	height: 300px;
	float: right;
	position:relative;
	padding-right: 14px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: auto;
}
.clear {
	clear:both;
}

#pie {
	background-color: #A67C52;
	height: 35px;
}

#contPie {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
}

/* Opacidad */
.opacidad {	
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.76;
	filter: alpha(opacity=76);
}

/******* Links *****/

a:link, a:visited, a:active {
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
}

a:hover {
	color:#F3AE34;
	text-decoration: underline
}

a img {
	border:none;
}

/******* Class *****/

.titulo {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color:#FFF;
}

.subtitulo {
	font-size: 14px;
	color: #A67C52;
	line-height: 16px;
}

.texto {
	color:#FFF;
	
}

/******** CLASS HOME TEXTOS **********/
