body {
	background: url(../images/bg.jpg) #F0EEED repeat-y center top;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma;
	font-size: 12px;
	letter-spacing: -0.9px;
	color: #7F7F7F;
	text-decoration: none;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

DIV#container {
	background: url(../images/bg-top.jpg) no-repeat center top;
}
.texto {
	font-size: 12px;
	letter-spacing: 0px;
	color: #7F7F7F;
}
.descripcion{
	font-size: 12px;
	color: #ffffff;
}

.txt_error,
.txt_error a{
	font-family: Tahoma;
	font-size: 12px;
	color:#990000;
}
.txt_error a:hover{
	font-family: Tahoma;
	font-size: 12px;
	color:#7F9752;
}
.links{
	font-family: Arial, Tahoma;
	letter-spacing: -1px;
	font-size: 17px;
	color: #B01918;
	text-decoration: none;
	}
.links a:hover{
	font-family: Arial, Tahoma;
	letter-spacing: -1px;
	font-size: 17px;
	color: #6F0F0F;
	text-decoration: underline;
	}
	
.categoría{
	font-size: 22px;
	color: #D5AC41;
}
	
.subcategoria{
	font-family: Arial, Tahoma;
	font-size: 18px;
	font-weight:100;
	color: #ffffff;
	text-decoration: none;
}
.subcategoria:hover{
	font-family: Arial, Tahoma;
	font-size: 18px;
	color: #Ffffff;
	text-decoration: underline;
}

.titulo,
.titulo a, 
.titulo a:visited {
	text-decoration:none;
	font-size: 22px;
	letter-spacing: -1px;
	color: #E7C47A;
}
.titulo a:hover{
	text-decoration:underline;
	color: #FFFFF4;
}

.titulo-red,
.titulo-red a, 
.titulo-red a:visited {
	text-decoration:none;
	font-size: 22px;
	letter-spacing: -1px;
	color: #DD0000;
}
.titulo-red a:hover{
	text-decoration:underline;
	color: #DD0000;
}

.titulo_small {
	font-size: 12px;
	letter-spacing: -1px;
	color: #996633;
}
.titulo2 {
	font-size: 16px;
	letter-spacing: -1px;
	color: #B01918;
}
.titulo2 a, .titulo a:visited{
	text-decoration:none;
	font-size: 16px;
	letter-spacing: -1px;
	color: #B01918;
}


.pics {
	border: 1px solid #000000;
}
input.btn{
   color:#B01918;
   font-size:12;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#F6E8CD;
   border-left-color:#F6E8CD;
   border-right-color:#F6E8CD;
   border-bottom-color:#F6E8CD;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

.treemenu, 
.treemenu a,
.treemenu a:visited {
	font-family: Arial, Tahoma;
	letter-spacing: -1px;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
}
.treemenu a:hover{
	font-family: Arial, Tahoma;
	letter-spacing: -1px;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: underline;
}

.fields, textarea{
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #000000;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	background-color: #FFFFFF;
}
.fields:focus, input:focus, textarea:focus, .fields:hover{
	border:#CC6600 solid 1px;
}