@CHARSET "ISO-8859-1";
/******* GENERAL RESET *******/  
html {
  height: 100%;
  margin-bottom: 0px;
}
img,table {
	border: none;
} 
body{  
     line-height: 1em;  
     font-size: 12px; 
	  
     /*background: #DDF2F9 url(img/bg.png) repeat scroll 0 0;*/
     background: #FFFFFF;  
     font-family: Verdana, Helvetica, sans-serif;  
     margin: 0pt;  
     cursor: default;  
	 background-position: center;

}  
strong{  
     font-weight: 700;  
}  
blockquote:before, blockquote:after, q:before, q:after{  
     content:"";  
}  
blockquote, q{  
    quotes:"" "";  
}  
form{
	padding-top:2px;
	margin:0;

}
pre{  
    font-family: Verdana, Helvetica, sans-serif;  
}  
textarea{  
    font-family: Verdana, Helvetica, sans-serif;  
    color: #888888;  
    padding: 7px 3px 0 4px;  
    font-size: 11px;  
}  
select{  
    font-size: 11px;  
    color: #888888;  
    background: #fff;  
    font-family: Arial, Helvetica, sans-serif;  
    border: 1px solid #CAD2CE;  
}  
ul{  
    list-style: none;  
    list-style-type: none;  
    list-style-position: outside; 
	margin: 1px;
    padding-left: 15px;
	padding-top: 2px;
	display:block;
}
a{  
    cursor: pointer;  
    color: #296ba5;  
    text-decoration: none;  
    outline: none !Important;  
}  
html,body{  
    height:100%;  
}  
h1{  
    font-size: xx-large;  
    line-height: 1.5em;  
	color:#fff;
	padding: 0;
	margin: 0;
	text-shadow: 0 0.1em 0.1em #000;
}  
label{  
    color: #000000;  
    font-size: 11px;  
    width: 50px;
    display:inline-block;
	line-height:1.8;
	vertical-align:top;
	font-weight: bold;
}  
  
input.textlogin, input.submitlogin{  
    font-size: 12px;
	width: 70px;  
    background: #ffffff;  
    padding: 2px;  
    color: #000;  
    border: 1px solid #393939;  
    margin-bottom: 1px;  
    border-radius: 2px;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -khtml-border-radius: 5px;  
}  
input.textlogin.active{  
    background: #343434;  
    border-color: #000;  
    color: #fff;  
}  
input.submitlogin{  
    width: auto;  
    background: #333333;  
    color: #fff;  
    border-color: #0c3e4c;  
    padding: 1px;  
    margin-top: 0; 
	font-weight: bolder; 
	cursor: pointer;
}

/******* /GENERAL RESET *******/  
   
/******* CONTENT *******/  

div#wrapper {
	padding: 0;
	width: 100%;
	margin: 0pt auto;
	display: table;
	height: inherit;
}
div#wrapper_2{
	background: #FFFFFF;
	width:100%;
	float:left;
	height: auto;
	text-align: left;
	clear: both; 
	line-height: normal;
}
div#contenido{
	display: inline;
	float: left;
	width: 100%;
	padding: 0;
	margin:0;
	/*background: #FFFFFF;*/
	/***Nuevo Código***/
	/*background: url('../img/img_inicio.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;*/
}
#left{
	margin: 0;
	float: left;
	padding:0;
	text-align: left;
}
#main{
	margin:0;
	padding-left:10px;
	background-color:#fff;
	text-align: justify;
	float:left;
	width: 74%;
	/*border:1px solid #2B87A5;
	border-radius:5px;
	-webkit-border-radius:5px;	
	-moz-border-radius:5px;*/
	
}
#navegacion {
	font-family: verdana,Helbetica,sans-serif;
	font-size: 10px;
	color: #333;
	font-weight:bolder;
	margin-top: 2px;
	padding-top: 2px;
	
}
div#footer{
	/*background-color:#4682B4;*/
	background-color: #6b6b6a;
	color: #fff;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	clear: left;
	font-family: verdana, helbetica, sans-serif;
	font-size: 10px;
	color: #fff;
}
div#footer a{
	text-decoration: underline;
	color: #000;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	clear: left;
	font-family: verdana, helbetica, sans-serif;
	font-size: 10px;
	color: #fff;
}
#tophead { 
	/*background: #006633 url(../img/head.gif) top center repeat-x;*/
	font-family: verdana, helbetica, sans-serif;
	font-size: 20px;
	background-color:#6b6b6a;
	color: #000;
	margin: 0 auto;
	text-align: center;
	clear: left;
    position: relative; 
	height: 60px;
	width:100%;
	clear: both; 
	line-height: normal;
}
/*#logo{
	float:right;
	/*background-image:url(../img/encabezado_r1_c1.gif);
	background-repeat:no-repeat;
	height:120px;
	padding:0;
	margin:0;
	width:645px;
}*/

