/*******************
LOGIN FORM STYLESHEET
by: Amit Jakhu
www.amitjakhu.com
*******************/

/*******************
FONTS
*******************/

@import url(http://fonts.googleapis.com/css?family=Bree+Serif);

/*******************
SELECTION STYLING
*******************/

::selection {
	color: #fff;
	background: #f676b2; /* Safari */
	
}
::-moz-selection {
	color: #fff;
	background: #f676b2; /* Firefox */
}

/*******************
BODY STYLING
*******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}



body {
	background: url(../images/bg.png) repeat;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:300;
	text-align: left;
	text-decoration: none;
}

#banner {
  position: absolute;
  top: 0px;
  left: 0px; 
	background: #d4dedf;
	border-top: 1px solid #fff;
  margin: 0 auto;
  text-align: center;
}

#banner_contents {
  width: 800px;
}

.titulos {
	/* Center wrapper perfectly */
	width: 100px;
	height: 10px;
	position: absolute;
	left: 1%;
	top: 5%;
	/*margin-left: -300px;
	margin-top: -200px;*/
}

.padre {

  height: 700px;
  position: relative;
}

.titulos {
  background: #E1E1E1;
  color: white;
  width: 1360px;
  height: 80px;
  position: absolute;
  top: 0%;
  left: 0%;
  }
  
  .cuerpo {
  width: 1360px;
  height: 350px;
  position: absolute;
  top: 150%;
  left: 0%;
  }
    
  .pie {
  width: 1360px;
  background-color:#CF9
  height: 10px;
  position: relative;
  top: 90%;
  left: 0%;
  }
  
  .cuerpotabla {
  /*color: white;*/
  width: 1060px;
  height: 300px;
  overflow:scroll;
 /* background: #f3f3f3;
  position: absolute;
  top: 88%;
  left: 0%;*/
  }
  
.wrapper {

  width: 600px;
  height: 100px;
  /*IMPORTANTE*/
  position: absolute;
  top: 13.3%;
  left: 0%;
 }

/*
.gradient {
	width: 600px;
	height: 600px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;
	
	background: url(../images/gradient.png) no-repeat;
}
*/

