/************************************************
 *				CONTENEDOR 						*
 ************************************************/
 
 div.buscadorDestacados  {

	padding-bottom: 0.3em;
	height: 163px;
 }
 
 div.buscadorDestacados * {
 	margin: 0;
 	padding: 0;
 	top: 0em;
 }

div.buscadorDestacados #carruselDestacados { 
	width: 100%;
}

div.buscadorDestacados ul.orbit {
	position: relative;
	overflow: hidden;
	width: 100%;
	height:1em;
}

/************************************************
 *				CONTENIDOS 						*
 ************************************************/
div.buscadorDestacados ul#carruselDestacados  li.enlaceDestacada {
	float:left;
	width: 66.2em;
    	/*height: 9.5em;	*/
    	height: 7.2em;
}

div.buscadorDestacados ul#carruselDestacados li.enlaceDestacada ul li.enlaceBanner{	
    	float: left;
    	margin-left: 0.24em;
    	margin-top: 0.05em;
    	width: 8em;
    	/*height: 10em;	*/
    	height: 7.2em;
}


/************************************************
 *					BULLETS 					*
 ************************************************/
div.buscadorDestacados ul.bulletsDestacadosDestacadas, div.buscadorDestacados ul.navegadorDestacadosDestacadas
{
    	background-color: transparent;
    	list-style: none outside none;
    	right:0.6em;
    	/*position: relative;
    	top: 7em;
    	z-index: 5;*/
    	float:right;
}

div.buscadorDestacados ul.bulletsDestacadosDestacadas li{
	float: left;
}


div.buscadorDestacados ul.bulletsDestacadosDestacadas li a, div.buscadorDestacados ul.navegadorDestacadosDestacadas li a {
	cursor: pointer;
	display: block;
	text-decoration: none;
}
div.buscadorDestacados ul.bulletsDestacadosDestacadas li a.bulletEnlaceDestacada {
	background: url('../img/botonesCarrusel.png');
	/*position: relative;*/
	/*background-position: center top;
	background-repeat: no repeat;
	background-attachement: fixed;	*/
	background-position: 50% 14%;
    	color: #ffffff;
    	height: 1.45em;
    	/*padding: 0.74em 0.06em 1.25em 0.1em;*/
    	text-align: center;    	
    	width: 1.5em;
    	padding-left: 0.1em;
    	padding-right: 0.1em;
    	padding-top: 0.2em;
}

div.buscadorDestacados ul.bulletsDestacadosDestacadas li  a.bulletEnlaceDestacada span.textoTitular {
	display: none;
}

div.buscadorDestacados ul.bulletsDestacadosDestacadas li  a.bulletEnlaceDestacada span.numeroCarrusel {
	font-size: 1.15em;
	
}

div.buscadorDestacados ul.bulletsDestacadosDestacadas li  a.bulletEnlaceDestacada.active {
    	background: url('../img/botonesCarrusel.png');
	/*position: relative;
	background-position: center bottom;
	background-repeat: repeat;
	background-attachement: fixed;*/
	background-position: 50% 72%;
    	color: #302a2a;
}


/************************************************
 *					NAVEGADOR 					*
 ************************************************/
div.buscadorDestacados ul.navegadorDestacadosDestacadas li{
    	float:left;
}

div.buscadorDestacados ul.navegadorDestacadosDestacadas li a.botonPag {
	cursor: pointer;
    	/*height: 1.45em;
    	padding: 0.6em 0.06em 1.25em 0.1em;*/
    	text-align: center;
    	width: 1.5em;	 
    	padding-left:0.1em;
    	padding-right:0.1em;
    	padding-top: 2.1em;
}


div.buscadorDestacados ul.navegadorDestacadosDestacadas li a.botonPag span {
	display: none;
}
div.buscadorDestacados ul.navegadorDestacadosDestacadas li a.botonPag.play {
	background: url('../img/botonPlay.png') no-repeat scroll center;
}
div.buscadorDestacados ul.navegadorDestacadosDestacadas li a.botonPag.pause {
	background: url('../img/botonPause.png') no-repeat scroll center;
}
div.buscadorDestacados ul.navegadorDestacadosDestacadas li a.botonPag.izq {
	background: url('../img/botonAnt.png') no-repeat scroll center;
}
div.buscadorDestacados ul.navegadorDestacadosDestacadas li a.botonPag.der {
	background: url('../img/botonSig.png') no-repeat scroll center;
}
div.buscadorDestacados ul.navegadorDestacadosDestacadas li a.botonPag.pauseDes {
	background: url('../img/botonPauseDes.png') no-repeat scroll center;
	cursor: auto;
}
div.buscadorDestacados ul.navegadorDestacadosDestacadas li a.botonPag.izqDes {
	background: url('../img/botonAntDes.png') no-repeat scroll center;
	cursor: auto;
}
div.buscadorDestacados ul.navegadorDestacadosDestacadas li a.botonPag.derDes {
	background: url('../img/botonSigDes.png') no-repeat scroll center;
	cursor: auto;
}