﻿body {
    background-color:#D8D8D8;
}
#ContenidoBody {
    background-color:#FFFFFF;
    width:95%;	
    margin-right:auto;
    margin-left:auto;
    font-family:Verdana, Arial,Helvetica, Sans-Serif;
    font-size:8pt;
    margin-top:5px;
     -moz-border-radius: 10px 10px 10px 10px ;
	-webkit-border-radius: 10px 10px 10px 10px ;
	-khtml-border-radius: 10px 10px 10px 10px ;
	border-radius: 10px 10px 10px 10px ;
}
.BannerTop {    
	-pie-box-shadow: 0px 8px 8px #D6D6D6;
	-moz-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 8px 8px -1px rgba(0, 0, 0, 0.16);
	/*box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.16);
	background: -webkit-gradient(linear, right center, left center, color-stop(38%, #FFC500),to(rgba(255, 198, 0, 0.53)));
	background: -webkit-linear-gradient(right,#FFC500 38%,rgba(255, 198, 0, 0.53) );
	background: -o-linear-gradient(right,#FFC500 38%,rgba(255, 198, 0, 0.53) );
	background: linear-gradient(to left,#FFC500 38%,rgba(255, 198, 0, 0.53) );
	-pie-background: linear-gradient(right,#FFC500 38%,rgba(255, 198, 0, 0.53) );*/    
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #005fc6 0%, #2989d8 100%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#005fc6), color-stop(100%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e5799 0%,#005fc6 0%,#2989d8 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e5799 0%,#005fc6 0%,#2989d8 100%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e5799 0%,#005fc6 0%,#2989d8 100%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e5799 0%,#005fc6 0%,#2989d8 100%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	border-style: none;
	border-color: transparent;
	background-size: 100% auto;
    -moz-border-radius: 10px 10px 10px 10px ;
	-webkit-border-radius: 10px 10px 10px 10px ;
	-khtml-border-radius: 10px 10px 10px 10px ;
	border-radius: 10px 10px 10px 10px ;
    height:30px;
}
.Footer
{
	margin: 0 auto;
	max-width: 1045px;
    text-align:center;
    font-family:Verdana, Arial,Helvetica, Sans-Serif;
    font-size:8pt;
}
#Login
{
	height: 480px;
	width: 700px;
	background-image: url(/Images/FondoLoginIUEM.jpg);    
	text-align: left;	
    
}
#Menu
{
    padding:0;
	background-color: #FFF;
	clear: both;	
	text-align: left;	
	margin-right:auto;
    margin-left:auto;
    margin-top:0;    
    width:95%;	
    border: 3px solid #FEC326; 
     -moz-border-radius: 10px 10px 10px 10px ;
	-webkit-border-radius: 10px 10px 10px 10px ;
	-khtml-border-radius: 10px 10px 10px 10px ;
	border-radius: 10px 10px 10px 10px ;  
    -pie-box-shadow: 0px 8px 8px #D6D6D6;
	-moz-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 8px 8px -1px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.16);
}
/* Menu */

	ul#Menu
	{
		margin: 0;
		padding: 0;
		text-align: center;
	}

		ul#Menu li
		{
			margin: 0;
			padding: 0;
		}

.TablaTitulo {
    margin:0 auto;
    width:85%;
    color:#065CB1;
    text-align:center;
}
    .TablaTitulo h2 {
        color:#065CB1;
    }
    .TablaTitulo hr {
        color:#065CB1;
        padding:0;
        margin:0;        
    }

.TablaFiltro {
    margin:0 auto;
}

.TablaBotonesFiltro {
    margin:0 auto;
    text-align:center;
}
.TablaGrid {
    margin:0 auto;    
}

