/* Body principal  */
body {
	background-color:#1b2635;
	/* Lo centro para internet explorer */
	text-align: center;  
	width:100%;
	/* Sigo para los navegadores buenos */
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	padding: 0 0 0 0;
}

a, a:hover, a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
	font-stretch:normal;
	text-decoration:none;
}

/* Arma el total */
#contenedor {
	background-image:url(images/basecentral.jpg);
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
	margin:auto;
	background-color:#FFFFFF;
	width:1000px;
	height:auto; 
}

/* Imagen encabezado */
#encabezado {
	width: 1000px;
/*	height: 236px; */
	height: 160px;
	background-image:url(images/baseinicio.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

/* Texto de los botones y menu horizontal*/
.textoencabezado {
	float:left;
	padding-left:400px;
	padding-top:140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:12px;
}

#menuhorizontal {
	font: 14px "Georgia", Times New Roman, Times, serif;
	margin:0 auto 0 auto;
	padding-left:350px;
	padding-top:160px;
	}

#menuhorizontal ul, li {
	list-style-type: none;
	padding-left:90px;
	}

#menuhorizontal ul {
	margin: 0;
	padding: 0;
	}

#menuhorizontal li {
	float: left;
	}

#menuhorizontal a {
	font-weight:normal;
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border: 1px solid #999999;
	border-width:0;
	}

/* Esto ya no sirve, era para el menu con encabezado
#menuhorizontal a#primero {
	border-left: 1px solid #ACCFE8;
	}*/

#menuhorizontal a:hover {
	color:#FF6600;	
	}

/* Aca acomodo los banners */

#banners {
	/* background-color:#33FF33; */
	clear:both;
	position:absolute;
	float:left;
	width:180px;
	/* margin-top:70px; */
	margin-top:0px;
	margin-left:32px;
	padding-left:0px;
	padding-top:30px;
}

#banners a, a:active, a:visited, a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}

#menuopciones {
	padding-left:0px;
}

#menuopciones a, a:active, a:visited {
	color:#666666;
	text-decoration:none;
	border:none;
}

#menuopciones a:hover {
	color:#000000;
	text-decoration:none;
	border:none;
}

#banners_derecha {
	clear:both;
	position:absolute;
	width:200px;
	/* margin-top:70px; */
	margin-top:0px;
	margin-left:776px;
	padding-left:10px;
	padding-top:30px;
}

#banners_derecha a, a:active, a:visited, a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}

/* Contenido Principal */
#contenido {
	display:inline;
	/* background-color:#FFFF00; */
	background-image:url(images/fondonoticias.jpg);
	background-position:left;
	background-repeat:repeat-y;
	width:580px;
	float:left;
	min-height:1500px;
	margin-left:180px;
	margin-top:0px;
	/* Aca lo corrijo para internet explorer */
	height: expression( this.scrollHeight < 1501 ? "1500px" : "auto" );
	/* Sigo para los navegadores buenos */
	height:auto;
	padding-left:10px;
	padding-right:10px;
}

/* Texto principal */
.textoprincipal {
	padding-left:10px;
	padding-top:20px;
	padding-right:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size: 12px;
}


/* Aca acomodo todo lo referido a noticias */

/* Titulo */
.titulonoticia, a.titulonoticia:hover, a.titulonoticia:visited, a.titulonoticia:active, a.titulonoticia:link {
	/*background-image:url(images/separadortitulo.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;*/
	border-bottom:solid;
	border-bottom-width:1px;
    /*border-bottom-color:#DDF8C0; VERDE ANTERIOR*/
	border-bottom-color:#FFD9B3;
	font-family: "Georgia", Times New Roman, Times, serif;
	color:#faa11b;
	font-size:19px;
	font-weight:normal;
	text-decoration:none;
}


/* Autor */
.autornoticia {
	font-family: "Arial", Times New Roman, Times, serif;
	color:#999999;
	font-stretch:narrower;
	font-size:10px;
	margin-top:5px;
}

/* Fecha */
.fechanoticia {
	text-align:right;
	font-family: "Arial", Times New Roman, Times, serif;
	color:#999999;
	font-stretch:narrower;
	font-size:10px;
	padding-right:10px;
	margin-top:-25px;
	* margin-top:-32px;
}

/* Foto Copete */
.fotocopetenoticia {
	max-width:200px;
	max-height:150px;
}

/* Copete y Noticia Completa */
.copetenoticia, .noticiacompleta {
	font-family: "Georgia", Times New Roman, Times, serif;
	color:#333333;
	font-size:12px;
	max-width:535px;
}


/* Enlace Noticia Completa */
.enlacenoticia {
	font-family: "Georgia", Times New Roman, Times, serif;
	color:#999999;
	font-stretch:narrower;
	font-size:10px;
	margin-top:-15px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
}

/* Sigo con el resto del site */

/* Imagen pie */
#pie {
	clear:both;
	width:1000px;
	height:73px;
	background-image:url(images/basefin.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

/* Texto del pie */
.textopie {
	padding-left:750px;
	padding-top:42px;
	font-family: Georgia, "Arial", Times, serif;
	color: #666666;
	font-size: 12px;
}

.textopie a:active, a:visited, a:hover {
	color:#999999;
}

img {border:none;}