html, body {
	color: #053754;
	background: none !important;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */;
	padding: 0;
}
.cssTH
{
    background-color:#EFEFEF;
    font-weight:normal;
    border:solid 1px #aaa;
    border-right:solid 1px #fff;
}

.cssTHReport
{
    background-color:#EFEFEF;
    font-weight:normal;
    border:solid 2px #666;
    width: 10%;
}
.cssTD
{
    border:solid 1px #aaa;
    border-right:solid 1px #fff;
}

.cssTDReport
{
    border:solid 1px #aaa;
}

.cssTR
{
    cursor:pointer;
}

.cssTRReportFin
{
    border-bottom: solid 2px #666;
}

.cssGrid
{
    width:700px;
    border-collapse:collapse;
    font-family:Verdana;
    font-size:10px;
    background-color: white;
	margin: 0px auto 0;
}

.cssGrid400
{
    width:400px;
    border-collapse:collapse;
    font-family:Verdana;
    font-size:10px;
}

.cssReport
{
    width:1000px;
    border-collapse:collapse;
    font-family:Verdana;
    font-size:10px;
}

.cssTableCitas
{
    width:800px;
    border-collapse:collapse;
    font-family:Verdana;
    font-size:10px;
    border: solid 2px #666;
    background-color: white;
}

.cssTB
{
    background-color:Gray;	
    vertical-align:top;
    cursor: default;
    margin: 10px auto 0;
}

.cssPag
{
    background-color:cadetblue;	
    vertical-align:top;
    cursor: default;
    margin: 2px auto 0;
	border-width:0px;
	vertical-align:middle;
	cursor:hand;
	padding:0px;
	width:12px
}

.DivFila 
{
    margin: 10px auto 0px;
    width: 700px;
    height:25px;	
}

.DivEtiqueta
{
    float:left;
    margin-top: 5px; 
    width:100px;
    font-family:Verdana;
    font-size:10px;
}

.DivEtiqueta50
{
    float:left;
    margin-top: 5px; 
    width:50px;
    font-family:Verdana;
    font-size:10px;
}

.DivEtiqueta200
{
    float:left;
    margin-top: 5px; 
    width:200px;
    font-family:Verdana;
    font-size:10px;
}

.select 
{
    width:170px;
	padding: 2px;
    border-radius: 7px;
}

.DivCampo
{
    float:left;
}

.DivCampoContiguo
{
    float:right;
}

.inputText
{
    font-family:Verdana;
    font-size:9px;
}

.inputLongText
{
    font-family:Verdana;
    font-size:9px;
    width:500px;
}

.inputTextNumeric
{
    font-family:Verdana;
    font-size:9px;
    text-align: right;
}

.cssCalendarDay
{
    border:none;
    width: 100%;
    background-color: transparent;    
    cursor: pointer;
}

.cssBtnBuscar
{
    background-color: rgb(245, 245, 245);
    background-image: -moz-linear-gradient(center top , rgb(245, 245, 245), rgb(181, 241, 241));
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgb(68, 68, 68) !important;
    font-size: 11px;
    border-radius: 6px;
    cursor: default !important;
    font-weight: bold;
    height: 24px;
    min-width: 90px;
    margin: 0px 0px 0px 0px;

    /*Transition*/
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.cssBtnBuscar:hover, .cssBtnBuscar:focus{
    background-image: -moz-linear-gradient(center top , rgb(181, 241, 241), rgb(245, 245, 245));
    cursor: hand;
    margin: 0px 0px 0px 0px;
    border: 2px solid rgba(0, 0, 0, 0.1);

}

.cssliPanel
{
    overflow: hidden;
}

.cssSpanPanel
{
    line-height: 5;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin: 40px;
}

.cssSpanPanelAdmin
{
    line-height: 2;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 23px;
    font-weight: bold;
    margin: 40px;
}

.cssPanelLink
{
    text-decoration: none;
}

.cssDivPanel
{
    margin: 80px auto 0;
    width: 700px;    
}

.cssDivPanelAdmin
{
    margin: 30px auto 0;
    width: 700px;    
}

.cssTRAcciones{
                /*Transition*/
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.cssTRAcciones:hover, .cssTRAcciones:focus{
    border-radius: 6px;
    margin-right: 5px;
    /*Reflection*/
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));

    /*Glow*/
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 5px 6px rgba(0,0,0,0.6); 
}

.cssTablePie{
    font-family:arial;
    font-size:13px;
    margin-top:20px;    
}
	.btns
	{
		margin-top: 0px;
		display: block;
	}


@media (max-width: 600px) 
{
	.DivFila {
    margin: 10px auto 0px;
    width: 700px;
    height: 40;
	}
	
	.DivCampoContiguo {
    float: none;
    width: 300;
    height: 0;
	}
	.cssTB {
    background-color: Gray;
    vertical-align: top;
    cursor: default;
    margin: 30px auto 0;
	}
	.btns
	{
		margin-top: 10px;
		display: block;
		width: 600px;
	}
}