.modal {    
    background: #fff;
    position: relative;         
    padding: 30px;
    border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    background: #fff;
    background: -moz-linear-gradient(#fff, #ccc);
    background: -webkit-linear-gradient(#fff, #ccc);
    background: -o-linear-gradient(#fff, #ccc);
    text-shadow: 0 1px 0 #fff;                  
}
.modal h2 {
    font-size: 16px;    
    font-family:Verdana;
}
.modal a[href="#close"] {
    position: absolute;
    right: 0;
    top: 0;
    color: transparent;
    font-size:10pt;
}
/* Reset native styles */
.modal a[href="#close"]:focus {
    outline: none;
}
/* Create close button */
.modal a[href="#close"]:after {
    content: 'X';
    display: block;

    /* Position */
    position: absolute;
    right: -10px;
    top: -10px;
    width: 1.5em;
    padding: 1px 1px 1px 2px;

    /* Style */
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    font-weight: bold;
    background: #000;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }
.modal a[href="#close"]:focus:after {
    outline: 1px solid #000;
}
.modal a[href="#close"]:hover:after {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);    
}

.FondoModal
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.panelregistro
{
	border:solid 1px black;
	border-radius:5px;
	margin:5px;
}

/*para hacer pequeño el calendario*/
div.ui-datepicker{
 font-size:13px;
}

.CalendarioDiv {
    float: left;	
    font-size:10px;	
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #b9c9fe;    
    height:100%; 
    margin:0 auto;       
}
.Calendario {
    display:inline-block;	
    font-size:10px;	
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #0057A7;           
    margin-top:5px;    
    text-align:center;
    margin-left:20px;       
    height:220px;     
}   
    .Calendario > table {
         width:210px;    
         border-spacing:0;
         padding:0;     
    }
    .Calendario > table > tr {
        text-align:center;
        vertical-align:top;         
        border:solid;  
        border-spacing:0;
        padding:0;
    }
.CalendarioMes {
        background: #0057A7;	    
	    height: 18px;	
	    box-shadow: inset 0 1px 1px #fff;
	    border-bottom: 1px solid #ccc;	        
        vertical-align:middle;
        text-align:left;
        color:#FFF;
        font-size: 1.25em;
	    font-weight:bold;	
        padding:2px 2px 2px 2px;
        text-align:center;
}
.CalendarioDia {
        text-align:center;
        vertical-align:middle;
        height:30px;              
        width:14%;
        color:#039;
}
.CalendarioDiaOcupado {
        text-align:center;
        vertical-align:middle;
        height:30px;              
        width:14%;
        color:#039;  
        background-color:#FEC326;
        border-radius:20px 20px;         
}
.CalendarioDiaSemana {
        text-align:center;
        font-weight:normal;
        color:#0759A5;
        background: #AAE4FA;	
}
.CalendarioDia > img {
    cursor:pointer;
}
.CalendarioTablaDetalle {
    float: left;	
    font-size:10px;	
	background: #FFFFFF;
	border-radius: 2px;	     
    margin-left:5px;
    margin-top:5px;    
    text-align:left;
    margin-left:20px;
    color: #339;
}
.agregar {
    background-image: url(/Images/add.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat; /* make the background image appear only once */
    background-position: 0px 0px; /* equivalent to 'top left' */
    border: none; /* assuming we don't want any borders */
    cursor: pointer; /* make the cursor like hovering over an <a> element */
    height: 16px; /* make this the size of your image */
    padding-left: 16px; /* make text start to the right of the image */
    width: 16px !important;
    vertical-align: middle; /* align the text vertically centered */
}
input[type=submit] {
        cursor: pointer; /*Que sea la manita*/
        padding: 2px 5px; /*el padding del interior del botón*/
        background: #0967BF; /*el color del fondo*/
        border: 1px solid #3079ed; /*El color del borde, en otro caso pondrá el de default del navegador*/
        color: #fff !important; /*Color del texto*/
        font-weight: bold;
        font-size: 11px !important;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
    }

        input[type=submit]:hover, input[type=submit]:focus {
            /*Movemos el tamaño de la sombra para simular un "empujon"*/
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .1);
            -moz-box-shadow: 0 1px 1px rgba(0,0,0, .1);
            box-shadow: 0 1px 1px rgba(0,0,0, .1);
            background-color: #357ae8; /*hacemos un poco mas oscuro el fondo*/
        }

/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
    font-family:arial,helvetica,clean,sans-serif;
    font-size:small;
    border-bottom:solid 5px #2647a0;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(img/yui/sprite.png) #d8d8d8 repeat-x;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #a3a3a3;
    border-bottom-width:0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#000;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url(img/yui/sprite.png) #bfdaff repeat-x left -1300px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background:url(img/yui/sprite.png) #2647a0 repeat-x left -1400px;
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0.25em 0.5em;
    background-color:#edf5ff;    
    border:solid 1px #808080;
    border-top-width:0px;
}


div.blockOverlay {
    background: rgba(255, 255, 255, 0.8);
    z-index: 200000 !important;
}

div.blockPage {      
    cursor: wait;
    font-size: 1.0em;
    height: 70px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 200001 !important;
}