/* CSS Document */
@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body{
	background-color:#191919;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#contenedor {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	height: 650px;
	background-image: url(ultimahora.gif);
	background-repeat: no-repeat;
	background-position: 1px -5px;
	margin-top: 24px;
	overflow: hidden;
}
#botonera {
	text-align: right;
	width: 750px;
	float: right;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#botonera  em {
	color: #BD5E25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
#botonera a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#botonera a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#contenido {
	width: 760px;
	float: right;
	clear: both;
	overflow: hidden;
	margin-right: 10px;
}
#foto {
	background-image: url(ultima.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 356px;
	width: 760px;
}
#foto h2 {
	color: #FFFFFF;
	background-color: #000000;
	width: 300px;
	letter-spacing: 10px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	-moz-opacity: 0.8;
	font-size: 18px;
	font-weight: normal;
}


#separador {
	background-color: #FFFFFF;
	height: 1px;
	width: 760px;
	margin-top: 10px;
}
#pierCuerpo {
	background-image: url(backgroundimage_1.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 25px;
	margin-top: 625px;
}

#texto {
	height: 180px;
	margin-top: 15px;
	background-color: #BD5E25;
}
#texto h3 {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#texto  #slider2 a {
	color: #FFFFFF;
	text-decoration: underline;
}
#texto  #slider2 a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

/* PAGINADOR DE NOTICIAS */
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 760px; /*width of featured content slider*/
	height: 165px;
	background-color: #BD5E25;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 750px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

.pagination{
	width: 760px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #AF5823;
}

.pagination a{
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 5px;
	background-color: #BD5E25;
	padding-right: 3px;
	padding-left: 3px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}