#contenido {
	margin:10px 20px;
	padding:10px;
        border-left: 0px solid; 
}

select {
    background-color: #F3EDED;
    color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    margin-top: 3px;
}

td {
    font-size: 1em;
}

ul {
    margin-bottom: 0px;
    margin-top: 0px;
    alignment-adjust: initial
}

a {
/*	color:#087021; */
	text-decoration:none;
}
a:hover, a:active {
/*	color:#087021;*/
	text-decoration:underline;
}

#centro {
    border-left: 1px solid #f2dec6;
    border-right: 1px solid #f2dec6;
}

.icono {
    background-image: url("icono.gif");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}

.icono_ul {
    background-image: url("icono_ul.gif");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 10px;
}

#titulo {
    color:#FFAF23;
	font-family:arial,helvetica,sans-serif;
	font-size:18pt;
	font-weight:bold;
	text-align:center;
	margin-bottom: 20px;
}

.titulo {
    color:#111111;
	font-family:Verdana,Arial, sans-serif; 
	font-size:12pt;
	font-weight:bold;
}

.titulo2 {
    background-color: #f2dec6;
    width: 100%;
    color: #111111;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}

.boton {
    background: #C4D3EC none repeat scroll 0 0;
    border: 1px none #555544;
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 1em;
    width: 300px;
}

.enlaceboton {
    font-size: 9pt;
    color: #993300;
    border-width: 0px;
    border-style: none;
    background-color: #FFFFFF;
    text-align:  left;
    width:100%;
    white-space: normal;
    vertical-align: top;
} 

.enlaceboton:hover {
     text-decoration: underline;
  /* Cualquiera de estos tres vale para que tenga el efecto subrayado */
  /* 
     position: absolute;
     float: left;
  display: block;
   */
  
  text-align: left;
  width:100%;
  white-space: normal;
}

.mensaje {
    background-color: orange;
    font-weight: bold;
}

.resultados {
    overflow: auto;
    display: block;
    width: 100%;
    height: 200px;
}

.bordeTabla {
    border-top-color: #000000;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-color: #000000;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #000000;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.bordeAzul {
    /* border-top-color: #C4D3EC; azul */
    border-top-color: #E4E4D6;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-color: #E4E4D6;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #E4E4D6;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-color: #E4E4D6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.izquierda {
    text-align: left;
}

.derecha {
    text-align: right;
}

.centrado {
    text-align: center;
}

.tabla_botones {
    width: 100%;
    margin-bottom: 1em;
    border-top: 1px solid #E4E4D6;
    padding: 10px 10px;
}

.tabla_botones tbody tr td {
    width: 33%;
}

.tabla_checkbox {
    width : 100%;
}

/*.tabla_checkbox input {
    margin-left: 5px;
}*/

.tabla_checkbox th {
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	padding-top: 15px;
}

.columnaIzq {
    width: 90%;
    text-align: left;
}

.columnaDer {
    width: 10%;
    padding-right:30px;
    text-align:right;
}

.columnaIzq2 {
    width: 85%;
}

.columnaDer2 {
    width: 15%;
    padding-right:45px;
    text-align:right;
}
.anchoIzqVariables {
    width: 12%;
}

.anchoDerVariables {
    width: 88%;
}
.textoJustificado {
    text-align: justify;
}   


.button {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    
    -moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
    
    border: 1px solid;
    padding: 3px 20px;
    
    color: #303030;
    font-weight: bold;
    text-shadow: -1px -1px rgba(0,0,0,0.1), 0 0 15px rgba(255,255,255,0.75);
    white-space: nowrap;
    
    background: #777;
    border-color: #777;
    
    text-decoration: none;
    font-style: normal;
    text-transform: none;
    
    position: relative;
}

/* Shape */

.square {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.button:hover,
.button:focus {
    bottom: 1px;

    -moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
    
    background: #999;
    border-color: #E4E4D6; /* Default color */
}

.button:active {
    top: 1px;

    -moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
}

/* Shape */

.default {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/* Colors */
.grayIeca {
    background: #f2dec6;
    border-color: #f2dec6;
}
.grayIeca:hover,
.grayIeca:focus {
    background: #c7c7c7;
    border-color: #E4E4D6;
}

