/* Globales *********************************************************************** */

/* para que el div-pie aparezca siempre al final de la pagina */
html, body{
    height: 100%
}

body{
	font-family: Verdana;
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

a{
	text-decoration: none;
	color: #ff0000;
}

a:hover{
	text-decoration: underline;
	color: #0022ff;
}

form{
	text-align: left;
}

input, select{
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"]{
	height: 30px;
	line-height: 30px;
	background-color: #e72e2e;
	border: double 3px white;
	font-size: 12px;
	color: white;
	cursor: pointer;
}

input:focus, select:focus, #datepicker:focus{
	border: 1px solid #f2b310;
}

input[type="submit"]:focus{
	border: double 4px white;
}

input[class~="input-accion"]{
	padding: 0;
	height: 18px;
	width: 18px;
	border: none;
}

input[class~="input-accion"]:focus{
	border: none;
}

input[class~="input-accion-eliminar"]{
	background: white url('../imagenes/papelera.png') no-repeat center center;
}

.div-left{
	float: left;
}

.div-clear{
	clear: both;
}

.p-align-dcha{
	text-align: right;
}

.font-i{
	font-style: oblique;
}

.font-10{
	font-size: 10px;
}

.font-11{
	font-size: 11px;
}

.rojo{
	color: red;
}

.input-hoverin{
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

@font-face{
	font-family: Wumbology-Book;
	src: url(../ttf/Wumbology-Book.ttf);
}

.div-texto-info{
	width: 600px;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	text-align: justify;
}

#datepicker{
	width: 400px;
	background-color: white;
	border: 0.1em solid #dddddd;
}

div.ui-datepicker{
	font-size: 12px;
}

.datepicker-date-highlight a{
	background-color: #1C94C4 !important;
	background-image: none !important;
	color: white !important;
}

.div-tooltip{
	display: none;
	font-size: 9px;
}

.ui-tooltip-content{
	font-size: 12px;
	font-weight: normal;
}

/* Cabecera *********************************************************************** */

#div-barra-top{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: white;
	background-color: black;
}

#div-bar-top-titulo{
	margin-left: 20px;
	float: left;
}

#div-bar-top-usr{
	font-size: 12px;
	margin-right: 20px;
	float: right;
}

#div-bar-top-usr a{
	color: white;
	text-decoration: none;
}

#div-bar-top-usr img{
	vertical-align: middle;
}

#div-cabecera {
	margin-bottom: 5px;
}

#div-logo {
	width: 100%;
	height: 90px;
	line-height: 90px;
	color: #ff0000;
	font-size: 24px;
	font-family: Wumbology-Book;
	background: #f9f9f9 url('../imagenes/reloj.png') no-repeat left top;
}

#div-logo-tit{
	margin-left: 30px;
}

/* Mensajes *********************************************************************** */

.div-msj{
	margin: 30px auto;
	font-size: 12px;
	text-align: center;
}

.div-msj-ok, .div-msj-err{
	margin: 5px 0;
	padding: 10px;
	display: inline-block;
	text-align: left;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.div-msj-ok{
	background-color: #dfd;
	color: #0c0;
}

.div-msj-err{
	background-color: #fdd;
	color: #c00;
}

#div-menu{
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	color: #ff0000;
}

/* Cuerpo *********************************************************************** */

/* para que el div-pie aparezca siempre al final de la pagina */
#div-body{
    min-height: 100%;
    position: relative;
}

/* Pie *********************************************************************** */

/* para que el div-pie aparezca siempre al final de la pagina */
#div-pie{
    position: absolute;
    bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #d1d1d1;
	font-size: 9px;
	background-color: #efefef;
}

/* General *********************************************************************** */

#div-contenido{
	margin-top: 30px;
	/* para que el div-pie aparezca siempre al final de la pagina */
	padding-bottom: 60px; /* minimo la altura del pie */
	text-align: center;
}

.span-li{
	font-weight: bold;
	font-size: 16px;
	color: #e72e2e;
}

.div-form{
	font-size: 12px;
	color: #7f7f7f;
	display: inline-block;
	padding: 15px 20px;
	text-align: justify;
	
	webkit-box-shadow: 0 0 4px -1px #333;
	-moz-box-shadow: 0 0 4px -1px #333;
    -o-box-shadow: 0 0 4px -1px #333;
	box-shadow: 0 0 4px -1px #333;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

.div-form-titulo{
	text-align: left;
	font-size: 16px;
	color: #e72e2e;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	padding-bottom: 10px;
}

/* Acceso *********************************************************************** */

#form-acceso{
	background: url('../imagenes/llaves.png') no-repeat right top;
}

#form-acceso input{
	width: 400px;
}

#form-acceso input[type='submit']{
	width: auto;
}

/* Registrar *********************************************************************** */

#form-registrar{
	background: url('../imagenes/registrar.png') no-repeat right top;
}

#form-registrar input{
	width: 250px;
}

#form-registrar input[type='submit']{
	width: auto;
}

#table-reg td{
	padding: 0;
	vertical-align: top;
}

.td-reg-espacio{
	width: 20px;
}

#form-registrar input[name='captcha']{
	width: 60px;
}