#logo_login{
	background-image:url(../img/logo_login_s1.png);
	/*background-color:#ADD8E6;*/
	/*background-color:#99CC99;*/
	background-color:#cccccc;
	background-repeat:no-repeat;
	background-position: 0 2px;
	height:90px;
	padding:0;
	margin:0;
	position:relative;
	width: 165px;
}
#login{
	position:relative;
	margin:0;
	height: 90px;
	padding-left: 32px;
	/*border:1px solid #333;
	border-radius:5px;
	-webkit-border-radius:5px;	
	-moz-border-radius:5px;*/
}
.botonform{
	padding-left: 40px;
	padding-top: 1px;
	margin: 1px;
}
.filasform{
	width: 130px;
	padding: 0;
	margin: 0;
}
.requisites.checked {
	background:url("../img/checked.gif") no-repeat scroll 0 0 transparent;
	color:#000;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:16px;
	margin-left: 2px;
}
.requisites.error {
	background:url("../img/unchecked.gif") no-repeat scroll 0 0 transparent;
	color:#000;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:16px;
	margin-left: 2px;
}

.msg_error{  
    color: #000;  
    font-size: 10px;  
    display:inline-block;
	line-height:0.3em;
	vertical-align:top;
	font-weight: bold;
	padding-top: 4px;
}  


/*MENU :: Globo contenido con DIV */
.bl {background: url(../img/marco_r3_c1_s1.gif) 0 100% no-repeat}
.b {background: url(../img/marco_r3_c2_s1.gif) 0 100% repeat-x}
.br {background: url(../img/marco_r3_c3_s1.gif) 100% 100% no-repeat}
.tl {background: url(../img/marco_r1_c1_s1.gif) 0 0 no-repeat}
.t {background: url(../img/marco_r1_c2_s1.gif) 0 0 repeat-x; width: 100%}
.tr {background: url(../img/marco_r1_c3_s1.gif) 100% 0 no-repeat; padding:10px} 
.l {background: url(../img/marco_r2_c1_s1.gif) 0 0 repeat-y; height:100%;}
.r {background: url(../img/marco_r2_c3_s1.gif) 100% 0 repeat-y; height:100%;}
.cont{ 
		
		
		height: 150px;
		
		padding-bottom: 10px;
		/*
		background-color: #99CC99;
		padding-left: 3px;
		padding-top: 3px;
		
		padding-right: 3px;
		margin-top: 3px;
		margin-left: 3px;
		margin-right: 3px;
		margin-bottom: 3px;*/
}
/* Fin Globo Contenido */

/**** Menu ****/
.menu_titulo{  
     line-height: 1em;  
     font-size: 14px;  
     font-family: Verdana, Helvetica, sans-serif;  
     margin-bottom:2px;
     padding-bottom:4px;
     padding-top:2px;
     padding-left:10px;
     cursor: default;
     color: #000;
     font-weight:bolder;
     /*background: url(../img/linea_tit_s1.gif) 18% 105% no-repeat;*/
}

.linea_titulo {
	background: url(../img/linea_tit_s1.gif) 0 100% no-repeat;
	background-position: 5px;
	
}
/* Menu Horizontal 
div#menu_items ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}
div#menu_items ul li {
	position: relative;
}
div#menu_items li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
}
div#menu_items ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
div#menu_items li:hover ul { 
	display: block;
}

Menu Vertical
div#menu_items{
	margin:1px;
	padding: 5px;
	color: #0c3e4c;
	font-weight:bolder;
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;  
}
div#menu_items ul li{
	padding-left: 20px;
	padding-top: 0;
	padding-bottom:4px;
	background: url(../img/bullet_flecha5.png) 0% 0% no-repeat;
	display: run-in;
	font-weight: bolder;
	text-decoration: inherit;
}
div#menu_items li ul li{
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom:3px;
	background: url(../img/bullet_punto.gif) 0% 40% no-repeat;
}
div#menu_items ul li a {
	display: block;
	text-decoration: none;
}
*/


/*Menu Iconos Sociales :: RSS ; Faceboofk ; Twitter */
div#social ul {
  font: 0.875em/1 Arial, sans-serif;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
div#social li {
  float: left;
  height: 66px;
  margin: 20px 20px 0 0;
  width:66px;
}
div#social li a {
  border: 1px solid transparent;
  display: block;
  height: 64px;
  overflow: hidden;
  line-height: 64px;
  text-decoration: none;
  width: 64px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div#social li a:hover, div#social li a:focus, div#social li a:active {
  border-color: #000;
  opacity: 0.8;
}


/*#menu_items{
	border-radius:5px;	
	-webkit-border-radius:5px;	
	-moz-border-radius:5px;
	-webkit-box-shadow:1px 1px 3px #888;
	-moz-box-shadow:1px 1px 3px #888;
}*/
#menu_items li{
	border-bottom:1px dashed #0099cc;
	background: url(../img/bullet_flecha5.png) 0 6px no-repeat;
	padding-top:2px;
	padding-left: 28px;
	padding-bottom: 4px;
}
 
