@charset "UTF-8";
/* CSS Document */
p, img {
	margin:0;
}
/*******************************
 Cajas
*******************************/
#contenedor {
	margin: 0px auto; 
	width: 480px;
	text-align: left;
	/*position:relative;*/
}
#contenido {
	font-family: "Century Gothic", Century, sans-serif;
	margin: 0px auto;
	padding-top: 0px;
	width: 480px;
	height: 214px;
	float: left;
	text-align: left;
	z-index: 3;
}
/*******************************
 Enlaces
*******************************/
a:link { 
	color: #FFFFFF;
	text-decoration: none;
}
a:visited { 
	color: #CD5A00;
	text-decoration: none;
}
a:hover {
	color: #CD5A00;
}
a:active {
	color: #FFFFFF;
}
/* --- */
.activoWhite {
	color: #FFFFFF;
}
/* --- */
.activo {
	color: #FFFFFF;
}
.activo a:link {
	color: #FFFFFF;
}
.activo a:visited { 
	color: #CD5A00;
}
.activo a:hover{
	color: #CD5A00;
}
/* --- */
.enlaceExt {
    padding-right: 16px;
}
.enlace {
    padding-right: 16px;
}
/*******************************
 textos
*******************************/
.texto {
	font-family: "Century Gothic", Century, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}
.titular {
	font-family: "Century Gothic", Century, sans-serif;
    margin-bottom: 8px;
	font-size: 16px;
	font-weight: normal;
	line-height:18px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	text-decoration: none;
}
.noticiastext {
	width:186px;
	height:448px;
	padding:0px 14px 0px 20px;
	float:right;
	color:#fff;
	font-size:12px;
	overflow: auto;
	overflow-x: hidden;
	line-height:16px;
}
/*******************************
 Otras
*******************************/
.izq {
    float: left;
	margin: 0;
	padding: 0;
}
.principal {
	width: 480px;
	height: 214px;
	float: left;
}
.actualText {
	width: 180px;
	padding: 8px 12px;
	float: left;
	font-size: 12px;
	line-height: 15px;
}
.actualText {
    width: 186px;
	height: 214px;
    padding: 8px 12px;
	float:left;
	overflow: auto;
	overflow-x: hidden;
	line-height:15px;
	background-color: #000000;
}
/*******************************
 Carousel noticias
*******************************/
#noticias_carousel {
	float: left;
	width: 480px;
	height: 214px;
	position: relative;
	top: 0;
	left: 0;
/*-------------------*/
	border: 0px none #CD5A00;
	color: #FFF;
}

#noticias_carousel .container {
	float: left;
	width: 480px;
	height: 214px;
	position: relative;    
	overflow: hidden;
}

#noticias_carousel ul {
	margin: 0;
	padding: 0;
	width: 100000000px;
	position: relative;
	top: 0;
	left: 0;
	height: 214px;
}                      

#noticias_carousel ul li {
	width: 480px;
	height: 214px;
	text-align: left; 
	list-style: none;   
	float: left;
}