/*Despegables*/

/*bloques*/

.despegable a{
	width:501px;
	height:23px;
	display:block;
	padding:7px 30px 0 30px;
	
	background-color:#FFFFFF;
	background-image:url(../imagenes/despegables/abrir.jpg);
	background-repeat:no-repeat;
}
.despegable a:hover{
	background-color:#FFFFFF;
	background-image:url(../imagenes/despegables/abrir-over.jpg);
	background-repeat:no-repeat;
}

.despegable-cerrar a{
	width:501px;
	height:23px;
	display:block;
	padding:7px 30px 0 30px;
	
	background-color:#FFE9B3;
	background-image:url(../imagenes/despegables/cerrar.jpg);
	background-repeat:no-repeat;
}
.despegable-cerrar a:hover{
	background-color:#FFE9B3;
	background-image:url(../imagenes/despegables/cerrar-over.jpg);
	background-repeat:no-repeat;
}

.despegable-texto{
	width:516px;
	padding:15px 15px 15px 30px;
	
	background-color:#FFE9B3; /*FONDO TEXTO DESPEGABLE*/
}


/*DESPEGABLES-CATALOGO*/
.despegable-catalogo{
/*	padding:0 0 15px 0;*/
	width:561px;
	margin:0 0 15px 0;
	overflow:hidden;
	background-color:#FFE9B3; /*FONDO TEXTO DESPEGABLE*/
}

.despegable-catalogo-fin{
	margin:0 0 0 0;
}

.depegable-catalogo-imagen,
.depegable-catalogo-texto{
	float:left;
}
.depegable-catalogo-texto{
	width:334px;
	padding:0 15px 0 30px;
	
}
.depegable-catalogo-imagen{
	width:182px;
	padding:0 0 0 0;
}
.depegable-catalogo-texto-destacado{
	width:359px;
	padding:0 25px 30px 0;
	float:left
}



.despegable-inicio{
	display:none;
}

.despegable-separador{
	height:1px;
	width:561px;
	background-image:url(../imagenes/contenido/separador-derecha.jpg);
	background-repeat:no-repeat;
}
/* IE6 Only: PROBLEMA CAPAS VACIAS */
* html .despegable-separador{
	overflow:hidden;
}

#despegable-cabecera{
	width:556px;
	height:25px;
	
	background-color:#33CC99;
	
	padding:15px 0 0 5px;
}

#despegable-pie{
	width:561px;
	height:40px;
	
	background-color:#33CC99;
}



/*fuentes*/

.despegable a,
.despegable-cerrar a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#134D87; /*AZUL OSCURO*/
	text-decoration:none;
}
.despegable a:hover,
.despegable-cerrar a:hover{
	color:#0081FF; /*AZULIN*/
}

.despegable-texto{
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000; /*AZUL OSCURO*/
}

#despegable-cabecera{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#9A4D00;	/*MARRON*/
}