

@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */

/** {
	margin:5px;
	padding:3px;
}



/*body {
   position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    height: 100%;

}*/
body {
	
    z-index:0;
    color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
        background-position: center center;
         background-image: url('../img/f5.jpg');
        
         background-repeat: no-repeat;
         background-attachment: fixed;
         background-size: 100%;
         
         /*filter: blur(5px);*/
          /*-webkit-filter: blur(5px);*/

}
#fondo{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #000;
  	filter:alpha(opacity=70);
  	-moz-opacity: 0.7;
  	opacity: 0.7;
}
#sb-body, #sb-loading {
	background-color: white;
}

#contenedor {
	/*background-color: #FFF;*/
        
        align:center;
	border: 1px solid #CCCCCC;
	margin: 0px auto;
	text-align: left;
	/*width: 230px;*/
        /*background-color: rgb(0,0,255); opacity: 0.5;*/
        /*background: transparent;*/
}




p {
	padding: 5px 10px;
	margin: 0px;
	color: #666666;
}

h1 {
	font-family: Trebuchet MS;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	background: #F9F9F9;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	line-height: 26px;
	/*width:225px;*/
	padding-left: 5px;
}

h2 {
	font-family: Trebuchet MS;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 225px;
}

h3 {
	font-family: Trebuchet MS;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

h4 {
	font-family: Trebuchet MS;
	color: #045FB4;
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-family: Trebuchet MS;
	color: #757271;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin-top: 1px;
}

.boton {
	background-color: #EAEFF2;
	border: 1px solid #446075;
	color: #446075;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.boton1 {
	background-color: #EAEFF2;
	border: 1px solid #446075;
	color: #D43B15;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.boton2 {
	background-color: #EAEFF2;
	border: 1px solid #446075;
	color: #9C8F06;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.boton3 {
	background-color: #EAEFF2;
	border: 1px solid #446075;
	color: #07680D;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.agregar {
	background: url(../img/agregar.gif);
}

#homeImg {
	padding: 50px 0 0 0;
	float: inherit;
}

/*-------------------------
#accesoSistema
---------------------------*/
#accesoSistema {
	width: 234px;
	padding: 0px;
	border: 0px;
	background-color: #9C9998;
	text-align: center;
}

/*
.arribaizquierda{
background: transparent url(img/arriba-izquierda.png) scroll no-repeat top left;
height: 16px;
padding: 0;
}
.arribaderecha{
background: transparent url(img/arriba-derecha.png) scroll no-repeat top right;
height: 16px;
padding: 0;
}
.abajoizquierda{
background: #9C9998 url(img/abajo-izquierda.png) scroll no-repeat bottom left;
height: 16px;
padding: 0;
}
.abajoderecha{
background: transparent url(img/abajo-derecha.png) scroll no-repeat bottom right;
height:16px;
padding: 0;
}*/
form {
	margin: 0;
	padding: 0;
}

/* Asterisk on required fields */
.req {
	color: #F00;
	padding: 0 4px;
}

#accesoSistema h1 {
	font-family: Trebuchet MS;
	color: #555;
	border-top: 0 solid #CBCAC9;
	border-bottom: 0 solid #CBCAC9;
	font-size: 1.5em;
	font-weight: bold;
	background: #CBCAC9;
	line-height: 30px;
	width: 98%;
	margin-top: 5px;
}

#accesoSistema a,#accesoSistema a:hover {
	color: #484848;
	text-decoration: underline;
}

#accesoSistema.aux {
	padding-top: 0;
}

#accesoSistema fieldset {
	padding-top: 5px;
	border: none;
}

#accesoSistema .userDiv {
	width: 157px;
	height: 24px;
	margin: 0 auto;
}

#accesoSistema .passDiv {
	width: 157px;
	margin: 0 auto;
	height: 24px;
}

#accesoSistema label {
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	width: 47px;
	text-align: right;
	font-size: 1.1em;
}

#accesoSistema input {
	border: 1px solid #6F6F6F;
	width: 100px;
	float: right;
	font-size: 1.1em;
}

#accesoSistema button {
	font-family: Arial, Helvetica, sans-serif;
	background: #D90000;
	color: #FFF;
	border: 2px solid #E75C5C;
	border-right-color: #7D0000;
	border-bottom-color: #7D0000;
	padding: 2px 10px;
	margin: 20px auto 0;
	font-weight: bold;
	font-size: 1.1em;
	font-weight: bold;
}






/*****************************
Contenido-columnas
******************************/


table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    vertical-align: middle;
     /*position: absolute;*/
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    /*border-collapse: collapse;*/
	color: #333;
	margin: 150px 0;
        
  filter:alpha(opacity=93); /* For IE8 and earlier */
}

th,td {
	padding: 12px 32px 12px 20px;
	font-size: 1em;
	/*border: 1px solid #EBEBEB;*/
/*         opacity:0.6;
  filter:alpha(opacity=60);  For IE8 and earlier */
}

