/* 
    Document   : estilos
    Created on : 07-jul-2013, 8:07:25
    Author     : diegoperdomo
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    background-image: url('imagenes/fondo.jpg');
    background-repeat: no-repeat;
    margin: 0px;
    font-family: Helvetica, Verdana, sans-serif;
}

#cuadro_login {
    /*border: #E6E6E6 1px solid;*/
    position: absolute;
    left: 50%;
    top: 50%;
    height: 290px;
    margin-top: -160px;
    width: 320px;
    margin-left: -180px;
    color: #000;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 16px;
    box-shadow: 1px 3px 9px #000; 
    -webkit-box-shadow:  1px 5px 24px #000; /*Safari, Chrome*/ 
    -ms-box-shadow: 1px 5px 24px #000;/*Internet explorer*/ 
    -o-box-shadow: 1px 5px 24px #000;/*Opera*/ 
    -moz-box-shadow: 1px 5px 24px #000;/*Mozilla Firefox*/ 
    behavior: url(PIE.htc);
}

#cuadro_login .login {
    border: #ccc 1px solid;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 20px;
    padding-right: 10px;
}

#cuadro_login INPUT {
    border: #E6E6E6 1px solid;
    height: 27px;
    padding-top: 6px;
    font-size: 15px;
    background-color: #FBFBFB;
    margin-bottom: 10px;
    float: left;
    margin-bottom: 15px;
}

#cuadro_login .titulo {
    font-size: 16px;
    color:#000;
    padding-left: 3px;
    float: left;
    width: 90px; 
    padding-top: 10px;
}

#cuadro_login .boton { 
    margin-top: -10px;
    background-color: #727272;
    color: #FFF;
    height: 35px;
    width: 80px;
    border: 1px solid #000;
    cursor: pointer;
}

#div_contenido {
    margin-top: 20px;
    color: #FFF;
    background-color: #FFF;
    width: 970px;
    height: 680px;
    padding: 15px;
    border: 1px solid #000;
    margin-bottom: 9px;
    box-shadow: 1px 3px 9px #000; 
    -webkit-box-shadow:  1px 5px 24px #000; /*Safari, Chrome*/ 
    -ms-box-shadow: 1px 5px 24px #000;/*Internet explorer*/ 
    -o-box-shadow: 1px 5px 24px #000;/*Opera*/ 
    -moz-box-shadow: 1px 5px 24px #000;/*Mozilla Firefox*/ 
    behavior: url(PIE.htc);
    z-index: 1;
}

.imagen {
    box-shadow: 1px 3px 9px #000; 
    -webkit-box-shadow:  1px 5px 24px #000; /*Safari, Chrome*/ 
    -ms-box-shadow: 1px 5px 24px #000;/*Internet explorer*/ 
    -o-box-shadow: 1px 5px 24px #000;/*Opera*/ 
    -moz-box-shadow: 1px 5px 24px #000;/*Mozilla Firefox*/ 
    behavior: url(PIE.htc);
}

#div_titulo {
    background-color: #6495ed;
    width: 968px;
    height: 15px;
    color: #727272;
    padding: 15px;
    border: 1px #727272 solid;
    margin-bottom: -3px;
    margin-top: 70px;
    
    box-shadow: 1px 3px 9px #000; 
    -webkit-box-shadow:  1px 5px 24px #000; /*Safari, Chrome*/ 
    -ms-box-shadow: 1px 5px 24px #000;/*Internet explorer*/ 
    -o-box-shadow: 1px 5px 24px #000;/*Opera*/ 
    -moz-box-shadow: 1px 5px 24px #000;/*Mozilla Firefox*/ 
    behavior: url(PIE.htc);
}

#div_botones {
    width: 450px;
    float: left;
    margin-top: -25px;
    z-index: 2;
    position: absolute;
}

#div_estado{
    width: 360px;
    float: left;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;  
    margin-left: 345px;
    margin-top: -10px;
}

#div_estado .activa {
    color: #98fb98;
}

#div_estado .negada {
    color: #cd0a0a;
}

.desab {
    opacity:0.4;
    filter:alpha(opacity=40);
}

#div_superior {
    height: 80px;
    padding-top: 3px;
    top: 0;
    width: 100%;
    position: fixed;
    background-color: #4682b4;
    box-shadow: 1px 3px 9px #000; 
    -webkit-box-shadow:  1px 5px 24px #000; /*Safari, Chrome*/ 
    -ms-box-shadow: 1px 5px 24px #000;/*Internet explorer*/ 
    -o-box-shadow: 1px 5px 24px #000;/*Opera*/ 
    -moz-box-shadow: 1px 5px 24px #000;/*Mozilla Firefox*/ 
    behavior: url(PIE.htc);
    z-index: 999;
    color: #fff;
}

/*#div_superior .logo {
    width: 110px;
    float: left;    
}*/

#div_superior .menu {
    width: 950px;
    float:  left;
    color: #fff;
    font-size: 11px;
}

#div_superior .header {
    width: 200px;
    float:  left;
    color: #fff;
    font-size: 11px;
}

#div_superior .menu .item {
    float: left;
    width: 50px;
    height: 42px;
    margin-right: 20px;
}

