/*ESTILOS GENERALES DEL BODY*/

BODY {
	background-repeat:repeat-y;
	background-position:top;
	PADDING-BOTTOM: 0px;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #EBEBEB;
	scrollbar-shadow-color: #EBEBEB;
	scrollbar-3dlight-color: #EBEBEB;
	scrollbar-darkshadow-color: #EBEBEB;
	scrollbar-arrow-color: #EBEBEB;
	scrollbar-track-color: #EBEBEB;
	scrollbar-base-color: #EBEBEB;
	background-image:url(../imagenes/fondo_bajo.jpg);
	background-repeat:repeat;
	background-position:center;
	background-color:#333333;
}

.fondo{
	background-image:url(../imagenes/fondo_degradado.jpg);
	background-repeat:repeat-x;
}
.titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0FA0DE;
	text-decoration:underline;
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	
}
.texto a {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.texto a:hover {
	color: #0FA0DE;
	text-decoration: none;
}
