@charset "utf-8";
/* CSS Document */

/*  ----------------------------------------
	CSS By Ángel Leiva 27/11/09
	http://wwww.imagenconsulting.es
 ---------------------------------------- */

@import 'reset.css';

ul { list-style: none !important; }

#cuadroslider {
	float: left;
	width: 564px !important;
	height: 244px !important;
	padding: 2px ;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-top: 10px;
}

#slider2 {
    width: 564px !important; 
    height: 244px !important; 
    position: relative !important; 
	overflow: hidden !important; 
}

#slider2Content {
	width: 560px !important;
	height: 240px !important;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: 0 !important;
	padding: 0;
}

.slider2Image {
    float: left;
    position: relative;
	display: none;
}
.slider2Image img {
    padding: 0;
	border: none;
	margin: 0;
	background: none;
}
.slider2Image span {
    width: 560px;
	position: absolute;
	font: 11px Arial, Helvetica, sans-serif;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	padding: 10px !important;
	visibility: hidden; /* SPAN OCULTO DE MOMENTO */
}

/*.clear {
	clear: both;
}*/

.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px;
}

.top {
	top: 0;
	left: 0;
}

.bottom {
	bottom: 0 !important;
    left: 0;
}

.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 240;
}

.right {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 240;
}


/* IE 6 --------------------*/
* html .wrap,
* html #nav,
* html #content,
* html #util #tact,
* html #util #meta,
* html #cuadroslider,
* html #content_txt {
	height: 1%;
}

* html #cuadroslider,
* html #content_txt {
	margin-left	: 0px;
	margin-right: 0px;
	display: inline;
}

