/* DESTACADO COLUMNAS */

.destacado_columnas {
	clear: both;
	display: block;
	width: 798px;
	padding: 0px;
}

.destacado_columnas .destacado_columna {
	float: left;
	width: 120px;
	padding-bottom: 9px;
	display: block;
}

.destacado_columnas .destacado_columna p {
	padding-top: 7px;
}

.destacado_columnas .destacado_columna strong {
	color: #414141;
}

.visor_columnas {
	display: block;
	float:left;
	width: 718px;
	margin-left: 30px;
	overflow: hidden;
}

.visor_columnas .visor_columnas_contenido {
	width:99999px;	
}

.visor_columnas_left {
	display: block;
	float:left;
	background: url(css_img/visor_flecha_left.gif) no-repeat top left;
	width: 30px;
	height: 28px;
	margin-left: 0px;
	margin-top: 49px;
	cursor: pointer;
}

.visor_columnas_right {
	display: block;
	float:left;
	background: url(css_img/visor_flecha_right.gif) no-repeat top left;
	width: 30px;
	height: 28px;
	margin-left: 0px;
	margin-top: 49px;
	cursor: pointer;
}

.visor_columnas_left:hover, .visor_columnas_right:hover {
	background-position: 0 -28px;
}

.ajax_loader {
	position: relative;
	top: 5px;
	left: 0px;
	margin-top: 50px;
	margin-left: 50px;
	background: url(css_img/loading.gif) no-repeat top left;
	width: 16px;
	height: 16px;	
}
