@CHARSET "UTF-8";

body {
	margin: 25px;
	font: 11px Verdana, Arial;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	/* background-color:#f6f6f6;*/
	background-image: url('images/fondo.png');
	/*background-attachment: fixed;*/
	background-repeat: repeat-x;
}

#mainDiv {
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	/* background-image: url('../imagenes/backMain.png');
  background-repeat: repeat-y;*/
	border: 5px solid #c2c2c2;
	/*border-left:1px solid #000000;
  border-right:1px solid #000000*/
	/*border-right:1px solid #000000;*/
}

/***
CSS PARA EL LOGIN
***/

/**
ALINEACION DEL DIV QUE CONTIENE EL LOGIN
**/
#loginBox {
	position: absolute;
	left: 50%;
	top: 40%;
	margin: -130px 0 0 -200px;
}
/**
ALINEACION DEL DIV QUE CONTIENE EL LOGIN
**/
#loginBoxr {
	clear: both;
	position: absolute;
	left: 50%;
	top: 40%;
	margin: -130px 0 0 -200px;
}

/**
CUADRO DE LA FORMA DEL LOGIN
**/
form#loginForm {
	margin: auto;
	background: #f7f9fa;
	font-size: 12px;
	padding: 30px;
	width: 350px;
	/*border:solid 10px #ffffff;*/
	border: solid 2px LightSteelBlue;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: #e4e4e4 4px 5px 10px inset;
	-webkit-box-shadow: #e4e4e4 4px 5px 10px inset;
	-o-box-shadow: #e4e4e4 4px 5px 10px inset;
	box-shadow: #e4e4e4 4px 5px 10px inset;
}

.loginError {
	text-align: center;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #f43535;
}

.diagrama {
	display: none;
}

.leyenda {
	text-align: left;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #f43535;
}

#flogin {
	border: none;
	border-top: solid 1px LightSteelBlue;
}

#logBut {
	border: none;
}

#logLogo {
	width: 330px;
	text-align: left;
	color: #004080;
	font: 19px/22px Arial, Helvetica, Sans-serif;
	/*border:solid 1px LightSteelBlue;*/
}

#langIcon {
	width: 80px;
	float: right;
	font: 10px/11px Arial, Helvetica, Sans-serif;
	padding-right: 5px;
	padding-top: 10px;
	/*border:solid 1px LightSteelBlue;*/
}

img.centerText {
	vertical-align: middle;
	boder: 0px;
	/* Ojo vertical-align: text-middle no existe*/
}

form#loginForm legend {
	color: #ff8040;
	font: 14px/22px Arial, Helvetica, Sans-serif;
}

form#loginForm input {
	font-size: 12px;
	background: white;
	border: solid 1px #a0a0a4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*float: right;*/
	margin-right: 15px;
	/*width: 200px;*/
	height: 25px;
	-moz-box-shadow: #e4e4e4 4px 5px 10px inset;
	-webkit-box-shadow: #e4e4e4 4px 5px 10px inset;
	-o-box-shadow: #e4e4e4 4px 5px 10px inset;
	box-shadow: #e4e4e4 4px 5px 10px inset;
}

.textLabel {
	display: block;
	font: 14px/22px Arial, Helvetica, Sans-serif;
	margin: 0 0 0 0;
	padding-top: 10px;
	color: #004080;
}

form#loginForm label {
	display: block;
	font: 14px/22px Arial, Helvetica, Sans-serif;
	margin: 0 0 0 0;
	padding-top: 10px;
	color: #004080;
}

.logButton {
	height: 22px;
	border: none;
	background: #004080;
	color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	/* 10px 10px;*/
}

jh hj
	 
.logButton:hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #ffffff;
}

.logButton:active {
	border-top-color: #1b435e;
	background: #1b435e;
}

a.llink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #4F94CD;
	text-decoration: none;
}

a.llink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #4F94CD;
	text-decoration: underline;
}

a.llink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #4F94CD;
	text-decoration: underline;
}

a.llink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #4F94CD;
	text-decoration: none;
}

a.langLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #084B8A;
	text-decoration: none;
}

a.langLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #084B8A;
	text-decoration: none;
}

a.langLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #084B8A;
	text-decoration: none;
}

a.langLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #084B8A;
	text-decoration: none;
}

