* { margin: 0; padding: 0; }
html, 
body {	
	margin: 0;
	padding: 0;
	height: 100%;		
}

h2 {
	text-align:center;
}

input {
	width: inherit;
}
#wrapper {
	min-height:100%;
	position:relative;
}

#page{	
	height: 100%;
}

#header{
	background:#f7f7f7;
 	height: 60px;
	border-bottom: 7px solid #009CA3;
}
#header #container{	
	overflow: hidden;	
	/*width: 900px;*/
	width: 1024px;
	margin: auto;
	/* border: 1px solid Red; */
}

#menucontainer{
	padding: 10px 0px 10px 0px;
	overflow: hidden;	
	width: 900px;	
	margin: auto;	
}

#header #container #izq{
	float: left;
	padding: 0px 10px 0px 0px;	
	/*width: 120px;*/	
}
#header #container #der{	
	height: 30px;
	/*float: right;*/
    /*margin: 36px 0px 0px 0px;*/ 
	padding: 0px 0px 0px 0px;	
	/*width: 600px;*/
	/*width: 740px;*/
	width:850px;
	margin-top: 8px;
}

#content {
	/*padding:10px;*/
	padding-bottom:60px;   /* Height of the footer element */
}

#footer{
	width:100%;
	height: 60px;
	position:absolute;
	bottom:0; /* stick to bottom */
	left:0;
	background: #384355;
}

#footer #container{
	overflow: hidden;	
	width: 900px;
	margin: auto;	
	font-size:12px; font-family: 'open_sansregular', sans-serif, arial; color:white; 
}
#footer #container a{ text-decoration: none; }
#footer #container a:hover { text-decoration: underline; }
#footer #container a:visited { color:white }

#footer #container #izq{
	float: left;
	/*padding: 10px 0px 10px 0px;*/
	padding-top:10px;	
	width: 420px;
	/*line-height: 40px;*/
}
#footer #container #der{
	float: right;
	/*padding: 10px 0px 10px 0px;*/
	padding-top: 15px;
	width: 200px;
}

#footer #container #der img{
	vertical-align: middle;
}		

.tablesorter
{
	margin-top:15px;
	margin-left:auto; 
	margin-right:auto;
	border: 1px solid #009CA3;
	width: 860px;			
	font-family: Verdana,Arial;
	font-size: 11px;			
}

.tablesorter thead tr .header 
{
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;			
}

.tablesorter th
{
	padding: 4px;
	color: white;
	border: 1px solid white;
	background-color: #009CA3;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

.tablesorter td
{			
	padding: 1px 4px 2px 4px;
	border: 1px solid #cccccc;			
	color: black;
	font-weight: normal;
	vertical-align:middle;
	/*width:100px;*/
	vertical-align: top;
}
.tablesorter .calendar-day
{
	height: 60px;
	width: 120px;
}


.eventos
{
	white-space: nowrap;
}

.tablesorter tr:hover
{
	background: #E1E1E1;
}

select
{
	width:278px;
	font-size:13px;
}

div.day-number-weekend {
	color: #F00;
	/*background: #009CA3;*/
	/*padding: 5px;*/
	font-weight: bold;
	width: 20px;
	text-align: center;
}

div.day-number {
	background: #009CA3;
	/*padding: 5px;*/
	color: #fff;
	font-weight: bold;
	width: 20px;
	text-align: center;
}

/* -------------------------------------------------- */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(../images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(../images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(../images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:329px;
  padding:50px 0 20px 25px;
}

#boxes #dialog2 .d-header {
  font-size: 13px;
}

/**  ----------------**/

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#signup {
	width: 500px;
	padding-bottom: 2px;
	display: none;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}
#signup-header { background: url(../images/hd-bg.png); padding: 5px 18px 5px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

#signup-header  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#signup-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }

#signup .txt-fld { position: relative; width: 450px; padding: 3px 20px; border-bottom: 1px solid #EEE; text-align: right; }
#signup .btn-fld { width: 450px; overflow: hidden; padding: 12px 20px 12px 24px; }

#signup .txt-fld label { display: block; float: left; width: 120px; padding-top: 8px; color: #222; font-size: 13px; text-align: left;  }
#signup .txt-fld label.justificante { display: block; float: left; padding-top: 8px; color: #222; font-size: 13px; text-align: left;  }
#signup .txt-fld input { width: 270px; padding: 3px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 13px; color: #222; background: #F7F7F7; font-family: "Helvetica Neue"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }

#signup .txt-fld input.botonAddJustificante { 
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #3F9D4A;
	border: none;
	width: auto;
	overflow: visible;
	color: #FFF;
	padding: 3px 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	margin-left: 10px;
	}

