
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #050505;
/*  background-color: #9ea5ab;*/
}

.table-principal {
	margin-top: 5px;
}

td, th, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link { color: #444; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
a:visited { color: #444; text-decoration: none; }

p { margin: 0px; padding: 0px; }

hr {
	height: 0;
	border: solid 0.1px #a0a0a5;
	margin-top: 0px;
	margin-bottom: 6px;
}

hr.s1 {
	height: 1;
	border: solid 1px #909095;
	margin-bottom: 1px; 
	margin-top: 10px;
}

hr.s2 {
	height: 1; /*0;*/
   border: dotted 1px #c0c0c5;
   /*border: solid 1px #EEEEFE;*/
	margin-bottom:	1px;
	margin-top: 10px;
}

.td-logo-1 {
	background-color: #000;
	background-repeat: repeat-x;
}

.td-logo-2 {
	background-color: #FFF;
	background-repeat: no-repeat;
}

img {
  border: none;
}

legend {
  white-space: nowrap;
}

.cajas {
   border:1px solid #A6A6A6; background-color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #777777;
   height: 20px;
}

.boton-2 {
	height: 20px;
   border: 1px outset;
   cursor: pointer;
   font-size:11px;
   font-weight: normal;
   padding: 0px;
   background-image: url(../../includes/imagenes/fboton.gif);
   background-repeat: repeat-x;
   margin-left:1px;
   margin-right:0px;
   margin-top:0px;
   margin-bottom:0px;
}

.boton-1 {
	height: 22px;
	border: 0px solid #287599;
	cursor: pointer;
	font-size:11px;
	color: #fff;
	font-weight: normal;
	padding: 0px;
	/*background-color: #287599;*/
	background-image: url(../../includes/imagenes/menu6-1-ftitulomenu2.gif);
	background-repeat: repeat-x;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: middle;
	margin-top: -4px;
}

.cabezalinks-1 a:link { color: #085579; font-weight: bold; text-decoration: none; }
.cabezalinks-1 a:hover { color: #000000; text-decoration: underline; }
.cabezalinks-1 a:visited { color: #085579; font-weight: bold; text-decoration: none; }

.cabezalinks-2 a:link { color: #7a6000; font-weight: bold; text-decoration: none; }
.cabezalinks-2 a:hover { color: #0a0100; text-decoration: underline; }
.cabezalinks-2 a:visited { color: #7a6000; font-weight: bold; text-decoration: none; }

.navbarlinks a:link { color: #444444; text-decoration: none; }
.navbarlinks a:hover { color: #000000; text-decoration: underline; }
.navbarlinks a:visited { color: #444444; text-decoration: none; }

.bf-1 {background:#085579;}
.b1f-1, .b2f-1, .b3f-1, .b4f-1{font-size:1px; overflow:hidden; display:block;}
.b1f-1 {height:1px; background:#085579; margin:0 5px;}
.b2f-1 {height:1px; background:#085579; margin:0 3px;}
.b3f-1 {height:1px; background:#085579; margin:0 2px;}
.b4f-1 {height:2px; background:#085579; margin:0 1px;}

.bf-2 {background:#9a8000;}
.b1f-2, .b2f-2, .b3f-2, .b4f-2 {font-size:1px; overflow:hidden; display:block;}
.b1f-2 {height:1px; background:#9a8000; margin:0 5px;}
.b2f-2 {height:1px; background:#9a8000; margin:0 3px;}
.b3f-2 {height:1px; background:#9a8000; margin:0 2px;}
.b4f-2 {height:2px; background:#9a8000; margin:0 1px;}

.contentf {background: #fff;}
/*.contentf div {margin-top: -5px; margin-bottom: -5px;}*/


.table-contenido {
	padding-top: 0px;
}

.td-contenido {
	padding-left: 5px;
	padding-right:5px;
}

#contenido {
	z-index:1000;
}
#loading {
    background: white;
    padding: 20px;
    border: 2px solid green;
    display: none; /* hidden */
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 25%;
    width: 200px;
    /*height: 100px;
    margin-top: -50;*/
    font-weight: bold;
    font-size: large;
}
#overlay{
     display: block;
     /*position: absolute;*/
	  position:relative;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index:1001;
}
.overlay1 {
     background: #FFF;
     opacity:1;
     -moz-opacity:1;
}
.overlay2 {
	  background: #FFF;
     opacity:.55;
     -moz-opacity: 0.55;
}
#modal {
     display: block;
     position: absolute;
     top: 40%;
     left: 50%;
	  margin-left: -100px;
	  /*width: 200;
     height: 50;
     padding: 16px;
     background: #fff;
     color: #333;
	  */
     z-index:1002;
     overflow: auto;
}
#overpop{
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000;
     z-index:1001;
     opacity:.45;
     -moz-opacity: 0.45;
     /*filter: alpha(opacity=45);*/
}
#popup2 {
     display: none;
     position: absolute;
     top: 15%;
     left: 50%;
     margin-left: -300px;
     color: #333;
     z-index:1002;
     overflow: auto;
     font-weight: bold;
     font-size: 12px;
}

