@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#fff;
	line-height:1.6em;
} 

img{
	    border:none;
	}

#contenedor {
	width: 980px;
	height:650px;
	margin:auto;
	position:relative;
	background-color:#FFF;
}

#left_txt {
	width:270px;
	height: 650px;
	position: absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#333;
}

#main_info {
	width:710px;
	height:650px;
	background-color:#000;
	position:absolute;
	left:270px;
	top:0;
}

#txts{
	width:300px;
	height:620px;
	padding:15px;
	position:absolute;
	left:310px;
	z-index:1;
	background-image:url(../imgs/bg_divs.png);
	background-repeat:repeat;
}

#titulo{
	width:30px;
	padding:5px;
	height:640px;
	position:absolute;
	left:270px;
	z-index:2;
	background-image:url(../imgs/bg_divs.png);
	background-repeat:repeat;
	border-right:solid medium #CCC;

}

#logo{
	width:210px;
	position:absolute;
	top:325px;
	left:25px;
	margin:0;
	padding:0;
	}


#menu{
	width:210px;
	position:absolute;
	top:400px;
	left:40px;
	list-style: url(../imgs/bullet.png);
	margin:0;
	padding:0;
	line-height:1.3em;
	}
	
#menu li{
	padding:0px;
	}
	
	#menu li a{
	text-decoration: none;
	color:#868686;
	}
	
	#menu li a:hover{
	text-decoration: none;
	color: #fff;
	}
	
	#menu2{
	width:225px;
	position:absolute;
	bottom:57px;
	left:25px;
	list-style: none;
	margin:0;
	padding:0;
	line-height:1.3em;
	font-size:12px;
	}
	
#menu2 li{
	float:left;
	padding:0px;
	}
	
	#menu2 li a{
	text-decoration: none;
	color:#666;
	}
	
	#menu2 li a:hover{
	text-decoration: none;
	color: #ccc;
	}
	
	#pleca{
	width:8px;
	position:absolute;
	top:322px;
	left:0;
	height:215px;
	
	background-color:#e1a93b;
	}
	
	
	#txt_verde{
		font-size: 30px;
		font-style: normal;
		font-weight:lighter;
		color:#00A700;
		line-height:1.0em;
	}
	
	#txt_amarillo{
		font-size:18px;
		font-style: normal;
		font-weight:lighter;
		color:#e1a93b;
	}
	
		#txt_amarillo2{
		font-size:14px;
		font-style: normal;
		font-weight:lighter;
		color:#e1a93b;
	}
	
		#txt_frase{
	
		font-style: normal;
		text-align:right

	}
		
	.highlight{
		font-style: normal;
		color:#e1a93b;
	}
	
	.divisiones{
		color:#666;
	}
	
	a.nav {
	color: #ccc;
}
a.nav:link {
	text-decoration: none;
	color:#ccc;
}
a.nav:visited {
	text-decoration: none;
	color: #ccc;
}
a.nav:hover {
	text-decoration: none;
	color: #e1a93b;
}
a.nav:active {
	text-decoration: none;
	color: #ccc;
}

	a.nav2 {
	color: #999;
}
a.nav2:link {
	text-decoration: none;
	color:#999;
}
a.nav2:visited {
	text-decoration: none;
	color: #999;
}
a.nav2:hover {
	text-decoration: none;
	color: #e1a93b;
}
a.nav2:active {
	text-decoration: none;
	color: #999;
}
		
	/*slider*/
#slider {
    width: 710px; /* important to be same as image width */
    height: 650px; /* important to be same as image height */
	padding:0px;
	position:absolute;
	left: 270px;
	top:-13px;
}
#sliderContent {
    width: 710px; /* important to be same as image width or wider */
    padding:0px;

}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	padding:0px;
}
.sliderImage span {
    position: absolute;
	font: 12px/16px Futura, Arial, Helvetica, sans-serif;
    padding:10px;
    width: 690px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 16px;
}
.bottom {
	bottom: 6px;
    left: 0;
}
ul { list-style-type: none;}