@charset "UTF-8";
/* CSS Document */
p, img {
	margin:0;
}

/*******************************
 Cajas
*******************************/
#contenedor {
	margin: 0px auto; 
	width: 972px;
	text-align: left;
	/*position:relative;*/
}
#contenido {
	font-family: "Century Gothic", Century, sans-serif;
	margin: 0px auto;
	padding-top: 0px;
	width: 972px;
	height: 448px;
	float: left;
	text-align: left;
	z-index: 3;
}
/*******************************
 textos
*******************************/

.noticiastext {
	font-family: "Century Gothic", Century, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	width:259px;
	height:438px;
	padding:0px 0px 0px 0px;
	overflow: auto;
	overflow-x: hidden;
}
.noticias_textos {
	font-family: "Century Gothic", Century, sans-serif;
    margin-bottom: 2px;
	font-size: 13px;
	font-weight: normal;
	line-height:17px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:justify;
}
.noticias_links {
	font-family: "Century Gothic", Century, sans-serif;
    margin-bottom: 2px;
	font-size: 13px;
	font-weight: normal;
	line-height:17px;
	letter-spacing: 0.2px;
	color:#FFFF00;
	text-decoration: none;
	text-align:justify;
}
a.noticias_links:active {
	font-family: "Century Gothic", Century, sans-serif;
    margin-bottom: 2px;
	font-size: 13px;
	font-weight: normal;
	line-height:17px;
	letter-spacing: 0.2px;
	color:#FFFF00;
	text-decoration: none;
	text-align:justify;
}
a.noticias_links:visited {
	font-family: "Century Gothic", Century, sans-serif;
    margin-bottom: 2px;
	font-size: 13px;
	font-weight: normal;
	line-height:17px;
	letter-spacing: 0.2px;
	color:#FFFF00;
	text-decoration: none;
	text-align:justify;
}
a.noticias_links:link {
	font-family: "Century Gothic", Century, sans-serif;
    margin-bottom: 2px;
	font-size: 13px;
	font-weight: normal;
	line-height:17px;
	letter-spacing: 0.2px;
	color:#FFFF00;
	text-decoration: none;
	text-align:justify;
}

a.noticias_links:hover {
	font-family: "Century Gothic", Century, sans-serif;
    margin-bottom: 2px;
	font-size: 13px;
	font-weight: normal;
	line-height:17px;
	letter-spacing: 0.2px;
	color:#FFFF00;
	text-decoration:underline;
	text-align:justify;
}


.noticias_titulos {
	font-family: "Century Gothic", Century, sans-serif;
    margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 23px;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-decoration: none;
}
.noticias_archivos {
	font-family: "Century Gothic", Century, sans-serif;
    margin-bottom: 10px;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	line-height: 19px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
.noticias_imgs {
	font-family: "Century Gothic", Century, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;
}
.noticias_enlaces {
	font-family: "Century Gothic", Century, sans-serif;
    margin-bottom: 8px;
	font-size: 13px;
	font-weight: normal;
	line-height:19px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	text-decoration: none;
}
.noticias_enlaces:link {
	color: #FFFFFF;
	text-decoration: none;
}
.noticias_enlaces:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.noticias_enlaces:hover {
	color: #CD5A00;
	text-decoration: none;
}
.noticias_enlaces:active {
	color: #FFFFFF;
}
/* Horizontal Carousel */
#noticias_carousel {
  float: left;
  width: 972px;
  height: 448px;
  position: relative;
}

#noticias_carousel .container {
  float: left;
  width: 844px;
  height: 448px;
  position: relative;    
  overflow: hidden;
}

#noticias_carousel ul {
  margin: 0;
  padding: 0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 448px;
}                      

#noticias_carousel ul li {
  width: 844px;
  height: 448px;
  text-align: left; 
  list-style: none;   
  float: left;
}

#noticias_carousel .previous_button, .next_button {
  float:left;  
  width: 64px;
  height: 448px;
  background: url(../imagenes/botones/flecha_izq.png) no-repeat left center;
  z-index: 100;
  cursor: pointer;
}

#noticias_carousel .previous_button_over {
  background: url(../imagenes/botones/flecha_izq_hover.png) no-repeat left center;	
}

#noticias_carousel .previous_button_disabled {
  background: url(../imagenes/botones/flecha_izq_off.png) no-repeat left center;
  cursor: default;
}

#noticias_carousel .next_button {
  background: url(../imagenes/botones/flecha_dcha.png) no-repeat right center;
  z-index: 100;
  cursor: pointer;
}

#noticias_carousel .next_button_over {
  background: url(../imagenes/botones/flecha_dcha_hover.png) no-repeat right center;
}

#noticias_carousel .next_button_disabled {
  background: url(../imagenes/botones/flecha_dcha_off.png) no-repeat right center;
  cursor: default;
}
/*********************************************************************************************/
.Estilo1 {
	font-family: Arial;
	font-size: 13px;
	color: #515154;
}
.Estilo2 {
	font-family: Arial;
	font-size: 16px;
	color: #cd5a00;
	font-weight: bold;
	text-decoration:none;
}
.Estilo3 {
	font-family: Arial;
	font-size: 12px;
	color: #737373;
}

.titulo_noticia {
	font-family: "Century Gothic", Century, sans-serif;
    margin-bottom: 8px;
	font-size: 13px;
	font-weight: normal;
	line-height:19px;
	letter-spacing: 0.2px;
	color: #333333;
	text-decoration: none;
}

.volver_noticias {
	font-family: "Century Gothic", Century, sans-serif;
    margin-bottom: 8px;
	font-size: 16px;
	line-height:19px;
	letter-spacing: 0.2px;
	color: #333;
	text-decoration: none;
}

.volver_noticias:a {
	text-decoration: none;
}

.volver_noticias:hover {
	color: #de9155;
}

.justifyText{
	text-align:right;
}
