/* General */
   BODY {font-family: verdana,arial, sans-serif; font-size:}

/* Contenido */
   H1 {font-size: 20pt; font-weight: bold; color: #4682B4;}
   H2 {font-size: 12pt; font-weight: bold; font-style: italic; color: black;}
   H3 {font-size: 10pt; font-weight: bold; font-style: italic;color: #4682B4;}
   .txt {font-size: 8pt; color: #2faf2f;}
   P.parrafocentrado2 {text-align: center;font-size: 7pt;}
   P.parrafocentrado {text-align: center;font-size: 9pt;}

/* Formulario */
   FORM.borde {border: 1px dotted #4682B4; width: 80%; margin-right: 10%; margin-left: 10%;}
   FORM.entrada {border: 1px dotted #4682B4; margin-right: 30%; margin-left: 30%; padding: 0.3em}
   FORM.general { margin: 0px; padding: 0px;}
   FORM P {clear: left; margin: 0.2em; padding: 0.1em;}
   FORM P LABEL {float: left; width: 25%; font-weight: bold;}
   FORM P LABEL.etiqueta-entrada {float: left; width: 40%; font-weight: bold;}
   .error {color: red;}

/* Enlaces */

   A {color:#4682B4;}

   #sincolor {color:white;}

/* Tablas */
   TH {font-size: 10pt; color: white; font-weight: bold; background: #008000; text-align: left; padding-right: 1em; font-family: Consolas, “Nimbus Mono L”, “Andale Mono”, “Courier New”, Courier;}
   TH.simple {font-size: 10pt; color: white; font-weight: bold; background: none; text-align: left; font-family: Consolas, “Nimbus Mono L”, “Andale Mono”, “Courier New”, Courier;}
   TD {font-size: 8pt;}
   TD.infotabla {font-size: 8pt; padding-right: 1em;}
   //TD.claro {font-size: 10pt; background: #ECECEC;}
   //TD.oscuro {font-size: 10pt; background: #CCCCCC;}
   TR.claro {heght:12x; font-size: 10pt; background: #ECECEC;}
   TR.oscuro {heght:12x; font-size: 10pt; background: #CCCCCC;}
   TR.amarillo {heght:12x; font-size: 10pt; background: #ffff00;}
   TD.simple {font-size: 10pt; background: none; text-align: left;}
   TD.derecha {font-size: 10pt; text-align: right; background: #FFFFFF;}
   TD.izquierda {font-size: 10pt; text-align: left; background: #FFFFFF;}

/* Caja para peresentar los datos */
  #box  {
	width: 80%;
	margin: 5px auto;
	margin-bottom: 0px auto;
	padding: 0px;
	overflow-x: scroll;
	overflow-y: visible;
}

button { /*width:100px;*/ height:40px; font-size: 7pt;}

/* estilos para el menu de botones en partner*/

div.barramenu {
	width: 80%;
	height: 50px;
	background-image: url("../iconos/barrabotones/barra2.png");
	background-repeat: repeat-x;
	margin-right: 10%;
	margin-left: 10%;
}
/* caja avance de paginas */

div.avancepag {
	width: 80%;
	height: 15px;
	margin-right: 10%;
	margin-left: 10%;
}