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;
}

.espacio {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.menu {
	color : #FFFFFF;
	font-family : Tahoma, Arial, Helvetica;
	font-weight: bold;
}
.menu:Hover {
	color : #FFFFFF;
	font-family : Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
}
.menu1 {
	background-color: #BEBEBE;
}
.menu2 {
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 10px;
}
.menu3 {
	color : #666666;
	font-family : Tahoma, Arial, Helvetica;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.menu4 {
	color : #666666;
	font-family :  Tahoma, Arial, Helvetica;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.borde {
	border: 1px solid #8DB5BD;
}

.titulo {
	color : #FF0000;
	font-family :  Tahoma, Arial, Helvetica;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.tituloSecciones {
	color : #FFFFFF;
	font-family : Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.boton {
	color : #808080;
	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;
}

.tituloNoticias {
	color : #8DB5BD;
	font-family :  Times, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
}

.tituloNoticias2 {
	color : #95834D;
	font-family :  Times, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
}

.tituloNoticias3 {
	color : #95834D;
	font-family :  Times, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
}

.tituloNoticias4 {
	color : #8DB5BD;
	font-family :  Times, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
}
.tituloNoticias4:Hover {
	color : #8DB5BD;
	font-family :  Times, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
}

.NotiCuerpo {
	color : #666666;
	font-family :  Tahoma, Arial, Helvetica;
	font-size: 11px;
}

.NotiCuerpo:Hover {
	color : #666666;
	font-family :  Tahoma, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
}

.NotiCuerpo2 {
	color : #95834D;
	font-family :  Times, Arial, Helvetica;
	font-size: 11px;
}

.NotiCuerpo2:Hover {
	color : #95834D;
	font-family :  Times, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
}

.LinkCuerpo {
	color : #E04B36;
	font-family :  Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
}

.LinkCuerpo:Hover {
	color : #E04B36;
	font-family :  Tahoma, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.bordePuntos {
	border-top: 1px dashed #8DB5BD;
}

.bordePuntos2 {
    border-left: 1px dashed #95834D;
}

/*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*/