/* ***** DEFINICION DE FONTS DE MENU******* */

.txt1blancob {  font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold ; color: #FFFFFF; text-decoration: none }
.txt1grisb {  font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold ; color: #cccccc; text-decoration: none }
.txt1negrob {  font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold ; color: #660000;}
.txt1gris {  font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999; text-decoration: none }

.txt1negro { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none}
.txt1blanco { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none}

a.txt1blancob:hover {color: #000000}
a.txt1grisb:hover {color: #FFFFFF}
a.txt1gris:hover {text-decoration: underline }

/*todos los links*/
a {color: #660000; text-decoration: none}
/*	Subrayado en links   */
a:hover {text-decoration: underline}

/*	alert	*/
.alert {color: #ff0000; font-weight: bold }

/* ***** FONDOS******* */
.fondomenu1{background-color: #FFCC33;} 
.fondomenu2{background-color: #FF9900;} 

/* ***** NOTICIAS******* */
.titular {  font-size: 18px; font-family: Arial}
.chico {  font-size: 7.5pt; font-family: Verdana}

/* formularios */
.input {
	font-size: 11px;
	font-family : "Verdana", Courier, monospace;
}
.form {
	font : "Courier New", Courier, monospace;
}
.boton1 {
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	background-color: #F0F3E9;
	cursor:hand
}
.boton2 {
		font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:green;
        border:5px;
        width:80px;
        height:19px;
       }

/* ***** estilos grales ******* */

h1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold ;
	color: #006699;
	text-decoration: none;
	line-height: 14px
}
h2 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none ;
	font-weight: normal;
	line-height: 24px
}
h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold ;
	text-decoration: none ;
	line-height: 14px
}
h4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold ;
	color: #333333;
	text-decoration: none;
	line-height: 11px
}
h5 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold ;
	color: #999999;
	text-decoration: none;
	line-height: 11px
}
/* ***** font predeterminada ******* */
 p,ul,td, .normal {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-type : square;
}

li, ol{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

hr { size: 1px}