/* ESTILOS DE ACORDION */

.accordion {
	border: 1px solid #666666;
	overflow: hidden;
	position: relative;
	background-color: #D3D3D3;
	display: block;
}

.accorPanel {
	position: absolute;
	display: block;
}

.accorHead, .accorHeadActive {
	position: absolute;
	overflow: hidden;
	height: 22px;
	cursor: pointer;
	padding: 0px 5px 0px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: White;
	line-height: 22px;
}

.accorHead {
	background: url(images/barUp.png) repeat;
}

.accorHeadActive {
	background: url(images/barDown.png) repeat;
}

.accorBody {
	position: absolute;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #B9C688;
	padding: 2px 2px 2px 2px;
	overflow: auto;
}
/* menu */
.menuHeader{
/*	border: 1px solid #666666;*/
	overflow: hidden;
	position: relative;
/*	background-color: #D3D3D3;*/
	display: block;
	background: url(images/menubarbgnd.png) repeat;
	
}
.option{
/*	position: absolute;*/
	overflow: hidden;
/*	padding-top: 8px;*/
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: White;
	text-align : center;
}
.line{
 width:1px; 
 background: url(images/pxl_brown.png) repeat;
}
.encendido{
	overflow: hidden;
	height: 22px;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: red;
	line-height: 22px;
	text-align : center;
	background-color: #D3D3D3;
}
.selected{
	overflow: hidden;
	height: 22px;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: red;
	line-height: 22px;
	text-align : center;
	background: url(images/pxl_brown.png) repeat;
}
/***********************************************************************/
/*                   ESTILOS DE LA PAGINA DE INDEX                     */
/***********************************************************************/
.demodiv1{
	background: url(images/logo_header.png) -50px 100%
}
.txt13{
	color:#A89C79;
	font-size:13px;
	font-family:MS Sans Serif;
}
.txt13b{
	color:#A89C79;
	font-size:13px;
	font-family:MS Sans Serif;
	font-weight:bold;
}
.txt12{
	color:#A89C79;
	font-size:12px;
	font-family:MS Sans Serif;
}
.txt12b{
	color:#A89C79;
	font-size:12px;
	font-family:MS Sans Serif;
	font-weight:bold;
}
.txt12e{
	color:#A89C79;
	font-size:12px;
	font-family:MS Sans Serif;
	line-height:18px;
}
.txt11{
	color:#A89C79;
	font-size:11px;
	font-family:MS Sans Serif;
}
.txt11b{
	color:#A89C79;
	font-size:11px;
	font-family:MS Sans Serif;
	font-weight:bold;
}
.txt10head{
	color:#A89C79;
	font-size:10px;
	font-family:verdana;	
	width:70px;
	text-align:center;
}
.txt10footer{
	color:#A89C79;
	font-size:10px;
	font-family:verdana;	
	text-align:center;
}	
a.sublink:link{
	text-decoration: none;
	color:#A89C79;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;		
}
a.sublink:visited{
	text-decoration : none;
	color: #A89C79;
	font-size:10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

a.sublink:active{
	text-decoration : none;
	color: #A89C79;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;	  
}
a.sublink:hover{
	text-decoration : none;
	color: #EEDBA1;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
} 
.menup{
 cursor:pointer;
}
.menua{
 cursor:default;
}
input.contact_i,textarea.contact_i {
	border: solid 1px #A89C79;
	background-color: #E9DFBF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A89C79;
}
input.contact_ii{
	border: solid 1px #A89C79;
	background-color: #E9DFBF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A89C79;
}
a.links{
	color:#A89C79;
	font-size:12px;
	font-family:MS Sans Serif;
	font-weight:bold;
	text-decoration:none;
}