body{
background:url(../images/Fondo.png);
padding: 0px;
margin: 0px;
font-family: "Chalet", Helvetica, Verdana;
}

img
{
  border:0;
}

.hideError
{
    display:none;
   
}

.showError
{
    color:#FF0000;
    display:block;
   
}


#page{
   
	min-width:400px;
    max-width: 1200px;
    height: auto;
    /*height: 800px;
    border: 1px solid #999999;*/
    background-color: #FFF;    
    border-radius: 3px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 -3px 10px -1px #777;
	 margin-left: auto ;
     margin-right: auto ;
	
	
}

#imgsh1{
max-width:300px;
}

#Logo{
display: inline-block;
vertical-align:top;
min-width:300px;
width:30%;
height:106px;
margin-left: 70px;
margin-top: 20px;
/*border: 1px solid #999999;*/
}
.Logo {
  background: url(../images/Logotipo.png) no-repeat;
  background-size: 300px 105px;
-webkit-transform: scale(.9);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(.9);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
.Logo2 {
  background: url(../images/Logotipo.png) no-repeat;
  background-size: 300px 105px;
-webkit-transform: scale(1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
.nLogo{
background: url(../images/nLogotipo.png) no-repeat;
background-size: 300px 105px;
-webkit-transform: scale(0.9);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(0.9);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
	 }
.nLogo2{
background: url(../images/nLogotipo.png) no-repeat;
background-size: 300px 105px;
-webkit-transform: scale(1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
	 }
	 
.aLogo{

background: url(../images/aLogotipo.png) no-repeat;
background-size: 300px 105px;
-webkit-transform: scale(.9);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(.9);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
 }
 .aLogo2{

background: url(../images/aLogotipo.png) no-repeat;
background-size: 300px 105px;
-webkit-transform: scale(1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
 }

	
	 
#aire{
width:230px;
min-width:100px;
display: inline-block;
vertical-align:top;
}
#Login{
left:0px;
position:relative;
min-width:300px;
margin-left: 50px;
margin-top: 20px;
/*border: 1px solid #999999;*/
display: inline-block;
vertical-align:top;
}

#User,#Pwd{
width:45%;
max-width:150px;
margin-top: 5px;
margin-left: 5px;
/*border: 1px solid #999999;*/
display: inline-block;
vertical-align:top;
}
#In{
margin-top:8px;
display: inline-block;
vertical-align:top;
margin-left:5px;
}

#Languages{
width:100%;
vertical-align: middle;
text-align:center;
}


#head{
text-align:right;
height:180px;
}
#subH{
text-align:left;
}

#follow{
	color:#FFF;		
	margin-right:-45px;
	position:relative;
	width:42px;	
	text-align:right;
	z-index:-1;
	top:-100px;
}
#twitter{
	color:#FFF;		
	margin-right:-45px;
	position:relative;
	width:42px;	
	text-align:right;
	z-index:-1;
	top:-32px;
}
#facebook{
	color:#FFF;		
	margin-right:-42px;
	position:relative;
	width:42px;	
	text-align:right;
	z-index:-1;
	top:40px;
}
/*Estilo para el checkbox*/
input[type=checkbox] {
	visibility: hidden;
}

