/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size:12px;
	background:url(imagenes/bg2.jpg) fixed;
	
}
.style1 {font-size: 12px;font-weight: bold;color: #582D02;}
.style2 {font-size: 12px; font-family: "Trebuchet MS"; }
.style4 {font-size: 12px}
.style6 {font-size: 12px; font-family: "Trebuchet MS"; font-weight: bold; }
.style15 {font-size: 13px;}
.style18 {color: #5B2E00;}

a:link {
	color: #5B2E00;
	text-decoration: none;
}
a:visited {
	color: #5B2E00;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.texto_blanco {
	color: #FFFFFF;
}


.texto_negro {color: #000000}
.txt_1 {
	font-size: 12px;
	color: #804000;
}
.txt_bb12 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.dv_ligas{
	color:#000000;
}
.dv_ligas a{
	color:#FFFFFF;
	text-decoration:none;
}
.dv_ligas a:hover{
	text-decoration:underline;
}
.dv_fnd_cfe{
	background-color:#C1AB79;
}
#cargando{background-color:#FF0000;color:#FFFFFF;padding:5px;text-align:center;width: 108px;height: 47px;position:absolute;top:200px;left:50px; visibility:hidden}
input{border:#000000 1px solid;font-family:arial;font-size:12px;background-color:#C1AB79;}
select{border:#000000 1px solid;font-family:arial;font-size:12px;background-color:#C1AB79;}
textarea{border:#000000 1px solid;font-family:arial;font-size:12px;background-color:#C1AB79;}

#subiendo{position:absolute; z-index:1000; background:url(imagenes/modal.png); visibility:hidden; text-align:center; top:0px; left:0px; width:100%; height:890px;}
#divsubiendo{position:absolute;padding:10px;text-align:center;width:400px;}


/*Estilos para tablas:*/

.lista{
	border-collapse: separate;  
	border: 3px solid #990033; 
	caption-side: bottom;
}
.lista td {
	border:1px solid #CC9933; 
	margin: 3px; 
	padding: 3px; 
	vertical-align: top;  
}

.lista th {
	border:1px solid #CC9933; 
	padding: 3px;
	background-color: #FEFDCF;
	color:#000; padding:4px 0;
}

.lista caption {
	background: #903; 
	color:#fcee9e; padding: 4px 0; 
	text-align: center; 
	width: 40%; 
	font-weight: bold;
}

.lista tr:hover{
	background-color:#600;
	color:#FFF; padding: 4px 0;
}

#categorias td{
	height:30px;
	width:258px;
}

.cat{
	background-color:#C1AB79;
	width:100%;
	height:35px;
	padding-left:2px;
	font-size:20px;
	font:Tahoma, Geneva, sans-serif;
	color:#533304;
}

.detalleproducto{
	text-align:center;
	background:#DFB145;
	padding:10px;
	position:absolute;
	visibility:hidden;
	border:3px solid #5F4300;
	/*top:500px;*/
}
