/* CSS Document */

body{
	background-color: #CFA87D;
	font-family: Verdana;
	font-size:8pt;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.titpro {
	font-family: Verdana;
	font-size:10pt;
	color: #956837;
	font-style: normal;
	font-weight: bold;
}

#borde{
	border: 2px solid #956837;
	text-align:left;
	width:700px;
	margin:auto
}
#contenedor{
	text-align:left;
	width:700px;
	/*margin:auto;*/
	background-color:#FFFFFF;
}
#cabecera{
	height:100px;
	width:700px;
	background-color: #956837;
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
}
#navegador{
	background-color:#D4C996;
	color: #ffffff;
	font-weight:bold;
	padding:2px 10px 2px 10px;
	border-top: 2px solid #956837;
	border-bottom: 2px solid #956837;
}
#cuerpo{
	float:left;
	width:680px;
	margin-left:8px;
	padding:12px 0px 10px 0px;
	background-color:#FFFFFF;
}
#cuerpoproductos{
	width:480px;
	margin-left:8px;
	padding:12px 0px 10px 0px;
	background-color:#FFFFFF;
	float:left;
}
#navegadorproductos{
	width:140px;
	background-color:#D4C996;
	border-bottom:2px solid #956837;
	border-left:2px solid #956837;
	float:right;
	list-style-image:url(images/ico_caja.gif);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position: inside;

}
#pie{
	clear:both;
	text-align:center;
	margin:10px 10px 0px 10px;
	padding-bottom:10px;
}
a:link { 
	text-decoration: none;
	color: #666666;
}
a:hover{
	color: #936939;
}
a:visited { 
	text-decoration: none;
	color: #666666;
}
a:hover{
	color: #936939;
}
a:active {
	text-decoration: none;
}

input {
	font-family: Verdana;
	color: black;
	font-size:10px;
	border: 1px solid black;
}

select {
	font-family: Verdana;
	color: black;
	font-size:10px;
	border: 1px solid black;
}

textarea {
	font-family: Verdana;
	color: black;
	font-size:10px;
	border: 1px solid black;
}


.titulo {
	font-family: Arial;
	text-transform:uppercase;
	font-size: 18px;
	color: #7B562D;
}

#fotogrande {
	position:absolute;
	width:700px;
	height:300px;
	z-index:1;
	top: 100px;
	left: 0px;
	text-align: center;
	vertical-align: middle;
}

#fondo{
	background-image: url(images/fondolateral.gif);
	background-repeat: repeat-y;
	width: 750px;
}
#fondopie{
	background-image: url(images/fondopie.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 17px;
}