/* SLIDE ONE */
.slideOne {
	width: 50px;
	height: 10px;
	background: #333;
	margin: 20px auto;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideOne label {
	display: block;
	width: 16px;
	height: 16px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: -3px;
	left: -3px;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideOne input[type=checkbox]:checked + label {
	left: 37px;
}

/* SLIDE TWO */
.slideTwo {
	width: 80px;
	height: 30px;
	background: #333;
	margin: 20px auto;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideTwo:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 14px;
	height: 2px;
	width: 52px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #111;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideTwo label {
	display: block;
	width: 22px;
	height: 22px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 4px;
	z-index: 1;
	left: 4px;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideTwo label:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #333;
	left: 6px;
	top: 6px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
}

.slideTwo input[type=checkbox]:checked + label {
	left: 54px;
}

.slideTwo input[type=checkbox]:checked + label:after {
	background: #00bf00;
}

/* SLIDE THREE */
.slideThree {
	width: 80px;
	height: 26px;
	background: #333;
	margin: 20px auto;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideThree:after {
	content: 'OFF';
	font: 12px/26px Arial, sans-serif;
	color: #000;
	position: absolute;
	right: 10px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.slideThree:before {
	content: 'ON';
	font: 12px/26px Arial, sans-serif;
	color: #00bf00;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}

.slideThree label {
	display: block;
	width: 34px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideThree input[type=checkbox]:checked + label {
	left: 43px;
}

/* ROUNDED ONE */
.roundedOne {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.roundedOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.roundedOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* ROUNDED TWO */
.roundedTwo {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.roundedTwo label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #462970 100%);
	background: -moz-linear-gradient(top, #222 0%, #462970 100%);
	background: -o-linear-gradient(top, #222 0%, #462970 100%);
	background: -ms-linear-gradient(top, #222 0%, #462970 100%);
	background: linear-gradient(top, #222 0%, #462970 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#462970',GradientType=0 );
}

.roundedTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.roundedTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.roundedTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* SQUARED ONE */
.squaredOne {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.squaredOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #462970 100%);
	background: -moz-linear-gradient(top, #222 0%, #462970 100%);
	background: -o-linear-gradient(top, #222 0%, #462970 100%);
	background: -ms-linear-gradient(top, #222 0%, #462970 100%);
	background: linear-gradient(top, #222 0%, #462970 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#462970',GradientType=0 );
}

.squaredOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.squaredOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* SQUARED TWO */
.squaredTwo {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.squaredTwo label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


/* SQUARED THREE */
.squaredThree {
	left:-15px;
	top:10px;	
	height:5px;
	
	margin: 0px auto;
	position: relative;
}

.squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	background: -webkit-linear-gradient(top, #42499E  0%, #462970 100%);
	background: -moz-linear-gradient(top, #222 0%, #462970 100%);
	background: -o-linear-gradient(top, #222 0%, #462970 100%);
	background: -ms-linear-gradient(top, #222 0%, #462970 100%);
	background: linear-gradient(top, #222 0%, #462970 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#462970',GradientType=0 );
}

.squaredThree label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredThree label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#rec{
position:relative;
top:10px;
left:10;
color:#A7A4A4;
font-size:.7em;
}

#forg{
position:relative;
top:10px;
left:28px;
color:#a4c7f3;
font-size:.7em;
}

/* SQUARED FOUR */
.squaredFour {
	width: 20px;	
	margin: 20px auto;
	position: relative;
}

.squaredFour label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.squaredFour label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredFour label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/*fin del check*/

a#len:link {
	text-decoration: none;
	color:#A7A4A4;
	font-stretch: 
	
	}
	
a#len:visited {text-decoration: none; color:#A7A4A4;} 
a#len:active {text-decoration: none; color:#A7A4A4;} 
a#len:hover {text-decoration: none; color:black;}

#esp,#eng{
width:50px;
font-size:.6em;
vertical-align:middle;
}

#Sesion{
	color:#4731A0;
	font-size:.7em;
	margin-left: 5px;

}




input{

    font-size:18px;
    font-family: helvetica;
}
input {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);    
    background-color:#eee;
    padding: 3px;
     
}
.LogU::-webkit-input-placeholder {
font-size:13px;
left:10px;
position:relative;
top:3px;
}
.LogP::-webkit-input-placeholder {
font-size:13px;
left:10px;
position:relative;
top:3px;
}

#Usuario::-webkit-input-placeholder {
   color: #FFF;
   font-size:.8em;
   padding:5px;
}
#Password::-webkit-input-placeholder {
   color: #FFF;
   font-size:.8em;
   padding:5px;
}
#Usuario, #Password{
width:100%; 
font-size:1.5em; 
background:#009370; 
color:#FFF;
padding:10px;
height:30px;
min-width:300px;
}
#Oficina{
width:100%; 
font-size:1.2em; 
color:#FFF;
padding:10px;
height:50px;
background:#009370;
z-index:4;
position:relative;
top:-10;
min-width:300px;
/*background: URL(../images/arrow.png) no-repeat 298px 3px #009370 !important;*/
}
#div_oficina{
height:50px;
text-align:right;
min-width:300px;
}
#flechita{
position:relative;
top:10px;
right:5px;
z-index:5;

}

#txtCaptcha::-webkit-input-placeholder {
   color: #FFF;
   font-size:.8em;
   padding:5px;
}
#txtCaptcha{
width:100%; 
font-size:1.5em; 
background:#009370; 
color:#FFF;
padding:10px;
height:30px;
min-width:300px;
margin-top:15px;
}
 
input:focus {
    box-shadow: 0 0 5px #4731A0;
    -webkit-box-shadow: 0 0 5px #4731A0; 
    -moz-box-shadow: 0 0 5px #4731A0;
    border:1px solid #4731A0; 
    background-color:white;
	background-image: url(../images/no-image.png);
	
}

#buscar{
padding:8px; border-radius: 5px; width:90px;  font-size:.9em; background:#009370; color:#FFF; right:0px;cursor:hand;
}

#men{
height:58px;
display:inline-block;
vertical-align:top;
width:70%;
}
.link_divicion{
font-size:1.55em;
color:#562785;
}

a:link {	text-decoration: none;}	
a:visited {text-decoration: none; } 
a:active {text-decoration: none;color:#562785;} 
a:hover {text-decoration: none;}
.LogU{
  background-image: url(../images/usuario.png);
  background-position: 7px 5px;
  background-size: 15px;
  background-repeat: no-repeat;
  width:100%;
  max-width:200px;
  color:999999;
  
}

.LogP{
  background-image: url(../images/pass.png);
  background-position: 7px 5px;
  background-size: 13px;
  background-repeat: no-repeat;
  width:100%;
  max-width:200px;
   color:999999;
  
}
#cookie{
margin-bottom:15px;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #24856d;
	-webkit-box-shadow:inset 0px 1px 0px 0px #24856d;
	box-shadow:inset 0px 1px 0px 0px #24856d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #009371), color-stop(1, #038a68));
	background:-moz-linear-gradient(top, #009371 5%, #038a68 100%);
	background:-webkit-linear-gradient(top, #009371 5%, #038a68 100%);
	background:-o-linear-gradient(top, #009371 5%, #038a68 100%);
	background:-ms-linear-gradient(top, #009371 5%, #038a68 100%);
	background:linear-gradient(to bottom, #009371 5%, #038a68 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009371', endColorstr='#038a68',GradientType=0);
	background-color:#009371;
	border:1px solid #10634e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #038a68), color-stop(1, #009371));
	background:-moz-linear-gradient(top, #038a68 5%, #009371 100%);
	background:-webkit-linear-gradient(top, #038a68 5%, #009371 100%);
	background:-o-linear-gradient(top, #038a68 5%, #009371 100%);
	background:-ms-linear-gradient(top, #038a68 5%, #009371 100%);
	background:linear-gradient(to bottom, #038a68 5%, #009371 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#038a68', endColorstr='#009371',GradientType=0);
	background-color:#038a68;
}
.myButton:active {
	position:relative;
	top:1px;
}

#subHmin{
display: inline-block;
vertical-align:bottom;
min-width:150px;
max-width:1100px;
width:95%;
margin-left: 70px;
margin-top: 5px;
/*border: 1px solid #999999;*/
color:#4731A0;
font-size:.8em;
}


#ico{

display: inline-block;
vertical-align:top;
min-width:300px;
width:57%;
/*border: 1px solid #999999;*/
}


#submenu{
	color:#4731A0;
	font-size:.9em;
	margin-left: 5px;
	display: inline-block;
	vertical-align:bottom;
	text-align:right;
	/*border: 1px solid #999999;*/
}

#submenuTXT{
	text-align:right;
	/*border: 1px solid #999999;*/
	max-width:1050px;
	width:95%;

}


	
	#iMenu_{
	
    width: 900px;
    height: 40;
	position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;       
    background-color: #FFF;    
    border-radius: 10px;	
	top: 449px;
	z-index:4;
	
	
}
	#iMenu{
	
    width: 933px;
    height: 70;
	position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;       
    background-color: #FFF;    
    border-radius: 10px;	
	top: 550px;
	z-index:5;
	background: #FFF;
	
	
}


.caja-sombra{
    position: relative;
    float: left;
    padding: 1em;
    margin: 100px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.caja-sombra:before, .caja-sombra:after{
    content: "";
    position: absolute;
    z-index: -2;
}
.caja-sombra:before{
    bottom: 30px;
    left: 10px;
    width: 70%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.caja-sombra:after{
    bottom: 30px;
    width: 70%;
    height: 20%;
    right: 10px;
    left: auto;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

#Medio{
vertical-align:top;
height:545px;
width:100%;
background:url(../images/FondoRaya.png);
z-index:-1;
padding-top:70px;
display: inline-block;
vertical-align:top;


}


#iRastreo{
 /*border: 1px solid #999999;*/

width:30%;
height:340px;
min-width:302px;
margin: 0 auto;

 }
 #Divisiones
{
  /*border: 1px solid #999999;*/
  width:60%;
 display: inline-block;
vertical-align:top;
height:400px;
}

 #Mensajeria{
  /*border: 1px solid #999999;*/
display: inline-block;
vertical-align:top;
width:35%;
margin-left:50px;
height:150px;
margin-bottom:70px;
min-width:300px;
color:#5E5E5E;
 }
 
  #Especializados{
  /*border: 1px solid #999999;*/
 display: inline-block;
vertical-align:top;
width:35%;
margin-left:50px;
height:150px;
margin-bottom:70px;
min-width:300px;
color:#5E5E5E;
 }
   #Consolidado{
  /*border: 1px solid #999999;*/
 display: inline-block;
vertical-align:top;
width:35%;
margin-left:50px;
height:150px;
margin-bottom:70px;
min-width:300px;
color:#5E5E5E;
 }
   #Outsoursing{
  /*border: 1px solid #999999;*/
 display: inline-block;
vertical-align:top;
width:35%;
margin-left:50px;
height:150px;
margin-bottom:70px;
min-width:300px;
color:#5E5E5E;
 }
 
 
 #sucursales{

 max-width:1130px;
 height:auto;
 background: #EEEEEE; 
 padding-left:70px; 
 }
 #sucursal{
 position:relative;
 top:-30px;
 max-width:350px;
 }
 #Estado{
width:100%; 
font-size:1.2em; 
color:#FFF;
padding:10px;
height:50px;
background:#adadad;
z-index:4;
position:relative;
top:-22;
min-width:300px;
/*background: URL(../images/arrow.png) no-repeat 298px 3px #009370 !important;*/
}
#iEstado{
/*border: 1px solid #999999;*/
 width:50%;
  min-width:300px;
}

 #encuentra{
 /*border: 1px solid #999999;*/
 width:40%;
 max-width:340px;
 min-width:300px;
 height:30px;
position:relative;
 background: #EEEEEE;  
top:-30;
padding:10px;

color:#5E5E5E;
font-size:1.2em;
 }
 
 #News_Fondo{
  width:100%;
 height:auto; 
 padding-top:25px;
 padding-bottom:15px;
 }
  #News{
 width:100%;
 height:230px;
 background: #EEEEEE;  
 }
 #pre-footer{
	background: url(../images/pre-footer.jpg);
	height:10px;
 }
 #logodown{
	color:#FFF;		
	margin-right:70px;
	position:relative;
	width:142px;	
	text-align:right;
	z-index:5;
	top:-100px;
 }
 #footer{
 height:80px;
 background: #562785;
 text-align:right;
 }
 