th {
	background: #D6D6D6;
	font-weight: bold;
/*       opacity:0.6;
  filter:alpha(opacity=60);  For IE8 and earlier */
}
th:first-child {
-moz-border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}
/*td:last-child {
-moz-border-radius: 0 0 6px 6px ;
-webkit-border-radius: 0 0 6px 6px ;
border-radius: 0 0 6px 6px ;
}*/

th.informe {
	width: 100px;
}

td {
	background: #F9F9F9;
/*         background-color: rgb(0,0,255); opacity: 0.5;*/
}



p.verde {
	
}

p.rojo {
	color: red;
}

p.amarillo {
	color: #8A4B08;
}

/*****************************
Contenido-izquierda
******************************/
.colIzquierda {
	width: 260px;
	float: left;
	margin: 0;
	padding: 0;
}

/*****************************
Menu lateral
******************************/
#menuLateral {
	
}

.treeview {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	background: #D5D3D2;
	font-size: 1em;
	padding: 0;
	margin: 0;
	display: block;
}

.treeview ul { /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}

.treeview li {
	/*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background-repeat: no-repeat;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #FFF;
}

.treeview li a {
	display: block;
	margin: 0;
	padding: 4px 0;
	text-decoration: none;
	color: #333;
}

.treeview li.submenu li {
	background: none;
}

.treeview li.submenu ul {
	/*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview li {
	background-image: none;
	background-color: #EDECEB;
	background-position: 3px 3px;
	font-weight: bold;
}

.treeview li.submenu {
	/* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
	background-image: url(img/open.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

.treeview li.submenu ul li {
	/*Style for LIs of ULs that are children of LIs (submenu) */
	background-repeat: no-repeat;
	background-position: 22px 3px;
	border-bottom: 1px solid #FFF;
	background-color: #D5D3D2;
	font-weight: normal;
}

.treeview li.submenu ul li.submenu {
	/*Style for LIs of ULs that are children of LIs (submenu) */
	background-image: url(img/open.gif);
}

.treeview li.submenu ul li.submenu  ul li {
	background-position: 44px 3px;
	background-color: #E4E1E0;
	font-weight: normal;
}

.treeview li.submenu ul li.submenu  ul li.submenu {
	background-image: url(img/open.gif);
}

.treeview li.submenu ul li.submenu  ul li.submenu  ul li {
	background-position: 66px 3px;
	background-color: #EDECEB;
	font-weight: normal;
}

/******************* NIVELE 0 ********************/
.treeview li a {
	padding-left: 22px;
}

.treeview li a:hover {
	background: #D20426;
	color: #FFF;
}

.treeview li.submenu a {
	padding-left: 22px;
}

/******************* NIVELE 1 ********************/
.treeview li.submenu ul li a:hover {
	background: none;
	color: #333;
}

.treeview li.submenu ul li.submenu a {
	padding-left: 44px;
}

/******************* NIVELE 2 ********************/
.treeview li.submenu ul li.submenu ul li a {
	padding-left: 66px;
}

.treeview li.submenu ul li.submenu ul li.submenu a {
	padding-left: 66px;
}

/******************* NIVELE 3 ********************/
.treeview li.submenu ul li.submenu ul li.submenu ul li a {
	padding-left: 88px;
}

.treeview ul li.submenu ul li.submenu ul li.submenu a {
	padding-left: 88px;
}


div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*****************************
footer
******************************/
#footer {
	border-top: 1px solid #CCC;
	color: #555555;
	font-size: 1.1em;
	padding: 20px 30px;
	text-align: center;
	clear: both;
	width: 902px;
	margin: 0 auto;
}

/*****************************
IMGs y otros
******************************/
.img {
	border: 1px solid #EBEBEB;
	padding: 2px;
}

.cargando {
	background: url(img/cargando.gif) no-repeat center;
	height: 32px;
	width: 32px;
	margin-top: -15px;
}
foto{
background: url(../opcion3.png);
	width: 200px;
	height: 300px
}
/****************************
TABS
****************************/
	/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center;
	/*set to left, center, or right to align the menu as desired*/
	line-height: 2;
}

.shadetabs li {
	display: inline;
	margin: 0;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(img/shade.gif) top left repeat-x;
}

.shadetabs li a:visited {
	color: #2d2b2b;
}

.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;
}

.shadetabs li a.selected { /*selected main tab style */
	background-image: url(img/shadeactive.gif);
	border-bottom-color: white;
}

.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}

.tabcontent {
	display: none;
}

.shadetabs_muchos {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
	line-height: 2;
}

.shadetabs_muchos li {
	display: block;
	margin: 0;
}

.shadetabs_muchos li a {
	text-decoration: none;
	position: static;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(img/shade.gif) top left repeat-x;
}

.shadetabs_muchos li a:visited {
	color: #2d2b2b;
}

.shadetabs_muchos li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs_muchos li a.selected { /*selected main tab style */  
	position: relative;
	top: 1px;
}

