@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color:#FFFFFF;
}
div#todo {
	width:980px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
#SplashImage {
	float: left;
	}
div#publicidad {
	width:980px;
	height:95px;
}
div#top {
	width:980px;
	height:130px;
	/*background-image:url(imagenes/fdo-top.jpg)*/
}
div#barra  {
	border-top: 2px solid #ff9900;
	border-bottom: 2px solid #ff9900;
	padding-top:5px;
	padding-left:10px;
	width:970px;
	height:30px;
	background-color:#E5E5E5;
	}
div#barra a:hover {
	width:130px;
	text-decoration: none;
	color: #fff;
	height: 20px;
	border-right: 1px solid #aaa;
	background-color:#FF9900;
	}
div#barra a {
	text-align:center;
	display:inline-block;
	width:130px;
	text-decoration: none;
	font-weight:bold;
	color: #000000;
	height: 20px;
	border-right: 1px solid #aaa;
	background-color:#E5E5E5;
	}
div#marquesina  {
	/*border-top: 2px solid #ff9900;
	border-bottom: 2px solid #ff9900;*/
	text-decoration: none;
	vertical-align:middle;
	padding-left:10px;
	width:970px;
	height:30px;
	background-image: url(imagenes/fdo-mar.jpg);
	background-position:center;
	background-repeat:repeat-x;
	}

div#contenedor {
	position:relative;
	float:left;
	width:680px;
	height:100%;
}
div#contenedordos {
	position:relative;
	float:left;
	width:680px;
	height:100%;
	background-color:#F8F8F8;
}

div#momento {
	margin-top:2px;
	margin-left:2px;
	position:relative;
	float:left;
	width:670px;
	height:160px;
	padding-top:10px;
	background-color:#EDEDED;
	border: solid 1px #B80000;
}

div#izq {
	margin-top:2px;
	margin-left:2px;
	position:relative;
	padding-bottom:2px;
	float:left;
	width:260px;
	/*height:100%;*/
	background-color:#FFFFFF;
	display:block;
}
div#corte {
	position:relative;
	padding-left:2px;
	float:left;
	width:678px;
	height:100px;
	margin-top:5px;
	margin-bottom:5px;
}
div#centro {
	margin-left:5px;
	position:relative;
	padding-left:2px;
	float:left;
	padding-top:2px;
	width:402px;
	/*height:100%;*/
}
div#noti-izq {
	margin-top:2px;
	position:relative;
	padding:2px;
	float:left;
	width:259px;
	/*height:100%;*/
	border: 1px solid #e0e0e0;
	background-color:#FFFFFF;
}
div#noti-izqnew {
	margin-top:2px;
	position:relative;
	padding:2px;
	float:left;
	width:659px;
	font-family:"Trebuchet MS";
	font-size:14px;
	
	/*height:100%;*/
	border: 1px solid #e0e0e0;
	background-color:#FFFFFF;
}
div#noti-centro {
	margin-top:2px;
	position:relative;
	padding:2px;
	float:left;
	width:400px;
	/*height:100%;*/
	border: 1px solid #e0e0e0;

}
div#der {
	margin-top:2px;
	position:relative;
	float:right;
	width:298px;
	height:100%;
	padding-right:2px;
	background-color: #F0FCFF;
}
div#encuesta {
	margin-top:2px;
	position:relative;
	width:290px;
	background-color:#FFDC93;
	border: 1px solid #000;
}
div#pie {
	position:relative;
	width:980px;
	height:40px;
	float:left;
	background-color:#D82000;
}

P {
	margin: 0 auto;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#000000;
}
.titulo {
	font-size:22px;
	color:#003366;
}
.titulo2 {
	font-size:22px;
	color:#003366;

}
.titulocolador A{
	font-size:22px;
	color:#000000;
}
.titulobomba {
	font-size:25px;
	color:#B80000;
}


.titulochico {
	font-size:14px;
	color:#000000;
}
.tituldoce {
	font-size:12px;
	color:#000000;
}
.comentario {
	font-size:12px;
	color:#000000;
	text-transform:none;
}
.blanco {
	color:#fff;
}
.rojo {
	color:#CC0000
	}


.barra{
	font-size:14px;
	color:#000000;
	text-transform:uppercase;
}
A {
	text-decoration:none;
	color:#003366;
}

a:hover {
	text-decoration:underline;
}
.borde {
	border: 1px solid #fb9f00;
	}