/*****SLIDING MENU PANEL STYLESHEET*****/
/*****BY: AMIT JAKHU*****/
/*****WWW.AMITJAKHU.COM*****/ 

/*****FONTS*****/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700italic,700,300italic,300|Acme); /* Acme font is required for .arrow */

/*****END FONTS*****/

/*****DEMO ONLY*****/

::selection {
	color: #fff;
	background: #415570;
}

::-moz-selection {
	color: #fff;
	background: #415570;
}

* {
	margin: 0;
	padding: 0;

}

body {
	background: #d3d7dc;
	font: normal 400 12px Arial;
	color: #ffffff;
}

h1 {
	font: normal 600 38px Arial;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
	margin-bottom: 30px;
}

p {
	text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
	margin-bottom: 20px;
}

strong {
	font-weight: 700;
}
.wrapper-login {
	background: #293940; 
	border: 1px solid #fff;
	width: 600px;
	padding-top:40px; padding-bottom:40px; padding-right:40px;

	margin: 0 auto;
	clear: both;	
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wrapper-login h1,.wrapper-login p{ padding-left:40px}
.wrapper {
	background: #f3f3f3;
	border: 1px solid #fff;
	width: 520px;
	padding: 40px 40px;
	margin: 0 auto;
	clear: both;	
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wrapperCentro {
	background: #f3f3f3;
	border: 1px solid #fff;
	width: 520px;
	clear: both;	
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);	
	margin:auto;
	padding:5px;	
}
.wrapperCentro h2{
font-size:13px;
border-bottom:1px solid  #333333;

color:#FFFFFF;
padding:4px;
padding-left:7px;
margin:0px;
margin-bottom:10px;

  background: #x;
  background: -moz-linear-gradient(#325370 0%, #2E4A65 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #325370), color-stop(100%, #2E4A65));
  background: -webkit-linear-gradient(#325370 0%, #2E4A65 100%);
  background: linear-gradient(#325370 0%, #2E4A65 100%);

}
.wrapperCentro input[type='text']
{
	border:#CCCCCC 1px solid;
	height:18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-left:2px;
	padding-right:2px;
	text-transform:uppercase;
	
}
.wrapperCentro  select {
    border:#CCCCCC 1px solid;
	height:20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}



.wrapperCentro.t20 input[type='text']
{
	height:20px;	
}
.wrapperCentro.t20  select { 
	height:22px;
	
}


.wrapperCentro.t22 input[type='text']
{
	height:22px;	
}
.wrapperCentro.t22  select { 
	height:24px;
	
}

.wrapperCentro .formu input[type='text'],.wrapperCentro .formu select{
font-size:11px;
font-weight:600;
color:#464851;

}

.wrapperCentro .formu-ord input[type='text'],.wrapperCentro .formu-ord select{
font-size:11px;
font-weight:400;
color:#464851;
height:20px;
}

.wrapperCentro .formu-ord input[type='text'].font-blue{
color:#003366;
font-weight:bold;

}
.wrapperCentro p.copyright {
position:absolute; bottom:0px;
}



.wrapperLeft {
	background: #f3f3f3;
	border: 1px solid #fff;
	width: 520px;
	clear: both;	
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
   position: absolute;
    left: 49%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);	
	margin:auto;
	padding:5px;	
}
.wrapperLeft h2{
font-size:13px;
border-bottom:1px solid  #333333;

color:#FFFFFF;
padding:4px;
padding-left:7px;
margin-bottom:10px;

  background: #325370;
  background: -moz-linear-gradient(#325370 0%, #2E4A65 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #325370), color-stop(100%, #2E4A65));
  background: -webkit-linear-gradient(#325370 0%, #2E4A65 100%);
  background: linear-gradient(#325370 0%, #2E4A65 100%);

}
.wrapperLeft input[type='text']
{
	border:#CCCCCC 1px solid;
	height:18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-left:2px;
	padding-right:2px;
	text-transform:uppercase;
	
}
div.loading{ 
	background: #171717; color:#FFFFFF; width:150px; height:70px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	vertical-align:middle;
	margin: auto;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;	
	line-height: 90px;
}



/*****END DEMO ONLY*****/


/*****ANIMATONS (optional)*****/

#menu, #menu .arrow, #menu nav a {
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

/*****END ANIMATONS*****/


/*****PANEL*****/

#menu {
	background: #000000;
	border-right: 3px solid #000000;
	width: 200px;
	padding-right:24px;
	padding-left:2px;
	padding-top:10px;
	

	position: fixed;
	z-index: 100;
	
	box-shadow: 1px 0 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 0 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.25);
}

#menu {
	left: 0; /* Change to right: 0; if you want the panel to display on the right side. */
}

#menu:hover, #menu:focus {
	left: 0 !important; /* Change to right: 0 !important; if you want the panel to display on the right side. */
}

#menu .arrow {
	right: 0px; /* Change to left: 2px; if you want the panel to display on the right side. */
}

#menu .arrow {
	font: normal 400 25px/25px 'Acme', Helvetica, Arial, sans-serif; /* Acme font is required for .arrow */
	color: rgba(255,255,255,0.95); /* Arrow color */
	width: 12px;
	height: 25px;
	display: block;
	position: absolute;
	top: 20px;
	cursor: default;
}

