body{
	background-color: #080850;
	color: white;
	font-size: 14px;
	font-family: "Trebuchet MS";
	text-align: justify;
	scrollbar-highlight-color: #3F4484;
    scrollbar-3dlight-color: #20266B;
    scrollbar-shadow-color: #20266B;
    scrollbar-darkshadow-color: #0F144E;
    scrollbar-track-color: #323876;
    scrollbar-base-color: #262c64;
	scrollbar-arrow-color: #484e84;
	line-height:15px;
}

#bloque1{

	margin-left: 9px;
	//margin-left: 5px;
	width: 305px;
	float: LEFT;
	color: #0a1a65;
}


#bloque1 a{
	color: #2b3f75;
	font-weight: bold;
	text-decoration: none;
}	

#bloque1 a:hover{
	color:#ffffff;
}


#bloque2{

	width: 310px;
	float: RIGHT;
	margin-right: 9px;	
	//margin-right: 5px;
	
}

#contenedor{

	background-image: url(grf/fondo.gif);
}

.titulo{
	font-size: 18px;
	font-family: "Trebuchet MS";
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom: 1px inset #eaeeff;
}

a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}	

a:hover{
	color:#adaded;
}

h5{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

input {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #102372;
	background-color: #e2e6fe;
	height: 20px;
}

textarea {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #102372;
	background-color: #e2e6fe;
}

#pie {
	font-size: 10px;
	font-family: verdana;
	color: #adafd8;
}

#pie a{
	font-size: 9px;
	color: #adafd8;
	font-weight: normal;
}

#pie a:hover{
	color: white;
	font-weight: normal;
}

.noticia{
	background-color: #262c64;
	padding: 2 10px;
	margin-top: 5px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	
	border-top: 2px solid #3f4484;
	border-left: 2px solid #3f4484;
}

.fecha{
	font-size: 9px;
}

.titulo_noticia{
	font-size: 14px;
	font-weight: bold;	
}	

.breve_noticia{
	font-size: 11px;
}	

.leer_mas{
	font-size: 9px;
}	