/* CSS Document */
BODY {
	/*background-color: #3473AB;*/
	background-image: url(img/fondo_pag.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: 		#0A4378;
	scrollbar-3dlight-color: 	#2b78a6;
	scrollbar-darkshadow-color: #2b78a6;
	scrollbar-highlight-color: 	#2b78a6;
	scrollbar-shadow-color: 	#2b78a6;
	scrollbar-track-color: 		#2b78a6;
}

.ScrollNaranja {
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: 		#e66929;
	scrollbar-3dlight-color: 	#f4bb9e;
	scrollbar-darkshadow-color: #f4bb9e;
	scrollbar-highlight-color: 	#f4bb9e;
	scrollbar-shadow-color: 	#f4bb9e;
	scrollbar-track-color: 		#f4bb9e;
}

.BordeBlanco {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.Blanco10 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

.Blanco11 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
a.Blanco10 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}
a.Blanco10:hover { text-decoration:underline; }

 div.hr {
  height: 6px;
  background: #428041 url(img/dot.gif) repeat-x;
}
div.hr hr {
  display: none;
}

.Negrita {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight:bold;
	color: #3473ab;
	text-decoration:none;
}

.Verde {
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-decoration:none;
	color:#3E7B3F;
}

.Marron {
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-decoration:none;
	color:#6E603D;
}

.TextoNormal {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align:justify;
	color:#333333;
}

.TituloNoticia{
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align:justify;
	color:#e66929;
}

.NoticiaCompleta{
	font-family: "Trebuchet MS";
	font-size: 09px;
	color:#2b78a6;
}

.NombreGrande{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight:bold;
	color: #3473ab;
	text-decoration:underline;
}