@media screen and (max-width: 1200px) {
	#submenuTXT{
		width:90%;
	}

	#Logo,#Login,#subHmin,#ico{
		margin-left: 5px;
	}
	
	#head{
		height:auto;
	}
	
	#submenuTXT,#follow,#twitter,#facebook,#iMenu,#iMenu_{
		display:none;
	}
	
	#head, #encuentra, #sucursales{
		padding-left:20px;
	}
	
	#iRastreo,#Mensajeria,#Consolidado,#Especializados,#Outsoursing{
		margin-left:20px;		
	}
	
	#Medio,#Divisiones{
		padding-top: 20px;	
		height:auto;		
		min-height: 545px;
	}
	
}


/*iPhone CSS*/
@media screen and(max-device-width: 1200px) {
	#submenuTXT{
		width:90%;
	}

	#Logo,#Login,#subHmin,#ico{
		margin-left: 5px;
	}
	
	#head{
		height:auto;
	}
	
	#submenuTXT,#follow,#twitter,#facebook,#iMenu,#iMenu_{
		display:none;
	}
	
	#head, #encuentra, #sucursales{
		padding-left:20px;
	}
	
	#iRastreo,#Mensajeria,#Consolidado,#Especializados,#Outsoursing{
		margin-left:20px;		
	}
	
	#Medio,#Divisiones{
		padding-top: 20px;	
		height:auto;
		min-height: 545px;
	}
	
}
/*
@media screen and(min-device-width: 1201px) {
	#iRastreo{
		margin-left:70px;
	}
}
@media screen and (max-width: 1201px) {
	#iRastreo{
		margin-left:70px;
	}
}*/