/* CSS Document */
* 
{
    margin:0px;
    padding:0px;
}

body, html
{
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size:12px;
	background-color:#fff;
}

.actualList
{
	padding:1px 5px;
	background-color:#fff;
	color:#26703e !important;
	margin-right:7px;
	border:1px solid #ccc;
}

.pagList
{
	padding:1px 5px;
	background-color:#FFDC00;
	color:#000 !important;
	margin-right:7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pagList:hover
{
	background-color:#fff;
}

.anoLectivo
{
	padding:10px;
	background-color:#fff;
	border-bottom:5px solid #555;
	text-align:center;
}

#form
{
	text-align:center;
}

.chzn-container .chzn-results .active-result
{
	text-align:left;
}

pre {
    margin:20px;
    background-color:#000;
    color:#0F0;
    text-align:left;
    padding:10px;
	max-width:1000px;
}
a:link, a:visited, a:active 
{
    color:#C20B07;
    text-decoration:none;
    font-weight:bold;
}
a:hover 
{
    color:#ccc;
}

a.linkNew:link, a.linkNew:visited, a.linkNewactive 
{
    color:#C20B07;
    text-decoration:none;
    font-weight:bold;
	font-size:10px;
	padding:5px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #EEEEEE )); 
    background: -moz-linear-gradient(top, #ffffff, #EEEEEE ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EEEEEE');
	border-top:1px solid #f4f4f4;
	border-left:1px solid #f4f4f4;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
a.linkNew:hover {
    color:#fff;
	vertical-align:middle;
	background:#eee;
	color:#900;
}


.fieldset h2
{
	text-align:left;
	
}

.fieldset
{
	margin-bottom:20px;
	border:1px solid #ddd;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 8px 6px -6px #ddd;
	   -moz-box-shadow: 0 8px 6px -6px #ddd;
	        box-shadow: 0 8px 6px -6px #ddd;
	background-color:#fcfcfc;
}


.cellLogin
{
	padding:10px;
}

#page 
{  
}

#header 
{
	width:auto;
	font-size:12px;
	background: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #EEEEEE )); 
    background: -moz-linear-gradient(top, #ffffff, #EEEEEE ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EEEEEE');
	padding:5px;
	font-weight:normal;
	color:#555;
} 

.out
{
	background: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #EEEEEE )); 
    background: -moz-linear-gradient(top, #ffffff, #EEEEEE ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EEEEEE');
	padding:5px 15px;
	border:1px solid #ccc;
	height:10px;
}
	
.infoHead a
{
	color:#F1D8C4;
}

.infoHead
{
	font-size:10px;
	color:#fff;
	padding:7px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from( #C20B07 ), to( #720200 )); 
    background: -moz-linear-gradient(top, #C20B07, #720200 ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C20B07', endColorstr='#720200');
	border-top:1px solid #f4f4f4;
	border-left:1px solid #f4f4f4;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content 
{
    padding:20px;
	padding-top:10px;
    background-color:transparent;
	border-top:5px solid #35409D;
}

#footer 
{
    width:auto;
	background: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #EEEEEE )); 
    background: -moz-linear-gradient(top, #ffffff, #EEEEEE ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EEEEEE');
    padding:15px;
	vertical-align:middle;
	border:1px solid #ddd;
	text-align:center;
	color:#008F38;
	font-weight:bold;
	-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}

#login 
{
    border-bottom:1px solid #eee;
    width:auto;    
    background: -webkit-gradient(linear, left top, left bottom, from( #EEEEEE ), to( #DDDDDD )); 
    background: -moz-linear-gradient(top, #EEEEEE, #DDDDDD ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DDDDDD');
    color:#003366;
	font-weight:bold;
    padding:10px;
	
	
}

.cook
{
	color:#777;
	margin-bottom:10px;
}

h1, h2, h3, h4 
{
    color:#000;
    text-align:center;
}

h4
{
	color:#999;
	font-weight:bold;
}

.fg-button 
{
    outline: 0;
    margin:0 4px 0 0;
    padding: .4em 1em;
    text-decoration:none !important;
    cursor:pointer;
    position: relative;
    text-align: center;
    zoom: 1;
}

.fieldset .fg-button 
{
	margin-top:20px;
}

/*MENU*/
#nav
{
    width:auto;
    height:28px;
	background: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #EEEEEE )); 
    background: -moz-linear-gradient(top, #ffffff, #EEEEEE ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EEEEEE');
	z-index:1000;	
}

#nav li
{
    padding:0px;
    margin:0px;
	z-index:1000;	
}

#nav, #nav ul
{
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;	
	z-index:1000;	
}


#nav a
{
    display:block;
    padding:7px 15px;
    color:#000;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;    
	text-align:left;
	z-index:1000;	
}

#nav a:hover
{
	background: -webkit-gradient(linear, left top, left bottom, from( #CC0000 ), to( #990000 )); 
	background: -moz-linear-gradient(top, #CC0000, #990000 ); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#990000');
	color:#fff;
	z-index:1000;	
}

#nav li
{
    float:left;
    position:relative;
	z-index:1000;	
}

#nav ul 
{
    position:absolute;
    display:none;
	z-index:1000;	
}

#nav ul li a,
#nav ul li ul li a
{
	z-index:1000;	
	color:#900;
    width:140px;
    white-space: nowrap;
    height:auto;
    float:left;
    border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #EEEEEE )); 
    background: -moz-linear-gradient(top, #ffffff, #EEEEEE ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EEEEEE');
}

#nav li ul a:hover
{
	z-index:1000;	
    color:#fff;
    background: -webkit-gradient(linear, left top, left bottom, from( #CC0000 ), to( #990000 )); 
	background: -moz-linear-gradient(top, #CC0000, #990000 ); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#990000');
}

#nav ul ul
{
	z-index:1000;	
    /*top:auto;*/
}	

#nav li ul li ul 
{
    left:5px;
	z-index:1000;	
    margin:0px 0 0 10px;
}

#nav a:hover, 
#nav li:hover > a 
{
	z-index:1000;	
    color:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from( #030759 ), to( #020540 )); 
    background: -moz-linear-gradient(top, #030759, #020540 ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#030759', endColorstr='#020540');
}
 
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul
{
    display:none;
	z-index:1000;	
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul
{
    display:block;
    z-index:12px;
	z-index:1000;	
}

/*MENU*/

.mes_cal
{
	font-size:35px;
	color:#fff;
}

.dia_cal
{
	color:#000;
	font-size:150px;
	padding-top:15px;
	font-weight:bold;
}

.cellMenu
{
	background-color:#f4f4f4;
	border-right:1px solid #eee;
	vertical-align:top;
	width:200px;
}

.cellBorder
{
	padding:5px;
	border:1px solid #ccc;
	background-color:#fff;	
	text-align:center;
	margin:auto;
}

.cellContent 
{
	background-color:#fff;
}
 
.cellHead
{
	background: -webkit-gradient(linear, left top, left bottom, from( #C20B07 ), to( #720200 )); 
    background: -moz-linear-gradient(top, #C20B07, #720200 ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C20B07', endColorstr='#720200');
    padding:7px;
    color:#fff;
    text-align:center;
    font-weight:bold;
	font-size:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.linkHead
{
	color:#ff0 !important;
}

.cellInfo
{
    padding:3px 5px;
	font-size:12px;
    border:1px solid #ddd;
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.cellInfo img
{
    height:15px;
    max-height:15px;
    width:auto;
}

.div_calendar
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.loading {
	display: none;
}
.accordion {
	border:0px;
	width:  200px;
	border-top:5px solid #35409D;
}

.accordion li h3 a 
{
	background: -webkit-gradient(linear, left top, left bottom, from( #fff ), to( #ddd )); 
    background: -moz-linear-gradient(top, #fff, #ddd ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ddd');
	
	color:                  #000;
	display:                block;
	font-style:             normal;
	font-weight:normal;
	margin:                 0;
	padding:                7px 10px;
	border-left:5px solid #720200 !important;
	font-size:12px;
	text-align:left;
	
	border-top:1px solid #ddd;
	
}

.accordion li h3 a:hover
{
	background: -webkit-gradient(linear, left top, left bottom, from( #C20B07 ), to( #720200 )); 
    background: -moz-linear-gradient(top, #C20B07, #720200 ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C20B07', endColorstr='#720200');
	color:#fff;
}


.accordion li.active h3 a {
	background: -webkit-gradient(linear, left top, left bottom, from( #C20B07 ), to( #720200 )); 
    background: -moz-linear-gradient(top, #C20B07, #720200 ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C20B07', endColorstr='#720200');
	border-bottom:          1px solid #bbb;
	border-left:5px solid #000 !important;
	color:#fff !important;
	font-size:12px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
	
	background:#555;
	
}
.accordion li.locked h3 a {
	 background: -webkit-gradient(linear, left top, left bottom, from( #C20B07 ), to( #720200 )); 
    background: -moz-linear-gradient(top, #C20B07, #720200 ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C20B07', endColorstr='#720200');
    border-bottom:          1px solid #bbb;
	color:#fff !important;
	font-size:12px;
	border-left:5px solid #555 !important;
}

.accordion .panel a
{
	padding: 5px 10px;
	background:#fff;
	display:block;
	color:#555 !important;
	font-weight:normal;
	font-size:12px;
	border-top:1px solid #f4f4f4;
	border-left:5px solid #555 !important;
}

.accordion .panel a:hover{
	background:#777;
	color:#fff !important;
}



.accordion li h3 {
	margin:         0;
	padding:        0;
}
.accordion .panel {
	padding:        0px;
}

.btnMenu
{
	top:50px;
	position:absolute;
	text-align:left;
	width:auto;
}

.btnMenu img
{
	width:30px;
	max-width:30px;
	height:auto;
}


.btnMenu a:hover
{
	opacity: 0.4;
    filter: alpha(opacity=40);
}

#btnMenu
{
	color:#008F38;
}

.tableInfo
{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

.tdLabel
{
	padding:5px 10px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	width:25%;
	text-align:right;
	background: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #EEEEEE )); 
    background: -moz-linear-gradient(top, #ffffff, #EEEEEE ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EEEEEE');
}

.tdInfo2
{
	padding:5px 10px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	width:25%;
	text-align:left;
	background-color:#fff;
}

.tituloInfo
{
	background: -webkit-gradient(linear, left top, left bottom, from( #00AD45 ), to( #008F38 )); 
    background: -moz-linear-gradient(top, #00AD45, #008F38 ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AD45', endColorstr='#008F38');
    padding:7px;
    color:#fff;
    font-size:20px;
}

.subtituloInfo
{
	background: -webkit-gradient(linear, left top, left bottom, from( #fff ), to( #ddd )); 
    background: -moz-linear-gradient(top, #fff, #ddd ); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ddd');
	padding:5px;
    color:#555;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
    font-size:13px;
}

.info
        {
            border:1px solid #27ae60;
            background-color:#2ecc71;
            color:#000;
            padding:20px;
        }
