a:link {
	text-decoration: none;
	cursor: hand;
}
a:visited {
	text-decoration: none;
	cursor: hand;
}
a:hover {
	text-decoration: underline;
	cursor: hand;
}
a:active {
	text-decoration: none;
	cursor: hand;
}
body {
	margin-top: 2px;
	background-color: #FBFBF4;
	background-position: center top;
	background-image: url(imagenes/fondo.jpg);
	background-repeat:  repeat-x;
}
.txtgral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.txtlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC6600;
	font-variant: small-caps;
}
.txtgralchico {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC6600;
	font-variant: small-caps;
}
.txttitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	text-transform: uppercase;
}
.txtblancochico {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
.txtblanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.txttituloblanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}
UL.ej01{margin:0;background:#FF9900;list-style-type:none;padding:3px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px}
	UL.ej01 li{display:block;margin-bottom:2px;list-style-type:none;}
		UL.ej01 li a{color:#333333;display:block;text-decoration:none;padding:3px;background:#fff;border:1px outset;width:auto}
		UL.ej01 li a:hover{border-style:inset;color:#000}
	
UL#productos{margin:2px 0 0 0;padding:0;list-style-type:none;border-left:1px solid #ccc;border-right:1px solid #ccc}
	UL#productos li{display:block;bordeR:0;font-weight:bold;font-size:10px;list-style-type:none;float:none;}
		UL.ej01 li UL#productos li a{margin:0 5px 0 5px;background:#eee;}

* {
	list-style:none;
}
#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:545px;
	position:relative;
	left:32%;
	top:128px;
	z-index: 2;
	margin-left:-175px;
	margin-top:-100px;
}
.accordion_headings{
	padding:5px;
	background:#CC6600;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.accordion_headings:hover{
	background:#F0F0D5;
	color: #666666;
}
.accordion_child{
	padding:15px;
	background:#F0F0D5;
}
.header_highlight{
	background:#FF9933;
}

