/* Redefiniciones */

body {
 margin: 0;
 padding: 0;
 background: url(../images/background.png);
 text-align: center;
 font-family: Helvetica;
 font-size: 11px;
}

fieldset {
 border: 1px solid #CFCFCF;
 text-align: left;
}

legend {
 font-size: 10px;
 font-family: arial;
 color: #0046D5;
}

textarea {
 font-family: Helvetica;
}

a, a:visited {
 color: #488FF1;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

/* Identificadores */
#topslide {
 background-color: #E3E3E3;
 width: 100%;
 height: 90px;
 border-bottom: 2px dotted #FFF;
 text-align: left;
}


#centralbox {
 width: 95%;
 margin-left: auto;
 margin-right: auto;
 margin-top: 14px;
 background-color: #FFF;
 font-size: 11px;
}

#supertitulo {
 float: right;
 font-size: 20px;
 font-weight: bold;
 color: #0C304E;
 margin-right: 10%;
 margin-top: 28px;
}


/* Clases */
.logoimg {
 margin-top: 1px;
 margin-left: 10px;
 border: 1px solid #D3D3D3;
 background-color: #FFF;
 padding: 3px; 
 float: left;
}

.clearer {
 clear: both;
}

.pagedesc, .topleftupper, .toprightupper {
  display: none;
}

.pagedesc {
 font-size: 10px;
 font-weight: bold;
 width: 100%;
 text-align: justify;
 margin: 3px;
}

.topleftupper {
 float: left;
 margin-top: 4px; 
 margin-left: 5px;
}

.toprightupper {
 float: right;
 margin-right: 5px;
}


.errormsg, goodmsg {
 font-weight: bold;
 text-align: center;
}

.erromsg {
 color: #FF0000;
}

.goodmsg {
 color: #2080D0;
}

.fieldprint {
 height: 100px;
}

div.hr {
 border-bottom: 1px dashed #CFCFCF;
}

.instructionstitle {
 font-size: 16px;
 font-weight: bold;
}

/* Table Standard */
table.standard {
 margin-left: auto;
 margin-right: auto;
 border: 0;
}

table.standard td {
 text-align: left;
}

/* Table Listado */
table.listado {
 text-align: left;
 
}

table.listado th {
 border: 1px solid #CFCFCF;
 font-size: 10px;
 color: #0046D5;
}

table.listado td {
 font-size: 10px;
}


/* Table resumen */
table.resumen {

}


td.capt {
 font-weight: bold;
 text-align: right;
}

/* Menu */
#menu {
 display: none;
}

/* Rows */
tr.row {
 background-color: #F4F8FE;
}

tr.row:hover, tr.row1:hover {
 background-color: #FFFCC0;
}

/* Inputs */
input, select, textarea {
 display: none;
}




