/* ////////////////////////////// CSS MOSCA HNOS. ////////////////////////////*/

div.slide_sle{
	width:486px;
	margin-bottom:5px;
	border:0px solid #FF0000;
	overflow:hidden;
	background:#FFFFFF;
	background:url(../img/fondo_slide_e.gif) repeat-x;
	height:210px;
}
div.slide_item_sle{
	width:486px;
	height:200px;
	border:0px solid #006633;
	position:absolute;
	display:none;
}
/* ////////////////////////////////////////////////////////////// 
Controles (Siguiente, Anterior)
///////////////////////////////////////////////////////////////*/
div.slide_btn_siguiente_off_sle, div.slide_btn_siguiente_on_sle,
div.slide_btn_anterior_off_sle,div.slide_btn_anterior_on_sle{
	width:24px;
	height:24px;
	cursor:pointer;
	display:none;
	float:right;
}
div.slide_btn_siguiente_off_sle{
	background:url(../img/btn_slide_e_siguiente_off.png) no-repeat;
	margin-left:2px;
}
div.slide_btn_siguiente_on_sle{
	background:url(../img/btn_slide_e_siguiente_on.png) no-repeat;
	margin-left:2px;
}
div.slide_btn_anterior_off_sle{
	background:url(../img/btn_slide_e_anterior_off.png) no-repeat;
}
div.slide_btn_anterior_on_sle{
	background:url(../img/btn_slide_e_anterior_on.png) no-repeat;
}

/* ////////////////////////////////////////////////////////////// 
Controles (Números)
///////////////////////////////////////////////////////////////*/
div.slide_numero_off_sle,div.slide_numero_on_sle,div.slide_numero_over_sle{
	padding:2px;
	border:1px solid #d9d9d9;
	text-align:center;
	width:10px;
	float:right;
	cursor:pointer;
	margin-left:2px;
	background:#fffff;
	color:#727272;
}
div.slide_numero_on_sle{
	border:1px solid #c3c1c1;
	background:#009ee1;
	color:#ffffff;
}
div.slide_numero_over_sle{
	background:#ececec;
	color:#727272;
}

/* NO configurables */

div.marco_movimiento_slide_e{
	position:absolute;
	width:486px;
	overflow:hidden;
	height:240px;
	margin-top:3px;
}
div.marco_slide_e_left{
	background:url(../img/marco_slide_e_left.png) no-repeat;
	_background:none;
	width:8px;
	height:206px;
	position:absolute;
	z-index:2000;
	overflow:hidden;
}
div.marco_slide_e_der{
	background:url(../img/marco_slide_e_der.png) no-repeat;
	_background:none;
	width:8px;
	height:206px;
	position:absolute;
	z-index:2001;
	overflow:hidden;
	margin-left:478px;
}

div.total_slide_e{
	color:#727272;
	width:18px;
	height:16px;
	float:right;
	border:1px solid #d9d9d9;
	padding:3px;
	text-align:center;
	margin-left:2px;
	background:#FFFFFF;
}
div.zona_texto_slide_e{
	width:240px;
	height:180px;
	border:0px solid #00FF00;
	position:absolute;
	margin-top:14px;
	margin-left:14px;
}
td.zona_texto_slide_e{
	height:180px;
}
div.zona_imagen_slide_e{
	width:468px;
	height:200px;
	border:0px solid #FF0000;
	text-align:center;
}
div.titulo_slide_e{
	color:#009ee1;font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}
div.texto_slide_e{
	color:#727272;
	font-weight:normal;
	font-size:11px;
	width:220px;
}
div.numeros_slide_e{
	float:right;
	border:1px solid #999999;
}
div.contenedor_paginacion_e{
	padding-right:8px;
	z-index:3000;
	position:absolute;
	width:80px;
	margin-top:172px;
	margin-left:397px;
}
.link_slide_e:link {color:#009ee1;font-weight:bold;font-size:14px;text-decoration:none;}
.link_slide_e:active {color:#009ee1;font-weight:bold;font-size:14px;text-decoration:none;}
.link_slide_e:visited {color:#009ee1;font-weight:bold;font-size:14px;text-decoration:none;}
.link_slide_e:hover {color:#009ee1;font-weight:bold;font-size:14px;text-decoration:underline}


