BODY {
	color : #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A {
	text-decoration: none;
	color: #111111;
}

A:Hover {
	text-decoration: underline;
	color: #333333;
}

table {
	font-family : Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
}

input{
	color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
}

/*ESTILOS DE VISUALIZACION*/
.borde {   /*BORDE DE RECUADROS*/
	border: 1px solid #000000;
}

.boton {   /*BOTON*/
	color : #786666;
	font-family :  Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E6E6E6;
	border-bottom: 2px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	border-top: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	text-align: center;
}

.lineaPuntos {   /*LINEA DIVISORIA*/
	border-top: 1px dashed #000000;
}
/*FIN ESTILOS DE VISUALIZACION*/

/*ESTILOS DE TEXTOS*/
.bot {   /*ESTILO DE MENUBOT*/
	color : #666666;
	font-family :  Tahoma, Arial, Helvetica;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.NavLink {   /*LINKS DE NAVEGACION EN EL SITIO*/
	color : #000000;
	font-family :  Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
}

.NavLink:Hover {
	color : #000000; /* negro*/
	font-family :  Tahoma, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.NotiCuerpo {   /*CUERPO DE NOTICIAS*/
	color : #000000;
	font-family :  Tahoma, Arial, Helvetica;
	font-size: 12px;
}

.NotiCuerpo:Hover {
	color : #000000;
	font-family :  Tahoma, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
}

.submenu {   /*ESTILO DE SUBMENU*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.submenu:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.submenu2 {   /*ESTILO DE SUBMENU - SEGUNDO NIVEL*/
	color: #666666;
	font-family : Arial, Helvetica;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
}
.submenu2:Hover {
	color: #666666;
	font-family : Arial, Helvetica;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

.submenu3 {   /*ESTILO DE SUBMENU - SEGUNDO NIVEL*/
	color: #666666;
	font-family : Arial, Helvetica;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
}
.submenu3:Hover {
	color: #666666;
	font-family : Arial, Helvetica;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
}

.subtitle:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	text-decoration:none;
}

.tituloNoticias {   /*TITULOS PRINCIPALES*/
	color : #000000;
	font-family :  Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
}
.tituloNoticias:Hover {
	color : #000000;
	font-family :  Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
}
/*FIN ESTILOS DE TEXTOS*/

/*ESTILOS DE ENCUESTA*/
.box_encuesta{
	font-family: Arial, Helvetica, sans-serif;
}
.box_encuesta_opciones{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
TABLE.box_encuesta{
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 5px;
}

TABLE.box_encuesta TH{
	color: #666666;
	font-weight: normal;
}

TABLE.box_encuesta_opciones{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

radio{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#encuesta_button {
	font-family: "Times New Roman", Times, serif;
	cursor: hand;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 100px;
}
/*FIN ESTILOS DE ENCUESTA*/