.gradient {
	/* Center Positioning */
	width: 600px;
	height: 600px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;
	
	/* Fallback */ 
	background-image: url(../images/gradient.png); 
	background-repeat: no-repeat; 
	
	/* CSS3 Gradient */
	background-image: -webkit-gradient(radial, 0% 0%, 0% 100%, from(rgba(213,246,255,1)), to(rgba(213,246,255,0)));
	background-image: -webkit-radial-gradient(50% 50%, 40% 40%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -moz-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -ms-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -o-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
}

/*******************
LOGIN FORM
*******************/

.login-form {
	width: 1320px;
	margin: 0 auto;
	position: relative;
	z-index:5;
	
	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/*******************
HEADER
*******************/

.login-form .header {
	padding: 40px 30px 30px 30px;
}

.login-form .header h1 {
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 28px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
}

.login-form .header span {
	font-size: 11px;
	line-height: 16px;
	color: #678889;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

/*******************
CONTENT
*******************/

.login-form .content {
	padding: 0 30px 25px 30px;
}

/* Input field */
.login-form .content .input {
	width: 188px;
	padding: 15px 25px;
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

.input2 {
	
	padding: 10px 25px;
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}


input {
	
	padding: 10px 25px;
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e ;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	text-align:	left;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}


/* Second input field */
.login-form .content .password, .login-form .content .pass-icon {
	margin-top: 25px;
}

.login-form .content .input:hover {
	background: #dfe9ec;
	color: #414848;
}

.login-form .content .input:focus {
	background: #dfe9ec;
	color: #414848;
	
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.user-icon, .pass-icon {
	width: 46px;
	height: 47px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	z-index: 3;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.user-icon {
	top:147px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: rgba(65,72,72,0.75) url(../images/user-icon.png) no-repeat center;	
}

.pass-icon {
	top:221px;
	background: rgba(65,72,72,0.75) url(../images/pass-icon.png) no-repeat center;
}

/* Animation */
.input, .user-icon, .pass-icon, .button, .register {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

/*******************
FOOTER
*******************/

.login-form .footer {
	padding: 25px 30px 40px 30px;
	overflow: auto;
	
	background: #d4dedf;
	border-top: 1px solid #fff;
	
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}

/* Login button */
.login-form .footer .button {
	float:right;
	padding: 11px 25px;
	
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	
	background: #56c2e1;
	border: 1px solid #46b3d3;
	border-radius: 5px;
	cursor: pointer;
	
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.login-form .footer .button:hover {
	background: #3f9db8;
	border: 1px solid rgba(256,256,256,0.75);
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.login-form .footer .button:focus {
	position: relative;
	bottom: -1px;
	
	background: #56c2e1;
	
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

/* Register button */
.login-form .footer .register {
	display: block;
	float: right;
	padding: 10px;
	margin-right: 20px;
	
	background: none;
	border: none;
	cursor: pointer;
	
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 18px;
	color: #414848;
	text-shadow: 0px 1px 0 rgba(256,256,256,0.5);
}

.login-form .footer .register:hover {
	color: #3f9db8;
}

.login-form .footer .register:focus {
	position: relative;
	bottom: -1px;
}

/* select field */
select {
	width: 288px;
	padding: 10px 25px;
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e ;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	text-align:	left;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}




.cuadro {
	width: 350px;
	height: 250px;
	margin: 0 auto;
	position: relative;
	z-index:5;
	
	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.rectangulo {
	padding: 15px 30px 40px 30px;
	overflow: auto;
	
	background: #DFDFDF    ;
	border-top: 2px solid #fff;
	
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}


.cuadro > h1 {
    font-size: 1em;
    text-transform: capitalize;
    margin-bottom: 0;
    border-bottom: 2px solid #d1d1d1;
    color: #337ab7;
    font-size: 0.8em;
    margin-left: 17px;
    margin-right: 17px;
    margin-top: 30px;
    padding: 0 0 10px;
    text-align: left;
    text-transform: uppercase;
}

.cuadro > ul  {
	    padding-left: 0;
}
.cuadro > ul li {
    background: rgba(0, 0, 0, 0) url("/images/bg.png") no-repeat scroll 0 8px;
    line-height: 18px;
    position: relative;
    padding-left: 8px;
    padding-right: 12px;
    margin-bottom: 18px;
    margin-left: 25px;
}


li {
    margin-bottom: 2px;
    font-size: 1.1em;
}

ul li {
    padding-left: 25px;
    background: url('../images/bg.png') no-repeat 0 7px;
}

.cuadro > ul a {
    font-size: 0.7em;
    color: #333333;
    text-decoration: none;
}

ul li a {
    background: rgb(249, 249, 249) none repeat scroll 0 0;
    box-shadow: 1px 1px 0 rgb(172, 172, 172);
    color: rgb(51, 51, 51);
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: 276px;
}

ul, ol {
    margin-bottom: 20px;
}

ol, ul {
    list-style: none;
}

i {
    background: url("../images/flecha.png") no-repeat 0 0;
    display: inline-block;
    height: 25px;
    margin-right: 10px;
    position: relative;
    top: 5px;
    width: 25px;
}
h2 {
    margin-bottom: -2px;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #0080C0;
    font-weight: 800;
}
p { 
  font-family: sans-serif;
  font-size: 180%;
  font-style: italic;
  color: #0080C0; 
}

p2 { 
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.9em;
    padding: 0;

	color: #666; 
	}
	
p3 { 
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.2em;
    padding: 0;

	color: #C66; 
	}
	
	p4 { 
  font-family: sans-serif;
  font-size: 120%;
  font-style: italic;
  color: #666; 
}
company {	
	font-family: "Gotham", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
	color: #666;
	}
	
	
h1, .h1, h3, .h3 {
    font-family: "Gotham", Helvetica, Arial, sans-serif;
	
    /* font-weight: bold; */
    letter-spacing: -0.5px;
	color:#333;
}

.h1, h1 {
    font-size: 15px;
	color: #666;
}



.h2, h2 {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 10px;
	color: #999;
}

.h3, h3 {
    font-size: 20px;
}

hr {
    border-top: 1px solid #999;
    margin-top: 24px;
    margin-bottom: 23px;
}


.CSSTableGenerator {
	
	/*  position: absolute;
  /*top: 100%;
  left: 0;
  margin-top: -600px;*/
  /*overflow:scroll;*/
  height:325px;
  width:1190px;
  /*position: absolute;*/
  overflow:scroll;
    margin:0px;padding:0px;
	
	/*box-shadow: 10px 10px 5px #888888;
	border:1px solid #ffffff;*/
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table th {
	
padding: 5px;
font-size: 10px;
/*background-color: #83aec0;
background-repeat: repeat-x;
color: #FFFFFF;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #558FA6;
border-bottom-color: #558FA6;*/
font-family: “Trebuchet MS”, Arial;
text-transform: uppercase;
}
.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#f3f3f3; }
.CSSTableGenerator tr:nth-child(even)   
 { background-color: #BDE8DE; }.CSSTableGenerator td{
	vertical-align:middle;
	/* #f6faeb*/
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family: "OpenSans", Helvetica, Arial, sans-serif;;
	font-weight:normal;
	color: #666;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #50af7b 5%, #50af7b 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #50af7b), color-stop(1, #50af7b) );
	background:-moz-linear-gradient( center top, #50af7b 5%, #50af7b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#50af7b", endColorstr="#50af7b");	background: -o-linear-gradient(top,#50af7b,50af7b);

	background-color:#50af7b;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family: "OpenSans", Helvetica, Arial, sans-serif;;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #50af7b 5%, #50af7b 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #50af7b), color-stop(1, #50af7b) );
	background:-moz-linear-gradient( center top, #50af7b 5%, #50af7b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#50af7b", endColorstr="#50af7b");	background: -o-linear-gradient(top,#50af7b,50af7b);

	background-color:#50af7b;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

input[type=checkbox], input[type=radio] {
    margin: 3px;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

h4, .h4 {
    font-family: Verdana, Geneva, sans-serif; 
	
    /* font-weight: bold; */
    letter-spacing: -0.5px;
	color: #F63;
}

.h4, h4 {
    font-size: 10px;
	color: #666;
}

.well {
    padding: 5px 19px 5px 19px;
    margin-top: 10px;
	width:1200px;
	background-color: #C4D1B8;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
	margin-left:60px;
    background-color: #C4D1B8;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well3 {
    padding: 5px 19px 5px 19px;
    margin-top: 10px;
	width:1200px;
	background-color: #C4D1B8;
}
.well3 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
	margin-left:60px;
    background-color: #C4D1B8;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

h6, .h6 {
     
	 font-family: "OpenSans", Helvetica, Arial, sans-serif;
	
    /* font-weight: bold; */
    letter-spacing: -0.5px;
	color: #F63;
}

.h6, h6 {
    font-size: 14px;
	color: #666;
}


h5, .h5 {
     
	 font-family: "OpenSans", Helvetica, Arial, sans-serif;
	
    /* font-weight: bold; */
    letter-spacing: -0.5px;
	color: #CF9;
}

.h5, h5 {
    font-size: 14px;
	color: #FF6C6C;
}


h7, .h7 {
     
	 font-family: "OpenSans", Helvetica, Arial, sans-serif;
	
    /* font-weight: bold; */
    letter-spacing: -0.5px;
	color:  #F63;
}

.h7, h7 {
    font-size: 12px;
	color: #666;
}

.well2 {
    padding: 5px 19px 5px 19px;
    margin-top: -19px;
	width:1200px;
	background-color: #FFF;
}

.well2 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
	margin-left:60px;
    background-color: #FFF;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
   
   .well3{
    padding: 5px 19px 5px 19px;
    margin-top: 15px;
	width:1200px;
	background-color: #FFF;
}

.well3 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
	margin-left:60px;
    background-color: #FFF;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
