/* MATRIZ DE COLORES ------------------------------------------------------------------- 

ROJO: #ff0000;
GRIS OSCURO: #444444;

GRIS RARO: #887676;
GRIS CLARO: #888888;
GRIS MEDIO: #666666;

FONT-FAMILY: 

*/


/* OBLIGATORIOS (NO ELIMINAR) ---------------------------------------------------------- */


body {
	font-family:arial;
	color:#887676;
	background-color:#000000;
	margin:0px;
}

.menu2 {
	background-image:url('fondo-menu2.gif');	
	background-position: 0 4;
	background-repeat: no-repeat;
	height:30px;
}
.menu2 a{
	color:#222222;
	font-size: 14px;
	font-family:arial;
	font-weight:bold;
	letter-spacing:0.02em;
	text-decoration:none;
}
.menu2 a:hover{color:#ff0000;}
.menu2 td{
	white-space:nowrap;
	text-align:center;
	padding-top:11px;
	height:40px;
}

.menu3 {
	background-image:url('fondo-menu3.gif');	
	background-position: 0 4;
	background-repeat: no-repeat;
	height:30px;
}
.menu3 a{
	color:#222222;
	font-size: 12px;
	font-family:arial;
	font-weight:bold;
	letter-spacing:0.02em;
	text-decoration:none;
}
.menu3 a:hover{color:#ff0000;}
.menu3 td{
	white-space:nowrap;
	text-align:center;
	padding-top:11px;
	height:40px;
}

.menu4 {
	background-image:url('fondo-menu4.gif');	
	background-position: 0 4;
	background-repeat: no-repeat;
	height:30px;
}
.menu4 td{
	white-space:nowrap;
	text-align:center;
	padding-top:14px;
	height:40px;
}

.bandera{
	height:11px;
	width:30px;
}
.li_titulo{
	color:#eeeeee;
	font-size: 12px;
	font-family:arial;
	font-weight:bold;
	letter-spacing:0.1em;
	list-style.image:url(li-1.gif);
}
.texto_1{
	color:#dddddd;
	font-size: 12px;
	font-family:arial;
	font-weight:normal;
	text-indent:0px;
	letter-spacing:0.05em;
	text-align:justify;
	padding-right:2px;
	line-height: 1.5em;
}
.imagen_texto{
	border:1px #cccccc solid;
}
.label_form{
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
	padding-right:5px;
}
.boton_form, .boton_form_hover{
	background-color:#888888;
	color:#444444;
	font-size: 12px;
	font-weight:bold;
	cursor:hand;
	width:203px;
}
.boton_form_hover{
	color:#ffffff;
}

.text_form, textarea{
	border:1px #666666 solid;
	font-size: 11px;
	color:#444444;
}

div.texto_1{/*overflow-y:scroll; height:280;*/ width:310; padding-right:5px;
scrollbar-3dlight-color:#333333;
scrollbar-arrow-color:#ff0000;
scrollbar-base-color:#000000;
scrollbar-darkshadow-color:#333333;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;}