#menu_items li:last-child{
	border:none;
}
#menu_items li ul li{
	background: url(../img/bullet_punto.gif) 0 4px no-repeat;
}
#menu_items a{
	display:block;
	color:#006633;
	text-decoration:none;
	font-family:'Helvetica', Arial, sans-serif;
	font-size:12px;
	padding:2px 3px;/*
	text-shadow:1px 1px 1px #325179;*/
}
#menu_items a:hover{
	color:#99cc99;
	-webkit-transition: color 0.2s linear;
}
#menu_items ul a{
	/*background-color:#6594D1;*/
}
#menu_items ul a:hover{
	/*background-color:#FFF;*/
	color:#9ACD32;
	text-shadow:none;
	-webkit-transition: color, background-color 0.2s linear;
}
#menu_items ul
{
	/*background-color:#6594D1;*/
	display: block;
	list-style: none outside none;
	margin: 2px;
	padding-left: 2px;
	padding-top: 4px;
}
#menu_items li ul {
	display:none;
	
}



/* Botones */
#botones {
	font-family: verdana,Helbetica,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#nuevo,#modi,#delete,#printer {
	font-family: verdana,Helbetica,sans-serif;
	font-size: 12px;
	margin-top: 4px;
	padding-top: 4px;
	margin-bottom:4px;
	/*display: inline;*/
}
#nuevo a,#modi a,#delete a,#printer a{
	padding-left: 25px;
	margin-top: 4px;
	padding-top: 6px;
}
#nuevo a{
	background:url("../img/add.png") no-repeat scroll 0 4px transparent;
}
#modi a {
	background:url("../img/update.png") no-repeat scroll 0 4px transparent;
}
#delete a {
	background:url("../img/delete.png") no-repeat scroll 0 4px transparent;
}
#printer a {
	background:url("../img/ico_pdf.gif") no-repeat scroll 0 4px transparent;
}
/* Manejo de TABLAS */
/* Consultas */
.tblcss {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
	padding: 0;
	margin: 0;
    /* border-collapse: separate;  
    border-spacing: 0pt;
    margin:auto;*/
}
.tblcss td {
	border-right:1px solid #126d8b;
	border-bottom:1px solid #126d8b;
	padding:2px;
	background-color: #fff;
	 
}
.tblcss th {
	background-color:#6b6b6a;
	font-weight: bolder;
	padding:2px;
	color: #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.tblcss td select{  
	text-align:left;
    font-size: 11px;
	width: 145px;  
    padding: 2px;  
    color: #000;  
}  

/* Registro */
.tblinscss {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
	width: 100%;
}
.tblinscss td {
	border-right:1px solid #126d8b;
	border-bottom:1px solid #126d8b;
	background-color: #fff;
	font-size: 11px; 
	padding: 2px;
	width: auto!;
}
.tblinscss th {
	background-color:#6b6b6a;
	font-size: 12px; 
	font-weight: bolder;
	color: #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	margin: 2px;
	padding: 2px;
	text-shadow: 0 0.2em 0.3em #333;
}
.tblinscss td input{  
	text-align:right;
    font-size: 13px;
	width: 300px;  
    background: #ffffff;  
    padding: 2px;  
    color: #000;  
    border: 1px solid #393939;  
    margin-bottom: 1px;  
    border-radius: 2px;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -khtml-border-radius: 5px;  
}
.tblinscss td select{  
	text-align:left;
    font-size: 13px;
	width: 205px;  
    background: #ffffff;  
    padding: 2px;  
    color: #000;  
    border: 1px solid #393939;  
    margin-bottom: 1px;  
    border-radius: 2px;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -khtml-border-radius: 5px;  
}  

form.frmNew{
	width: 90%;
}


.calendario{
	clear:both;
	padding-top:4px;
	background:#fff;
	width:200px;
	text-align:center;
	border:1px solid #fff;
	border-bottom:0px;
	font-size: 10px;
	font-family: verdana,helbetica,sans-serif;
}
.calendario th{
	clear:both;
	background-color:#126d8b;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	font-family: verdana,helbetica,sans-serif;
}
.calendario td{
	clear:both;
	padding-bottom:4px;
	margin:0;
}
.titulo{  
     line-height: 1em;  
     font-size: 14px;  
     font-family: Verdana, Helvetica, sans-serif;  
     margin-bottom:5px;
     padding-bottom:8px;
     cursor: default;
     color: #000;
     font-weight:bolder;
}
.tblpdf {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
	width: 100%;
}
.tblpdf td {
	border-right:1px solid #126d8b;
	border-bottom:1px solid #126d8b;
	background-color: #fff;
	font-size:4px; 
	padding: 2px;
	width: 17%;
}
.tblpdf th {
	font-size: 4px; 
	font-weight: bolder;
	color: #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	margin: 2px;
	padding: 2px;
	text-shadow: 0 0.2em 0.3em #333;
}