@charset "utf-8";
.opciones1 {
	background-color: #999999;
	padding: 0px 10px;
	color: #333;
	width: 280px;
}

.opciones1 .titulo {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000000;
	margin-left: 5px;
	background-image: url(../images/subrayado.gif);
	margin-right: 5px;
}



.botones {
	font-size: 12px;
	background-color: #FF3300;
	background-image: none;
	border: 2px solid #660000;
	height: 2em;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.textBoxInactivo {
	font-size: 10px;
	background-color: #999999;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textBoxActivo {
	font-size: 12px;
	background-color: #666;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titulo_acordeon_inactivo {
	cursor:pointer;
	background-image: url(../images/bulet1_inactivo.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
}
.titulo_acordeon_activo {
	cursor:pointer;
	background-image: url(../images/bulet1_activo.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
}
.thumb_seleccionado {
	border: 3px solid #FF9900;
}
.titulo_naranja {
	background-image: url(../images/bg_titulo.jpg);
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	padding-top: 5px;
}
.titulo_naranja_inicio {
	float: left;
}
.titulo_naranja_fin {
	float:right; 
	margin-top:-25px;
}
.opciones1 a {
	color: #FFFFFF;
}
#contenido_principal_blanco a{
	color:#F30;
}