#divs_form {
    height: 55px;
    float:left;
    margin-bottom:10px;
    padding:2px;
    color: #000;
}
#divs_form .etiqueta {
    color:#4682b4;
    padding-left: 3px;
    font-size: 13px;
    
     
}
#divs_form INPUT {
    border: #808080 1px solid;
    height: 28px;
    padding-top: 0px;
    font-size: 14px;
}

#divs_form button {
    border: #000 1px solid;
    height: 25px;
    padding-top: 3px;
    font-size: 14px;
}

#divs_form textarea {
    border: #000 1px solid;
    padding-top: 3px;
    font-size: 14px;
}

#divs_form SELECT {
    height: 28px;
    border: #000 1px solid;
    font-size: 13px;
}

#divs_form .rectexto {
    height: 24px;
    padding-top: 0px;
    font-size: 13px;
}

fieldset {
    font-size: 12px;
    border: 1px solid #c5c5c5;
    height: 45px;
}

#div_tabla {
    height: 180px; 
    overflow: auto; 
    clear: both;
    font-size: 12px;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
}

.tablas  {
	border-collapse: collapse;
	border: 1px solid  #363636;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #363636;
	background: #E5E5E5;
}

.tablas td, .tablas th {
	border: 1px dotted #000;
	padding: .4em;
	color: #FFF;
}

.tablas td {
	border: 1px dotted #000;
	padding: .4em;
	color: #000;
}

.tablas thead, .tablas th {
	font: bold 10px verdana, arial, helvetica, sans-serif;
	border: 1px solid #000;
	text-align: center;
	/*background: #4591AD;*/
	background:  #6f6f6f ;
	color: #FFFFFF;
	padding-top:3px;
}

.tablas tbody td a {
	background: transparent;
	text-decoration: none;
	color: #363636;
}
.tablas tbody td a:hover {
	/*background: #2580a2;
	color: #FFF;/**/
}

.tablas tbody th a {
	font: normal 10px verdana, arial, helvetica, sans-serif;
	background: transparent;
	text-decoration: none;
	font-weight:normal;
	color: #363636;
}

.tablas tbody th a:hover {
	background: transparent;
	color: #363636;
}

.tablas tbody th, .tablas tbody td {
	vertical-align: top;
	/*text-align: left;*/
}

/*.tablas tbody tr:hover {
	background: #BBBBBB;
	border: 1px solid #03476F;
	color: #FFFFFF;
}*/

.tablas input {
    border: 0;
    height: 16px;
    padding-top: 2px;
    font-size: 11px;
    background-color: #e4e4e4;
    
}

.totales {
    width: 90px; 
    float: right; 
    padding-right: 5px;
    font-size: 12px;
    margin-bottom: 10px;
    color: #000;
}

#div_powered {
    background-color: #FFF;
    color: #000;
    font-size: 10px;
    width: 260px;
    height: 75px;
    bottom: 0px;
    margin-bottom: 10px;
    padding-top: 3px;
    
    box-shadow: 1px 3px 9px #000; 
    -webkit-box-shadow:  1px 5px 24px #000; /*Safari, Chrome*/ 
    -ms-box-shadow: 1px 5px 24px #000;/*Internet explorer*/ 
    -o-box-shadow: 1px 5px 24px #000;/*Opera*/ 
    -moz-box-shadow: 1px 5px 24px #000;/*Mozilla Firefox*/ 
    behavior: url(PIE.htc);
}

#calendario {
    float: left;
    width: 190px;
    color: #000;
}

#calendario a:active,a:visited{
    color: #000;
}

#horas {
    float: left;
    width: 760px;
    color: #000;
    font-size: 10px;
    margin-left: 20px;
    height: 550px;
    overflow: auto; 
}

#horas .agenda {
    height: 40px;
    border-bottom: 1px #c5c5c5 solid;
    padding-top: 5px;
    overflow: auto;
    margin-right: 8px;
}

#horas .tabtitulo {
    border-right: 1px solid #eee;
    color: #FFF;
    font-size: 12px;
    background-image: url("imagenes/ui-bg_gloss-wave_55_5c9ccc_500x100.png");
    width:97px;
}

#titulo_agenda {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 20px;
    float: left;
    width: 760px;
    color: #FFF;
    font-size: 12px;
    background-image: url("imagenes/ui-bg_gloss-wave_55_5c9ccc_500x100.png");
}



/*     ESTILOS PARA EL INPUT FILE*/

.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
}
.file-wrapper .button {
  background: #0066cc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  margin-right: 5px;
  padding: 4px 18px;
  text-transform: uppercase;
}
/*      FIN     */

#div_adjuntos a {
    text-decoration: none;
    color: #000;
    font-size: 11px;
    font-family: Helvetica, Verdana, sans-serif;
}

.ui-widget {
    font-size: 0.7em ! important;
}

.ico_citas {
    float: left;
    width: 10px;
    margin-right: 5px;
    cursor: pointer;
}

.altoTabs {
    height: 320px;
    overflow: auto;
    width: 100%;
}

.forzaTabs {
    padding: 1em 0 !important;
    
}

.divAdjuntos {
    border: 1px solid #c5c5c5;
    padding: 3px;
    float: left;
    margin: 5px;
}
