@charset "utf-8";
/* CSS Document */

HTML, BODY {
    background-image: url(../../imagenes/body_bg.jpg);
	background-repeat: repeat;
	margin-top:0px;
	padding:0;
	border:0;
	width:100%;
	height:100%;
	background-color: #FFFFFF;
}
#left-col {
	width:160px;
	float:left;
}
#banner-izq {
	width:156px;
	margin-top:199px;
}
#center-col {
	margin-top:10px;
	width:760px;
    background:#FFF;
	float:left;
}
#tira-pasante {
	width:760px;
	height:50px;
	margin-top:0px;
	float:left;
}
#news-logo {
	width:760px;
	height:120px;
	float:left;
}
#botonera-principal {
	width:760px;
	float:left;
}
#content {
	width:760px;
	float:left;
}
#right-col {
	width:160px;
	float:left;
}
#banner-derecha {
	width:156px;
	margin-top:199px;
	float:right;
}
#footer {
	width:760px;
	height:70px;
	text-align:center;
	background:#FFF;
	font: normal 9px verdana; color: #999;
	line-height: 20px;
	float:left;
}
#footer #nav a {
	font: normal 9px verdana;
	color: #999;
	text-decoration: none;
}
#footer #nav a:hover {
	font: normal 9px verdana;
	color: #FF6600;
	text-decoration: none;
}

