﻿/*------------------------------------------*
 *                 GENERAL                  *
 *------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1000000;
}

.difuminado {
	/* Any browser which supports CSS3 */
	filter: blur(1px);
	/* Webkit */
	-webkit-filter: blur(1px);
	/* Opera */
	-o-filter: blur(1px);
}

.opaco {
	background-color: #FFFFFF;
	filter: alpha(opacity=50);
	opacity: 0.50;
	-khtml-opacity: 0.50;
	-moz-opacity: 0.50;
}

.tabla {
	border-collapse: separate;
	border-spacing: 3px;
}

.caja {
	width: 99%;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
	background: -moz-linear-gradient(top, #efefef, #ffffff);
	background: -ms-linear-gradient(top, #efefef 0%,#ffffff 100%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff');
}

.contenido{
	width: 1000px; 
	margin-left: auto; 
	margin-right: auto;
}

#principal{
	padding: 2px;
}



/*------------------------------------------*
 *                 LOGIN                    *
 *------------------------------------------*/
.login-box{
	position: absolute;
	width: 450px;
	height: 350px;
	top: 50%;
  left: 50%;
	margin-top: -180px;
	margin-left: -226px;
	border: 2px solid #d9d9d9;
	border-top: 6px solid #0F3867;
	text-align:center;
	color: #666666;
	
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(229,229,229,0.5) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,0.5)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(229,229,229,0.5) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(229,229,229,0.5) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(229,229,229,0.5) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(229,229,229,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80e5e5e5',GradientType=1 );
		
}

.login-text{
	width:200px; 
	margin:auto;
}



/*------------------------------------------*
 *                CABERECA                  *
 *------------------------------------------*/
.cabecera{
	height: 60px; 
	width: 100%;
	padding-top: 10px;
	background: -webkit-linear-gradient(#0770B6, #035E9B);
	background: -moz-linear-gradient(#0770B6, #035E9B);
	background: -o-linear-gradient(#0770B6, #035E9B);
	background: linear-gradient(#0770B6, #035E9B);
}

.logo{
	float:left;
	height: 55px;
	padding-left:10px;
	padding-top: 5px;
}

.menu{
	float: left; 
	padding-left: 30px;
}

.titulo{
	background-color: #035E9B;
	height: 20px;
}

.titulo span {
	width: 100%;
	height: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.bloqueo{
	position: absolute; 
	top: 0px; 
	left: 0px;
}

.logotipoDistribuidor{
	float:right;
	height: 60px;
	max-height: 60px;
	padding-right:10px;
	text-align: right;
}

.alturaCabecera{
	max-height: 60px;
}

/*------------------------------------------*
 *                 PIE                      *
 *------------------------------------------*/
.footerPane {
	background-color: #EDEDED;
	height: 100%;
}

.footerMenu {
	float: right;
	padding-right: 10px;
}