

/* colores
naranja:    #C36B15
marron: #663300
crema: #E3C98B
crema variante: #E0D1AF
*/

*{
	padding: 0px;
	margin: 0px;
}

body {
	background: #36393D url(img/fondo_deg.gif) top repeat-x;
	font-family: Georgia, Times New Roman;
	color: #444444;
	font-size: 9pt;
	line-height: 1.6em;
	padding: 20px 0 20px 0;
	text-align: center;
	}

/*******************************  fuentes ************************************/

a:link {color: #C36B15;text-decoration: none;} 
a:visited {color: #C36B15;text-decoration: none;} 
a:hover {color: #FFFFFF;text-decoration: none;}
h2{color: #CC6600;font: bold 1.5em Georgia;	letter-spacing: 3px;}
h3{color: #663300;font: bold 1.2em Georgia;}
th{color: #663300;font: bold 0.9em Georgia;background:#E3C98B;padding:3px;}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #F7F5D9;
	cursor: help;
	}

/*******************************  contenedor ************************************/

div#contenedor {
	background: #FFFFFF;
	width: 740px;
	text-align: left;
	padding: 10px;
	padding-bottom: 2px;
	min-height: 690px;
	}

/*hack para IE*/	
* html #contenedor { 
	height:690px;
}
	
/*******************************  borde ************************************/

div#borde {
	border:solid 2px #FFFFFF;
	background: #E3C98B;
	padding:3px;
	width:760px;
}	

/*******************************  contenedor_cabecera ************************************/
div#contenedor_cab {
	width:100%;
	}
	
div#cabecera {
	background: transparent url(img/cab.jpg) top left no-repeat;
	text-align: right;
	height: 150px;
	width:740px;
	}
div#idioma span{
	padding-right: 8px;
}

div#menu {
	padding:2px;
	padding-left: 8px;
	margin-top: -48px;
	text-align: left;
	color: #FFFFFF;
	}

div#enlaces_menu span{
	padding-left:12px;
	padding-right: 5px;
	font-family: Arial, Helvetica;
}

div#enlaces_menu span a{
	margin-right:10px;
	font-weight: bold;
	/*padding-top: 10px;*/
	color: #663300;
}

div#enlaces_menu span a:hover{
	/*color: #FFFFFF;*/
	border-bottom: solid 3px #663300;
}

/*******************************  contenedor_sumario ************************************/

div#contenedor_sumario {
	width: 580px;
	margin-top:20px;
	}

div#contenedor_sumario span{
	margin-left: 20px;
	}

div#titulo {
	background: transparent url(img/fondo_titulo1.gif) top center no-repeat;
	margin-left: 15px;
}

/*******************************  contenedor_texto ************************************/

div#contenedor_texto {
	width: 580px;
	margin: 20px 0 50px 0;
	padding: 0;
	}

div#texto1{
	width: 550px;
	margin-left: 10px;
	}

div#texto1 p {
	padding: 10px 10px 10px 10px;
	text-indent: 20px;
	}

div#error_form{
	color:#C36B15;
	font-weight:bold;
	text-align: center;
}	
/*******************************  pie ************************************/

div#pie {
	width: 740px;
	height: 20px;
	text-align: center;
	font: 0.9em Arial;
	margin-top: -27px;
	padding-top: 4px;
	color: #663300;
	border-top: solid 1px #E3C98B;
	}
div#pie2 {
	color:#FFFFFF;
	font:0.8em Verdana;
}
/*******************************  derecha ************************************/

div#derecha {
	background: #E0D1AF url(img/fondo_der.gif) no-repeat bottom;
	position: absolute; left:auto; right:auto; top:210px;
	width: 140px;
	margin-left: 595px;
	margin-right: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #663300;
}

div#derecha h3{
	background: #E3C98B url(img/fondo_casilla.gif) repeat-x bottom; 
	border:solid 1px #E0D1AF;
	border-bottom:solid 1px #CAAF6E;
	border-right:solid 1px #CAAF6E;
	height: 33px;
	padding-top: 2px;
	text-align: center;
	font-size: 1em;
}

div#lista {
	padding: 10px 10px 25px 10px;
}

div#lista ul{
	list-style: none;
	text-align: center;
}

div#lista li{
	margin-top: 15px;
	/*font-weight: bold;*/
}

/************ otros*************/

div#texto_pop{
	color: #FFFFFF;
	padding: 20px;
	text-align:justify;
}
div#texto_pop h3{
	font: 1em Verdana;
	color: #C36B15;
}

.naranja{
	color: #C36B15;
}
.marron{
	color: #663300;
}
.crema{
	color: #E3C98B;
}
.p1{
	text-align: justify;
}
.imagen_mini{
	border: 0px;
	background: transparent url("img/loading.gif") no-repeat center center;
}

.miniatura{
	border: solid 2px #E3C98B;
	padding: 2px;
}
.letra_capital:first-letter{
	font-size:140%;
}
.caja{
	background: #E0D1AF;
	border: solid 1px #C36B15;
	font: normal 1em Verdana;
	color: #663300;
	padding: 1px;
}
.formulario{
	color:#C36B15;
	font: 0.9em Verdana;
}

.boton{
	background: transparent url(img/boton.gif) no-repeat top; 
	border:0px;
	height:22px;
	padding-bottom:2px;
	width:105px;
	font: bold 0.9em Arial;
	color: #663300;
}
.pequenio{
	color:#C36B15;
	font: 0.8em Verdana;
}
.pequenio2{
	color:#444444;
	font: 0.9em Arial;
}

.foto {
	background: transparent url("img/loading.gif") no-repeat center center;
}

.productos{
	padding: 4px;
	background-color: #E0D1AF;
	border:solid 1px #CAAF6E;
	border-top:0px;
	border-left:0px;
	margin-bottom:3px;
	font-family: Verdana;
	font-size:0.9em;
}
a.paginas{
	padding: 3px;
	padding-bottom:0px;
	padding-top:0px;
}
.pagina_actual{
	font-weight: bold;
	padding: 3px;
	padding-bottom:0px;
	padding-top:0px;
	color: #663300;
}
a.flecha{
	padding: 3px;
	padding-bottom:0px;
	padding-top:0px;
	font-weight: bold;
	text-decoration: none;
}
.capa_paginas{
	width: 560px;
	background: #E0D1AF;
	margin-top: 1px;
	border:solid 1px #CAAF6E;
	border-top:0;
	border-left:0;
}
.tabla_productos{
	width: 560px;
	margin:1px;
	margin-bottom:0px;
	border:solid 1px #CAAF6E;
}
.boton2{
	width:70px;
	height:20px;
	background: #663300;
	border:solid 1px #CAAF6E;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color: #FFFFFF;
	font: normal 0.8em Verdana;
	text-align:left;
	padding-left:4px;
}
.enlaces{
	font-family: Arial, Helvetica, Sans-serif;
}
.enlaces:hover{
	color: #C36B15;
	text-decoration: underline;
}
.resalta_borde{
	border:solid 1px #CAAF6E;
	display: table-cell;
}

.resalta_borde:hover{
	border:solid 1px #FFFFFF;
}