@charset "utf-8";
/* CSS Document */

body{ background-color: #f6f6f6; padding: 0; margin: 0; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {display: inline-block;}
 
html[xmlns] .clearfix {display: block;}
 
* html .clearfix {height: 1%;}

.floatLeft{float:left;}
.floatRight{float:right;}

.mainContainer{
	width: 960px; margin: 0 auto;
}

.hidden{
	display: none !important;
}

.mainForms{
	width: 265px;
	height: 290px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	font-family: "Open Sans","Helvetica Neue",sans-serif !important;
}
.mainForms p{ font-size: 12px;}
.mainForms table{
	position: absolute;
	top: 0;
	left: 0;
}
.mainForms table td{
	padding: 0;
	margin: 0;
	text-align: center;
}

.header{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	font-family: 'Open sans'!important;
	font-size: 7px!important;
	text-transform: uppercase;
}

.logo {
	width: 161px!important;
	height: 75px!important;
	max-width: 300px!important;
	margin-top: 22px;
	margin-left: 5px;
	float: left;
}

.mainTitle{
	float: right;
	padding: 50px 0 0;
}

h2 {
	font-family: 'Ropa Sans', sans-serif!important;
	margin-bottom: 50px;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	font-size: 44px;
	text-align: center;
	font-weight: normal;
	color: #555!important;
}

h2 span.userName{
	color: #6ca632!important;
	text-transform: uppercase;
	padding-right: 20px;
	font-size: 35px;
}

h2 span.subtitle{
	color: #777!important;
	text-transform: uppercase;
	margin-left: 5px;
	padding-left: 20px;
	font-size: 20px;
}
.textCenter{
	text-align:center;
}
label, legend {
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
	font: 12px "Open Sans","Helvetica Neue",sans-serif;
}

.field input {
	width: 240px;
}
.field input.button {
	width: 260px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #d8d8d8;
	padding: 9px;
	outline: none;
	font: 12px Arial, sans-serif;
	color: #888;
	margin: 0;
	max-width: 100%;
	/*display: block;*/
	margin-bottom: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.button {
	border-radius: 6px;
	font-size: 15px!important;
	font-family: 'Open Sans', sans-serif!important;
	line-height: 15px!important;
	padding: 10px;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 5px 5px 0;
	line-height: 17px;
	-webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
}

.button.white {
	border: 1px solid #dddddd;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F7F7F7;
	color: #444;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.button.green {
	border: 1px solid #497221;
	background-image: linear-gradient(bottom, #497221 0%, #6ca632 100%);
	background-image: -o-linear-gradient(bottom, #497221 0%, #6ca632 100%);
	background-image: -moz-linear-gradient(bottom, #497221 0%, #6ca632 100%);
	background-image: -webkit-linear-gradient(bottom, #497221 0%, #6ca632 100%);
	background-image: -ms-linear-gradient(bottom, #497221 0%, #6ca632 100%);
	background-color: #6ca632;
	color: #fff;
	text-shadow: 1px -1px 0px #365519;
	filter: dropshadow(color=#365519, offx=1, offy=1);
}

#loading{
	background:url(../img/loading_anim.gif) no-repeat center #fff;
	position: absolute;
	display: block;
	width: 265px;
	height: 290px;
	background-size: 75%;
	Alpha(Opacity=10);
	opacity: .1;
	z-index: 1;
}

#error_acceso{
	background:#f6f6f6;
	position: absolute;
	display: block;
	width: 265px;
	height: 290px;
	background-size: 75%;
	z-index: 1;
}

.statusLoading{
	color: #000;
}

.error{
	color: #e4280f;
}

h4{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 24px;
	font-style: normal!important;
	font-weight: normal!important;
	letter-spacing: -1pt;
	word-spacing: 1px;
	color: #000;
}

.headline{
	display: block;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 10px 0;
	margin: 20px 0 20px 0;
}

.mainData .left{
	width: 550px;
	float: left;
}

.mainData .right{
	width: 350px;
	float: right;
}
.mainData table{ font: 12px "Open Sans","Helvetica Neue",sans-serif;}
.mainData table#listFiles .thead{
	background-color: #6ca632;
}
.mainData table#listFiles .thead th{
	padding: 10px;
	border-top: 1px solid #666;
	border-bottom: 2px solid #666;
	text-align: left;
	color: #fff;
	text-shadow: 1px -1px 0px #365519;
	filter: dropshadow(color=#365519, offx=1, offy=1);
}
.mainData table#listFiles .thead th.fileName{
	width: 360px;
}
.mainData table#listFiles .tbody td{
	padding: 10px 2px 2px;
	text-align: left;
	border-bottom: 1px solid #e7e7e7;
}
.mainData table .icono{
	width: 55px;
}
.mainData table .archivo{
	width: 340px;
}
.mainData table .fecha{
	text-align: center !important;
}
.mainData table#listFiles .tbody tr:hover,.mainData table#listLinks .tbody tr:hover{
	background-color: #e8fed2;
	cursor: pointer;
}
.mainData table .tbody td{
	text-align: left;
	border-bottom: 1px solid #e7e7e7;
}
.mainData h5{
	background-color: #e7e7e7;
	padding: 10px;
	font-size: 12px;
	margin: 0;
}
.headline.links{
	border-top: 1px solid #000;
	margin: 30px 0 0 0;
	padding-top: 30px;
}
.mainData table a{
	color: #000;
	text-decoration: none;
}
.mainData table a:hover{
	text-decoration: underline;
}