*{
	font-family: helvetica, arial, sans-serif;
}

body{
	background-color: #051645;

}

a{
	color: #0078ff;
	text-decoration: none;
}

h2{
	color: #002e55;
	font-size: 22px;
	border-bottom: 1px dotted #ff6200;
	padding-bottom: 5px;
	margin-bottom: 10px; 
}

input[type='text']{
	border-radius: 5px;
	border: 1px solid #ccc;
	height: 25px;
	margin: 4px 0;
}

input[type='password']{
	border-radius: 5px;
	border: 1px solid #ccc;
	height: 25px;
}

textarea{
	border-radius: 5px;
	border: 1px solid #ccc;
	width: 400px;
	float: left;
}


input[type='submit']{
	background: #ff6200; /* Old browsers */
background: -moz-linear-gradient(top,  #ff6200 0%, #9e1000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6200), color-stop(100%,#9e1000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff6200 0%,#9e1000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff6200 0%,#9e1000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff6200 0%,#9e1000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff6200 0%,#9e1000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#9e1000',GradientType=0 ); /* IE6-9 */

	color: #fff;
	text-shadow: 1px 1px 2px #940707;
	width: 250px;
	height: 80px;
	text-align: center;
	cursor: pointer;
	border-radius: 6px;
	font-size: 25px;
	margin: 0 auto;
}

.downspace{
	margin-bottom: 30px;
}

.form-button-box input[type='submit']{
	float: left;
margin-top: 11px;
margin-left: 10px;
vertical-align: text-top;
position: relative;
top: -5px;
border-color: #ccc;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
padding: 9px 14px;
font-size: 15px;
line-height: normal;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: inline-block;
padding: 4px 10px 4px;
margin-bottom: 0;
font-size: 13px;
line-height: 18px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(top, #ffffff, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
height: 36px;
margin-top: 3px;
width: 90px;
}

.form-button-box input[type='submit']:hover{
	background-color: #e6e6e6;
	height: 36px;
	}

button{
	background: #ff6200; /* Old browsers */
background: -moz-linear-gradient(top,  #ff6200 0%, #9e1000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6200), color-stop(100%,#9e1000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff6200 0%,#9e1000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff6200 0%,#9e1000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff6200 0%,#9e1000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff6200 0%,#9e1000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#9e1000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 1px 1px 2px #940707;
	width: 140px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	border-radius: 6px;
	font-size: 15px;
	margin: 0 auto;
}

.btnEnviar{
	/*margin: 0 auto;*/
	width: 200px;
}

.logoUbic{
	width: 30%;
	float: left;
}

.navegacion{
	width: 70%;
	float: right;

}

.labelForm {
height: 20px;
padding: 10px 0 25px 10px;
font-size: 18px;
margin-bottom: 10px;
border-bottom: 1px solid #e5e5e5;
}

.labelForm input[type='password'], .labelForm input {
	border-radius: 5px;
	height: 20px;
	border: 1px solid #ccc;
	padding: 5px;
}


/* Login */

.formaLogin{
	width: 400px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 50px;
	height: 230px;
	text-align: center;

}

.formaLogin h1{
	font-size: 20px;
	text-align: center;
	color: #002e55;
	margin-bottom: 20px;
}

.inputsLogin{
	color: #002e55;
	margin-bottom: 20px;

}

/* Header */

.header{
	background-color: #ffffff;
	height: 80px;
	padding: 10px;
	border-radius: 5px;
	margin: 0 auto;
}

.logo{
	width: 140px;
	height: 81px;
	margin-left: 10px;
}

.welcome{
	text-align: right;
	margin-top: 20px;
}

.welcome small{
	width: 200px;
	text-align: center;
	border-left: 1px solid #ccc;
	padding: 0 10px; 
}

.user0{
	display: none;
}

.user1{
}
/* Footer */

.footer{
	width: 100%;
	bottom: 0;
	background-color: #ff6203;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.footer a{
	color: #ffcd03;
}

/* Columnas */

.twoCols{
	width: 50%;
	float: left;
}

.clearBoth{
	clear: both;
	padding-top: 40px; 
}

/* Main Content */

.mainContent {
background-color: #fff;
border-radius: 5px;
min-height: 300px;
margin: 20px auto;
padding: 20px 20px 100px 20px;
height: auto;
}

.fecha{
	margin: 20px 0;
}

.peq{
	width: 18%;
	float: left;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
}

.title{
	color: #002e55;
}

.datos{
	color: #002e55;
	font-size: 16px;
	width: 23%;
	float: left;
	text-align: center;
}

.datos input{
	border: none;
	color: #002e55;
}

/* Envío Correcto */

.button{
	margin-top: 10px;
	width: 50%;
	float: left;
}

.buttonCenter{
	margin-top: 10px;
	text-align: center;
}

.box{
	border: 1px solid #ccc;
	background: #e5e5e5;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}

.col3{
	width: 30%;
	float: left;
}

.col4{
	width: 22%;
	float: left;
}

.anteInput{
	width: 43%;
	float: left;
	text-align: right;
}

.centrar{
	text-align: center;
}