/* CSS Document */
/* Layout Stylesheet */ 

*
{
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #4e5765;
}

body {
	margin:20px;
	background-image:url(images/background.jpg);
	text-align:center;
	padding:0px;
	background-color: #8b8b8b;
	background-repeat: repeat;
  }


#page {
	width:792px;
	margin:auto;
} 
#outer {

 }
#bodyblock {
	width:782px;
	border: 5px solid #d69e79;
	padding: 0px;
	position:static;
	background: #d69e79;
	color: #333333;

}
#header {
	height:195px;
	background-image: url(images/header_bot.gif);
	background-repeat: repeat-x;
	background-position: 0px 161px;
 }

#botonera {
	width:200px;
	float:left;
	background:#d69e79;
	margin: 0px;
	padding: 0px;
  }
#caja_cont {
	width:576px;
	text-align:left;
	margin: 0px;
	border-left: 1px solid #666977;
	background: #efefef;
 }
#cont {
	width:546px;
	color: #003366;
	text-align:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size: 11px;
	line-height: 18px;
 }
 #pie {
	width:576px;
	text-align:center;
	margin: 0px;
	background-color: #EFEFEF;
	background-image: url(images/pie_top.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	font-size: 9px;
	color: #000000;
	line-height: 15px;
	padding-bottom: 15px;
 }
 /* Botonera */ 
 #botonera #menu {
	width:100%;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	}
  #botonera #menu #tit{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-image: url(images/bot_tit.gif);
	height: 17px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	text-align: left;
	text-indent: 20px;
 }
  #botonera #menu #botones  {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding-right: 0px;
	color: #572c04;
	font-size: 11px;
	text-align: left;
	line-height: 23px;
	padding-left: 20px;
	background-image: url(images/bot_back.gif);
	margin: 0px;
	font-weight: bold;
	height:23px;
	width: 180px;
}
  #botonera #menu a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #572c04;
 }  
  #botonera #menu a:hover {
	background-image: url(images/bot_back_over.gif);
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
	color: #C16109;
 } 
  #botonera #banners{
	background-color:#9AB8A0;
 }
 /* Contenido */ 
  #cont h1 {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #046330;
	font-style: normal;
	font-weight: bolder;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #046330;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-bottom: 25px;
}
  #cont h2 {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #046330;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	text-decoration: underline;
	line-height: 20px;
}
  #cont h3 {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #046330;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 20px;
}
  #cont p {

	font-size: inherit;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 12px;
}
  #cont #foto {
	background-color: #e0ac62;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 3px solid #e0ac62;
	float: right;
}
  #cont #foto_izq {
	background-color: #e0ac62;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 3px solid #e0ac62;
	float: left;
}
/* Pie */
#pie a {
	color: #572c04;
	text-decoration:none;
	font-weight: bold;
}
#pie a:hover {
color: #572c04;
text-decoration:underline;
}
 /* Producto */ 
  #producto h2 {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #046330;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 35px;
	padding-left: 10px;
	background-color: #DCE7DE;
	margin: 25px 0px 0px 0px;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #efefef;
}
  #producto h3 {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #046330;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
}
  #producto p {

	font-size: inherit;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 5px;
} 
   #producto #foto_producto {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #D1D1D1;
	text-align: center;
	margin-right: 10px;
	vertical-align: top;
}
   #producto table {
	background-color: #DCE7DE;
	padding: 10px;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
}
   #producto ul {
	list-style-position: inside;
	list-style-type: disc;
}
   #cont ul {
	list-style-position: inside;
	list-style-type: disc;