@charset "utf-8";
#cuerpo {
	width:755px;
	height:auto;
	margin:0px;
	padding:0px;
	text-align:left;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	background-image: url(images/fondoblanco.gif);
	background-position: center;
}

#encabezado {
	margin:10px 10px 0px;
	padding:0px;
	width:735px;
	height:136px;
	border:0px none;
	float:left;
	overflow:hidden;
}

#banner {
	margin:10px;
	padding:0px;
	width:735px;
	height:208px;
	border:0px none;
	float:left;
	overflow:auto;
	background-color: #E4F2FD;
}
#articulos {
	margin:10px 10px 0px;
	padding:0px;
	width:715px;
	height:auto;
	border:0px none;
	float:left;
	overflow:auto;
}
#menu {
	margin:10px;
	padding:0px;
	width:735px;
	height:36px;
	border:0px none;
	float:left;
	overflow:hidden;
}
#barra {
	padding:0px;
	width:755px;
	height:40px;
	border:0px none;
	float:left;
	overflow:hidden;
	background-color: #E1E1E1;
	margin-top: 5px;
	margin-bottom: 5px;
}

#barrapie {
	padding:0px;
	width:755px;
	height:20px;
	border:0px none;
	float:left;
	overflow:hidden;
	background-color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}

#noticias {
	margin:7px;
	padding:0px;
	width:294px;
	height:auto;
	float: left;
	overflow: auto;
	background-color: #FFFFFF;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	/* overflow:hidden; */
	}
#suscripcion {
	margin:7px;
	padding:0px;
	width:294px;
	height:200px;
	height:auto;
	float: left;
	overflow: auto;
	background-color: #51BBEF;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	/* overflow:hidden; */
	bottom: 5px;
	}
#secciones {
	margin:7px;
	padding:0px;
	width:427px;
	height:auto;
	float: right;
	overflow: auto;
	background-color: #FFFFFF;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	/* overflow:hidden; */
	}
.destacadonegro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