#menu:hover .arrow {
	transform: rotate(-180deg) translate(6px,-3px);
	-moz-transform: rotate(-180deg) translate(6px,-3px);
	-webkit-transform: rotate(-180deg) translate(6px,-3px);
}
#divlogueo{ padding-left:40px;
 width:94%; height:130px; padding-top:15px; background:url(../images/login2.jpg) center right no-repeat #31536F;
	border-radius: 0px 0px 10px 0px;
	-moz-border-radius: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
}

#divlogueotop
{
height:14px;
background:#31536F;
width:94%; 
padding-left:40px;
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
}

#divlogueo table{
margin-left:20px;
color:#FFFFFF;
font-weight:bold;
}
#divlogueo input[type='text']
{
	border:#CCCCCC 1px solid;
	height:20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-left:2px;
	padding-right:2px;
	text-transform:uppercase;
	width:100%;
	
}
#divlogueo input[type='password']
{
	border:#CCCCCC 1px solid;
	height:20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	padding-left:2px;
	padding-right:2px;	
	width:100%;
}

#divlogueo .error
{
color:#FFFFFF;
font-weight:bold;
background:url(../images/Error.png) no-repeat;
padding-left:20px;
padding-bottom:2px;

}

.tablebg {
	background-color: #FFFFFF;
	border: solid 1px #AAAAAA;
}

.tablebg th {
	color:#333333;
	background: #FFFFFF url('../images/bg_th.gif') top left repeat-x;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	padding: 0 5px;
	border: solid 1px #FFFFFF;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	white-space: nowrap;
}
.tablebg td{
	border: solid 1px #FFFFFF;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
		padding: 3px;	
}



.tablebgmed {
	background-color: #FFFFFF;
	border: solid 1px #AAAAAA;
}

.tablebgmed th {
	color:#333333;
	background: #FFFFFF url('../images/bg_th.gif') top left repeat-x;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding: 0 5px;
	border: solid 1px #FFFFFF;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	white-space: nowrap;
}
.tablebgmed td{
	border: solid 1px #FFFFFF;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
		padding: 0 0 0 0;		
		font-size: 10px;
		font-weight:bold;
height: 16px;
}



.bordecaja
{

border:1px solid #CCCCCC;
border-bottom-color:#999999;
border-right-color:#999999;      
padding:1px;
font-family: "Arial";

line-height:1; 
}

.bordesn {

	border: 1px solid #fff;


	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top:5px;
	padding-bottom:5px;
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;		

}

.wrapperCentro .separacion {
 margin-top:10px;
}
.bordesn table div.fil {
display:inline-block; vertical-align:top;
}

.bordesn table{
 margin:auto;
}

.guia-panel{
height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px; padding-left:24px;  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.guia-panel .guia-pn1{ width:270px; background:#FFFFFF;height:100%; position:absolute; top:0; left:24px}
.guia-panel .guia-pn2{ height:100%; padding-left:270px;-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
.footer-datos{ position: fixed; bottom:0; width:100%; background-color:#f5f5f5; padding:5px 0; z-index:10;
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.31);
	font-weight:400;

}

.progress-bar-cont {
	width: 300px;

}
.progress-bar {
	padding: 5px 5px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, .2);
}
.progress-bar progress {
	background-color: #f3f3f3;
	border: 0;
	width: 80%;
	height: 18px;
	border-radius: 9px;
}
.progress-bar progress::-webkit-progress-bar {
	background-color: #f3f3f3;
	border-radius: 9px;
}
.progress-bar progress::-webkit-progress-value {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}
.progress-bar progress::-moz-progress-bar {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}
.progress-bar .progress-value {
	padding: 0px 5px;
	line-height: 20px;
	margin-left: 5px;
	font-size: .8em;
	color: #555;
	height: 18px;
	float: right;
}
/*****END PANEL*****/