BODY{
	margin:0px;
	background-color:#E1D0AD;
	/*background-image:url(graficos/fondo1.jpg);*/
	background-repeat:repeat-x;
	background-attachment:fixed;
/*
	  scrollbar-3dlight-color:    rgb(249,255,255);   
	  scrollbar-arrow-color:      rgb(255,255,255);
	  scrollbar-base-color:       rgb(255,255,255);
	  scrollbar-darkshadow-color: rgb(255,225,209);
	  scrollbar-face-color:       rgb(255,99,46);
	  scrollbar-highlight-color:  rgb(240,240,240);
	  scrollbar-shadow-color:     rgb(139,70,0);
	  scrollbar-track-color:      rgb(255,255,255);
*/
	scrollbar-face-color: rgb(255,99,46);
	scrollbar-shadow-color:#C94E24;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #C94E24;
	scrollbar-darkshadow-color: #C94E24;
	scrollbar-track-color:  #fafafa;
	scrollbar-arrow-color: #ffffff;	
	}
DIV, BODY, P, TD, input, textarea, select, span{
	font:normal 11px Verdana, Arial;
	color:#666666;
}

.fondoContenido{
	background-color:#ffffff;
	border-left:1px solid #AFA98D;
	border-right:1px solid #AFA98D;
	border-bottom:1px solid #AFA98D;

}
button{
	color:white;
	font:bolder 17px Verdana, Arial;
}
a{
	color:#FF6600;
	text-decoration:underline;
}

a:hover{
	color:#FF9E5E;
}
a.selec{
	color:#666666;
	text-decoration:underline;
	font-weight:bold;
}

a.selec:hover{
	color:#999999;
	font-weight:bold;
}
.pie{
	font:normal 10px Verdana, Arial;
	color:#000;
	/*text-decoration:none;*/
}

.pie:hover{
	color:#333;
}


input,textarea,select{
	border:1px solid #999;
	background-color:#EDECE9;
	padding-left:3px;

}

ul, li{
	list-style-type:square;
	/* list-style-image:url(graficos/ico1.gif); */
}
.naranja{
	color:#EB6004;
	font-size:13px;
}
button{
	cursor:pointer;
	cursor:hand;
	background-color:transparent;
	font:bolder 13px Verdana, Arial;
	border:none;
}
.noticia{
	color:#333333;
}
.evento{
	color:#333333;
}
.titulo{
	font: bold 17px Arial, Verdana;
	color:#FF6600;

}

.subtitulo{
	font: bolder 14px Arial, Verdana;
	color:#666666;
}
.subtituloNoticia{
	font: bold 13px Verdana, Arial;
	color:#FF6600;
}
.alturaLinea{
	line-height:19px;
}
.noInput{
	background-color:#ffffff;
	border:none
}
.aviso{
	border:1px soid red;
}
