* {
	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;
	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 0px 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: 25px;
	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: 715px;
	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;
}

.eventos {
	white-space: nowrap;
}

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

select {
	width: 251px;
	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: 430px;
	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: 364px;
	padding: 3px 20px;
	border-bottom: 1px solid #EEE;
	text-align: right;
}

#signup .btn-fld {
	width: 384px;
	overflow: hidden;
	padding: 12px 20px 12px 24px;
}

#signup .txt-fld label {
	display: block;
	float: left;
	width: 105px;
	padding-top: 8px;
	color: #222;
	font-size: 13px;
	text-align: left;
}

#signup .txt-fld input {
	width: 244px;
	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.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;
}

#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;
}

/*ul li{display: inline;}*/
ul,li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#div_crumbs {
	margin-left:auto;margin-right:auto;width:900px;text-align:center;
	font-size:13px;
}

#crumbs {
	/*border: 1px solid #dedede;*/
	height: 2.3em;
}

#crumbs li {
	float: left;
	line-height: 2.3em;
	padding-left: .75em;
	color: #777;
}

#crumbs li a {
	display: block;
	padding: 0 15px 0 0;
	background: url(../images/crumbs.gif) no-repeat right center;
}

#crumbs li a:link,#crumbs li a:visited {
	text-decoration: none;
	color: #777;
}

#crumbs li a:hover,#crumbs li a:focus {
	color: #dd2c0d;
}

.boton {
	padding: 5px 8px 5px !important;
	font-size: 10px !important;
	/* background-color: #57d6c7; */
	background-color: #009CA3;
	font-weight: bold;
	/* text-shadow: 1px 1px #57D6C7; */
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #57D6C7;
	cursor: pointer;
}

/* 
------------------------------------------------------------------------------------------------------------------------
Pestañas 
------------------------------------------------------------------------------------------------------------------------
*/
#contenedorTab {
 margin: 0 auto;
 width: 62%; /* Ancho del contenedor */
}
#contenedorTab input {
	height: 2.5em;
	visibility: hidden;
}

#contenedorTab label {
	background: #f9f9f9; /* Fondo de las pestañas */
	border-radius: .25em .25em 0 0;
	color: #888; /* Color del texto de las pestañas */
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1em; /* Tamaño del texto de las pestañas */
	height: 2.5em;
	line-height: 2.5em;
	margin-right: .25em;
	padding: 0 1.5em;
	text-align: center;
}

#contenedorTab input:hover+label {
	background: #ddd;
	/* Fondo de las pestañas al pasar el cursor por encima */
	color: #666;
	/* Color del texto de las pestañas al pasar el cursor por encima */
}

#contenedorTab input:checked+label {
	background: #CFBEBE;/*#f1f1f1;*/ /* Fondo de las pestañas al presionar */
	color: #444; /* Color de las pestañas al presionar */
	position: relative;
	z-index: 6;
}

#content {
	padding-bottom: 60px; /* Height of the footer element */
	/*background: #f1f1f1; /* Fondo del contenido */
	border-radius: 0 .25em .25em .25em;
	min-height: 20em; /* Alto del contenido */
	/*position: relative;*/
	width: 100%;
	z-index: 5;
}

#content div {
	opacity: 0;
	padding: 1.5em;
	position: absolute;
	z-index: -100;
}

#content-1 p {
	clear: both;
	margin-bottom: 1em;
}

#content-1 p.left img {
	float: left;
	margin-right: 1em;
}

#content-1 p.last {
	margin-bottom: 0;
}

#content-2 p {
	float: left;
	width: 48.5%;
}

#content-2 p.column-right {
	margin-left: 3%;
}

#content-2 p img {
	display: block;
	margin: 0 auto 1em auto;
}

#content-3 p,#content-3 ul {
	margin-bottom: 1em;
}

#content-3 ul {
	margin-left: 2em;
}

#content-4 p,#content-4 ul {
	margin-bottom: 1em;
}

#content-4 ul {
	margin-left: 2em;
}

#content-5 p,#content-5 ul {
	margin-bottom: 1em;
}

#content-5 ul {
	margin-left: 2em;
}

#content-6 p,#content-6 ul {
	margin-bottom: 1em;
}

#content-6 ul {
	margin-left: 2em;
}

#content-7 p,#content-7 ul {
	margin-bottom: 1em;
}

#content-7 ul {
	margin-left: 2em;
}
#contenedorTab input#tab-1:checked ~ #content #content-1,
#contenedorTab input#tab-2:checked ~ #content #content-2,
#contenedorTab input#tab-3:checked ~ #content #content-3, 
#contenedorTab input#tab-4:checked ~ #content #content-4,
#contenedorTab input#tab-5:checked ~ #content #content-5,
#contenedorTab input#tab-6:checked ~ #content #content-6,
#contenedorTab input#tab-7:checked ~ #content #content-7 
{
	opacity: 1;
	z-index: 100;
}

.tablesorter .subth td {
	background: #A8D2DF;
}
