@import "scroll.css";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	background-color: #202020;
	background-image: url(../images/fondo-contenido.gif);
	/*SCROLLBAR-BASE-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #000000;*/

}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	border: none;
}
.table-big {
	font-size: 13px;
}
.user {
	color: #FFCC00;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #830304;
	margin: 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #0033CC;
	margin: 0px;
}h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	margin: 0px;
}

a:link, 
a:active, 
a:visited, 
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.input {
	font-size: 10px;
	color: #333333;
	margin: 0px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.lineas-separacion {
	background-color: #828282;
}

.boton {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copy {
	font-size: 9px;
	color: #b8b5b5;
}
.copy a:link, 
.copy a:active, 
.copy a:visited, 
.copy a:hover {
	color: #b8b5b5;
	text-decoration: none;
}
.titulo-amarillo {
	color: #535353;
	font-size: 15px;
	background-image: url(../images/fondo-titulos.gif);
	height: 60px;
	text-align: center;
	font-weight: bold;
}
.subtitulo-amarillo {
	color: #535353;
	background-image: url(../images/fondo-subtitulos.gif);
	height: 31px;
	font-size: 13px;
}
.login-menu {
	font-size: 11px;
	color: #FFFFFF;
}
.login-menu a:link, 
.login-menu a:active, 
.login-menu a:visited, 
.login-menu a:hover {
	font-size: 11px;
	color: #FFFFFF;
}

.aviso-bien {
	background-color: #FFFFF0;
	border: thin dashed #009900;
	padding: 5px;
	font-weight: bold;
	color: #009900;
	text-align: center;
}
.aviso-error {
	background-color: #FFFFF0;
	border: thin dashed #CC0000;
	padding: 5px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.h3-numeros {
	font-size: 25px;
	color: #666666;
	font-weight: bold;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CC0000;
}
.testimonios {
	color: #eec711;
	font-size: 10px;
}
.table-logos {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.link-testimonios {
	color: #FFCC00;
}
.titulo-tema {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/fondo-tema.gif);
	height: 30px;
	padding-left: 15px;
}

.titulo-tema a:link, 
.titulo-tema a:active, 
.titulo-tema a:visited, 
.titulo-tema a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


