@charset "UTF-8";

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}

/* CSS Document */

body {
	background-color: #48535b;
	margin: 0px;
}
#master {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#cabeza {
	height: 150px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/armado/cabeza.jpg);
	background-repeat: no-repeat;
}
#menu {
	height: 49px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#menu #fecha {
	background-image: url(../imagenes/armado/red_bar.jpg);
	background-repeat: no-repeat;
	height: 20px;
	background-position: center;
	padding-top: 2px;
	float: left;
	width: 910px;
	padding-right: 20px;
	padding-left: 20px;
}
#menu #secciones {
	background-image: url(../imagenes/armado/menu_bar.jpg);
	height: 25px;
	padding-top: 2px;
	float: left;
	width: 930px;
	padding-right: 10px;
	padding-left: 10px;
}
#contenido {
	background-color: #FFF;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	background-image: url(../imagenes/armado/pie.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
.website {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
}
.secciones_txt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	letter-spacing: .25em;
	line-height: 20px;
}
.secciones_txt a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: .25em;
}
.secciones_txt a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: .25em;
}
.secciones_txt a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FC0;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: .25em;
}
.secciones_txt a:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FC0;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: .25em;
}
.secciones_2_txt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: .10em;
}

.secciones_2_txt a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: .10em;
}
.secciones_2_txt a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: .10em;
}
.secciones_2_txt a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #600;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: .10em;
}
.secciones_2_txt a:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #600;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: .10em;
}
#col_izq {
	float: left;
	width: 635px;
	margin-right: 5px;
	margin-bottom: 15px;
}
#col_der {
	float: right;
	width: 285px;
	margin-left: 5px;
	margin-bottom: 15px;
}
#col_central {
	float: left;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#col_1 {
	float: left;
	width: 300px;
	margin-right: 15px;
}
#col_2 {
	float: left;
	width: 300px;
	margin-right: 15px;
	clear: none;
}
#col_3 {
	width: 300px;
	float: right;
}
#col_notas {
	background-color: #efefef;
	padding: 10px;
	float: left;
}
#mini_notas {
	float: left;
	width: 280px;
}
#mini_foto {
	float: left;
	height: 75px;
	width: 100px;
	padding: 5px;
	border: thin none #FFF;
}
#leer {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
#publicidad_central {
	float: left;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	padding-top: 15px;
	padding-right: 100px;
	padding-left: 100px;
	background-color: #e7e7e7;
	background-image: url(../imagenes/armado/publicidad_central.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
#publicidad_box {
	background-image: url(../imagenes/armado/publicidad_box.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 285px;
	padding-top: 17px;
	margin-bottom: 10px;
	background-color: #e7e7e7;
	float: left;
}
#pie {
	background-image: url(../imagenes/armado/red_pie.jpg);
	background-repeat: repeat-x;
	height: 177px;
	clear: both;
}
#pie_flash {
	background-image: url(../imagenes/armado/red_pie.jpg);
	background-repeat: repeat-x;
	height: 177px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#barra_azul {
	background-image: url(../imagenes/armado/barras/azul.gif);
	background-repeat: repeat-x;
	height: 17px;
	padding-left: 20px;
}
#barra_magenta {
	background-image: url(../imagenes/armado/barras/magenta.gif);
	background-repeat: repeat-x;
	height: 17px;
	padding-left: 20px;
}
#barra_verde {
	background-image: url(../imagenes/armado/barras/verde.gif);
	background-repeat: repeat-x;
	height: 17px;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
}
#barra_roja {
	background-image: url(../imagenes/armado/barras/roja.gif);
	background-repeat: repeat-x;
	height: 17px;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
}
#barra_azul_der {
	background-image: url(../imagenes/armado/barras/azul.gif);
	background-repeat: repeat-x;
	height: 17px;
	padding-left: 20px;
	float: right;
	width: 265px;
}
#barra_verde_der {
	background-image: url(../imagenes/armado/barras/verde.gif);
	background-repeat: repeat-x;
	height: 17px;
	padding-left: 20px;
	float: right;
	width: 265px;
}
.titulo_seccion {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	font-weight: normal;
	letter-spacing: .10em;
}
.titulo_mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.texto_notas_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#columnistas img {
	width: 615px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#col_tiempo {
	width: 184px;
	float: left;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: url(../imagenes/armado/cambio.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#rapiditas {
	background-image: url(../imagenes/armado/sep_rapiditas.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 265px;
	float: left;
}
#rapiditas h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.rapiditas_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#credito {
	background-image: url(../imagenes/armado/barra_credito.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 635px;
	margin-bottom: 15px;
	padding: 0px;
}
#nota_contenido {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	margin-top: 20px;
}
#twitter_img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.credito_blanco {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
	line-height: 25px;
}
.credito_negro {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	line-height: 25px;
}
#titular {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	height: 65px;
	width: 610px;
	padding-left: 25px;
	background-image: url(../imagenes/armado/back_title.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 10px;
}
#foto {
	border: medium solid #CCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#foto1 {
	border: medium solid #CCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#foto2 {
	border: medium solid #CCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#foto3 {
	border: medium solid #CCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#foto4 {
	border: medium solid #CCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#foto5 {
	border: medium solid #CCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#foto6 {
	border: medium solid #CCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#foto7 {
	border: medium solid #CCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#foto8 {
	border: medium solid #CCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#foto9 {
	border: medium solid #CCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#foto10 {
	border: medium solid #CCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#cine_img {
	height: 320px;
	width: 285px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#youtube {
	height: 344px;
	width: 425px;
	margin-right: 100px;
	margin-left: 100px;
}
#criticatv {
	height: 342px;
	width: 635px;
	padding-top: 88px;
	background-image: url(../imagenes/armado/critica-tv.jpg);
	background-repeat: no-repeat;
}
.seccion_name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	font-weight: bold;
	color: #666;
}
#construccion {
	height: 300px;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#reventadero {
	height: 320px;
	width: 285px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#foto_dia {
	float: left;
	width: 285px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
#destacado {
	background-color: #600;
	border: medium solid #300;
	color: #FFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#edimpresa {
	height: 240px;
	width: 285px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 10px;
}
#rss_feed {
	width: 285px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	background-image: url(../imagenes/armado/fondo_aldia.gif);
	background-repeat: no-repeat;
}
#promociones {
	margin-top: 10px;
	margin-bottom: 10px;
}
#mini_banner {
	height: 45px;
	width: 285px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#buscador {
	background-image: url(../imagenes/armado/buscador.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 930px;
	float: left;
	margin-bottom: 10px;
}
#cuadro_busqueda {
	float: right;
	height: 31px;
	width: 290px;
	margin-top: 10px;
	margin-bottom: 9px;
}
#columnistas_izq {
	float: left;
	width: 615px;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
#columistas_new {
	width: 290px;
	margin-right: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	float: left;
	padding-right: 10px;
	background-image: url(../imagenes/armado/div_columnas/fondo.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#columistas_new #foto {
	margin: 10px;
	float: left;
	height: 78px;
	width: 78px;
}
#columistas_new #boton {
	margin-right: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100px;
	width: 280px;
}
#publicidad_central_temp {
	float: left;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	height: 179px;
	padding-top: 15px;
	padding-right: 100px;
	padding-left: 100px;
	background-color: #e7e7e7;
	background-image: url(../imagenes/armado/publicidad_central.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	padding-bottom: 15px;
}
#sesion_facebook {
	height: 18px;
	width: 175px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#amigos_facebook {
	float: left;
	height: 100px;
	width: 250px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}
