@charset "utf-8";
/* CSS Document */

.acordeon-container {
float:left;
height:260px;
margin-top:25px;
width:100%;
}

.opcion { height:40px; }

.opcion a
{
	background-image: url("/img/option-off.gif");
	background-position: 1px 7px;
	background-repeat: no-repeat;
	border: 0 none;
	color:#676767;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin: 2px 0;
	padding: 0 0 0 20px;
	text-decoration:none;
}

.opcion a:hover
{
	color:#000;
}

.opcion a:active
{
	color:#000;
	background-image: url("/img/option-selected.gif");
	background-position: 1px 7px;
	background-repeat: no-repeat;
}

.opcion a:focus
{
	color:#000;
	background-image: url("/img/option-selected.gif");
	background-position: 1px 7px;
	background-repeat: no-repeat;
}

.oculto
{
	display:none;
}

.oculto ul
{
	margin:15px 0 15px 30px;
	text-decoration:none;
}

.oculto ul li a
{
	list-style-type: none;
	background-image: url("/img/option-off.gif");
	background-position: 1px 2px;
	background-repeat: no-repeat;
	border: 0 none;
	color:#676767;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 2px 0;
	padding: 0 0 0 20px;
	text-decoration:none;
	list-style-type: none;
}

.oculto ul li
{
	list-style-type: none;
	height:20px;
}

.oculto ul li a:hover
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	list-style-type: none;
	background-image: url("/img/option-selected.gif");
	background-position: 1px 2px;
	background-repeat: no-repeat;
}

.oculto ul li a:active
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	list-style-type: none;
	background-image: url("/img/option-selected.gif");
	background-position: 1px 2px;
	background-repeat: no-repeat;
}

.oculto ul li a:focus
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	list-style-type: none;
	background-image: url("/img/option-selected.gif");
	background-position: 1px 2px;
	background-repeat: no-repeat;
}

.ocultoSelected
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	list-style-type: none;
	background-image: url("/img/option-selected.gif");
	background-position: 1px 2px;
	background-repeat: no-repeat;
}

.ocultoOff
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	list-style-type: none;
	background-image: url("/img/option-off.gif");
	background-position: 1px 2px;
	background-repeat: no-repeat;
}

.opcion-botones
{
	float:left;
	width:590px;
	/*margin-top:40px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight:bold;
	color:#676767; 
	/*height:50px;*/
	/*padding: 40px 0 0 0;*/
	
}

.opcion-botones-cancelar a
{
	float:left;
	margin: 0 320px 0 0;
	.margin: 0 310px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color:#898687; 
} 










