body {
  margin: 0px;
  font-family: Verdana;
}

form {
  font-family: Verdana;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.cajaForm {
  font-size: 11px;
  font-family: Verdana;
  border: 1px solid #EC6E00;
}

.caja {
  border: 1px solid #666666;
}

.fecha {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.texto {
  font-size: 11px;
  font-family: verdana;
}

.textos {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.naranja{
	color: #FF8A00;
	font-weight: bold;
}

.textos2 {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	padding-left: 10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
.textosGR {
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;

}
.textoPeq {
  font-size: 9px;
  color: #666666;
}

.textoPeqNar{
  font-size: 9px;
  color: #FF8A00;
}


.textoBlanco {
  font-size: 11px;
  color: #FFFFFF;
}

.tdvi {width:8px;background:url('pix_vertical.gif') repeat-y left}
.tdvd {width:8px;background:url('pix_vertical.gif') repeat-y right}
.tdsi {width:8px;height:8px;background:url('esq_sup_izq.gif') no-repeat}
.tdsh {height:8px;background:url('pix_horizontal.gif') repeat-x top}
.tdsd {width:8px;height:8px;background:url('esq_sup_dch.gif') no-repeat}
.tdii {width:8px;height:8px;background:url('esq_inf_izq.gif') no-repeat}
.tdih {height:8px;background:url('pix_horizontal.gif') repeat-x bottom}
.tdid {width:8px;height:8px;background:url('esq_inf_dch.gif') no-repeat}

.tdpuntoh {height:1px;background:url('pto_raya_horizontal.gif') repeat-x left}
.tdpuntov {width:1px;background:url('pto_raya_vertical.gif') repeat-y top}

.separador {width:10px;background:url('pto_menu.gif') no-repeat center 60%}

a.inactivo {
  display: block;
  font-family: verdana;
  font-size: 10px;
  text-align: center;
  border: 1px solid #CCCCCC;
  padding: 2px 4px;
  text-decoration: none;
  color: #000000;
}
a.inactivo:hover {
  color: #FFFFFF;
  background-color: #EC6E00;

}
a.activo {
  display: block;
  font-family: verdana;
  font-size: 10px;
  text-align: center;
  border: 1px solid #CCCCCC;
  padding: 2px 4px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #EC6E00;
}

a.links_pagina {
  font-size: 9px;
  color: #666666;
  text-decoration: none;
}
a.links_pagina:hover {
  color: #FF8A00;
  text-decoration: underline;
}