.shadetabs_muchos li a.selected { /*selected main tab style */
	background-image: url(img/shadeactive.gif);
	border-bottom-color: white;
}

.shadetabs_muchos li a.selected:hover { /*selected main tab style */ 
	text-decoration: none;
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
.modernbricksmenu2 {
	padding: 0;
	width: 362px;
	border-top: 5px solid #D25A0B; /*Brown color theme*/
	background: transparent;
/*	voice-family: "\"}\"";*/
	voice-family: inherit;
}

.modernbricksmenu2 ul {
	margin: 0;
	margin-left: 10px;
	/*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.modernbricksmenu2 li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}

.modernbricksmenu2 a {
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: black; /*Brown color theme*/
	border-top: 1px solid white;
}

.modernbricksmenu2 a:hover {
	background-color: #D25A0B; /*Brown color theme*/
	color: white;
}

.modernbricksmenu2 a.selected { /*currently selected tab*/
	background-color: #D25A0B; /*Brown color theme*/
	color: white;
	border-color: #D25A0B; /*Brown color theme*/
}

.tabcontent {
	display: none;
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.shadetabs_muchos li a {
	display: block;
	padding: 3px 7px;
	position: static;
	text-decoration: none;
	background: none;
	z-index: 1;
	border: 0;
}


.shadetabs_muchos li a:active {
	
	color: #EFF5FB;
	
	background: #A4A4A4;
	border-right: 4px solid #A4A4A4;
}

.shadetabs_muchos li a:focus {
	
	
	background: #A4A4A4;
	
}
.shadetabs_muchos li a:hover {
	text-decoration: none;
	background: #A4A4A4;
}

.shadetabs_muchos li {
	border-bottom: 1px solid #EEEEEE;
	margin: 0;
}

#UsuarioAddForm .text label,#UsuarioAddForm .password label {
	display: none;
}

.ver_tabla0 object {
	float: right;
}

/* Calendario */
em {
	font-style: normal;
	font-weight: bold;
}

/* minical specific */
span.minical {
	border: 0;
}

span.minical span.week span {
	width: 20px;
	min-height: 20px;
}

span.minical span.month {
	width: 196px;
}

span.minical span.week span.weekLabel {
	width: 24px;
}

/* month specific */
span.month {
	float: left;
	width: 100%;
	border: 1px solid white;
}

span.month span.monthLabel {
	float: left;
	width: 100%;
	text-align: center;
}

span.month.selected {
	border-color: #FF3333;
}

/* week specific */
span.week {
	width: 100%;
	clear: left;
	float: left;
	border: 0px;
	padding: 0;
	margin: 0px;
	margin-left: 3%;
}

span.week span {
	float: left;
	min-height: 13em;
	width: 13%;
	padding: 0;
	margin: 1px;
	text-align: center;
	border: 1px solid silver;
	font-size: small;
	/* overflow-x: hidden; */ 
	overflow-y: hidden;
	max-height: 13em;
	position: relative;
}

span.week a.dia {
	text-align: right;
	border-bottom: 2px solid #DDDDDD;
	float: right;
	border-color: #DDDDDD;
	width: 100%;
	background-color: GhostWhite;
	text-decoration: none;
}

.allday {
	position: absolute;
	margin-top: 160px;
}

.allday.schedule {
	position: relative;
	margin-top: 0px;
}

span.week a.ver_mas {
	text-align: center;
	border-bottom: 2px solid #DDDDDD;
	float: right;
	border-color: #DDDDDD;
	width: 100%;
	color: black;
	position: absolute;
	top: -5px;
	left: 0;
	text-decoration: none;
}

span.week span.weekLabel {
	clear: left;
	width: 24px;
	border: 0;
	margin: 2px;
	text-align: right;
	font-size: x-small;
}

span.week.selected span {
	border-color: #FF3333;
}

/* day specific */
span.day.selected {
	border-color: #FF3333;
}

span.schedule li {
	min-height: 3em;
	width: 100%;
	border-bottom: 1px dotted silver;
}

span.schedule li ul li {
	list-style-type: none;
	text-indent: 0em;
	margin-left: 0;
	min-height: 1em;
	border-bottom: 0;
	color: #555555;
}

span.schedule.selected {
	border-color: #FF3333;
}

span.agenda ul li {
	list-style-type: none;
	text-indent: 0em;
	margin-left: 0px; 
        margin-right: 0px;
	min-height: 1em;
	text-align: center;
	width: 100%;
	font-size: 10px;
	height: 40px;
}

span.agenda ul li a {
	color: White;
	text-decoration: none;
}


.myButton {
	-moz-box-shadow:inset 0px 0px 0px 0px #1564ad;
	-webkit-box-shadow:inset 0px 0px 0px 0px #1564ad;
	box-shadow:inset 0px 0px 0px 0px #1564ad;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:2px 16px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
}
.myButton:active {
	position:relative;
	top:1px;
}