#signup .txt-fld input.botonJustificante { 
	float: right;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #3F9D4A;
	border: none;
	width: auto;
	overflow: visible;
	color: #FFF;
	padding: 3px 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	margin-left: 10px;
	}
#signup .txt-fld input.botonBorrarJustificante { 
	float: right;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #FE2E2E;
	border: none;
	width: auto;
	overflow: visible;
	color: #FFF;
	padding: 3px 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	margin-left: 10px;
	}
#signup .txt-fld input.good_input { background: #DEF5E1 url(../images/good.png) 236px center no-repeat; }
#signup .txt-fld input.error_input { background: #FDE0E0; }

p.error { position: absolute; bottom: 48px; right: 20px; width: 262px; color: #FFF; font-size: 1.1em; padding-bottom: 5px; background: url(../images/error-arw.png) 20px bottom no-repeat; text-align: left; margin: 0; text-shadow: none; }
p.error span { display: inline-block; background: #D43636; padding: 6px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;  }
.txt-fld input:focus, .txt-fld textarea:focus { background-color: #FAF9DC; }

.botonGuardar {
	float: right;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #3F9D4A;
	border: none;
	width: auto;
	overflow: visible;
	font-size: 15px;
	color: #FFF;
	padding: 7px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	margin-left: 10px;
}

.botonMasEventos {
	float: right;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #2E64FE;
	border: none;
	width: auto;
	overflow: visible;
	font-size: 15px;
	color: #FFF;
	padding: 7px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	margin-left: 10px;
}

.botonBorrar {
	float: left;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #FE2E2E;
	border: none;
	width: auto;
	overflow: visible;
	font-size: 15px;
	color: #FFF;
	padding: 7px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	margin-left: 10px;
}

.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../images/modal_close.png); z-index: 2; }


.tabla_global
{
	margin-top:30px;
	margin-left:auto; 
	margin-right:auto;
	border: 1px solid #009CA3;
	width: 715px;			
	font-family: Verdana,Arial;
	font-size: 11px;			
}

.tabla_global th
{
	padding: 4px;
	color: white;
	border: 1px solid white;
	background-color: #009CA3;
}

.tabla_global td
{			
	padding: 1px 4px 2px 4px;
	border: 1px solid #cccccc;			
	color: black;
	font-weight: normal;
	vertical-align:middle;
	width:30px;
	white-space: nowrap;
}
.tabla_global tr:hover
{
	background: #E1E1E1;
}
.tabla_global td a
{
	text-decoration:none;
}

ul li{display: inline;}

#spacer{
	height: 10px;
}

#cabecera
{
	padding: 3px 0px 3px 0px;
	margin-top: 4px;
	margin-left:auto;
	margin-right:auto;			
	width: 600px;
	font-family: Verdana,Arial;
	font-size: 11px;
	background-color: #009CA3;
	border: 1px solid white;
}
#cabecera select{
	padding: 2px;
	font-family: Verdana,Arial;
	font-size: 11px;
	color: black;
	border: 1px solid #14797E;
	background-color: #CCCCCC;			
}


 /* Tooltip container */
.eventos {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.eventos .tooltiptext {
    visibility: hidden;
    /*width: 120px;*/
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 7px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.eventos .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.eventos:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} 

.cambia_input_file{
outline: 0;
}

.my_file {
    display: none;
}
.customfileupload{
	display: none;
}

.get_file {
    background: #f9f9f9;
    border: 1px solid #88c;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
}
