BODY {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

FORM {
	display: inline;
}

.buttonFiltro {
	font-size: 10px;
	font-family: Verdana, Helvetica;
	height: 23px;
	border-radius: 5px;
}

.fondoLogin {
	width: 607px;
	height: 358px;
	background-image: url("../imagenes/fondoLogin.jpg");
	background-repeat: no-repeat;
}

.tituloLogin {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.footer {
	font-size: 10px;
}

.textError {
	color: #CC0000;
}



#contenedor {
	margin-left: auto;
	margin-right: auto;
	width: 743px;
	height: auto;
}

#cuerpo_central {
	margin-top: 70px;
	width: 450px;
	height: 550px;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	/*background-image:url(../img/f_1.jpg);*/
	border: 1px solid #333;
	color: #333333;
}

.barraAplicacion {
	position: relative;
	top: -2px;
	height: 2px;
	background-color: #80a1bf;
	width: 520px;
}

/*HEADER LOGIN*/
#header {
	width: 450px;
	height: 103px;
}


#logo {
	width: 143px;
	height: 67px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}

#fono {
	width: 140px;
	height: 36px;
	float: right;
	margin-right: 20px;
	margin-top: 40px;
}

#titulo {
	width: 500px;
	height: 30px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 18px;
	color: #646465;
}

#txt {
	width: 350px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 14px;
	color: #646465;
	font-size: 11px;
}

#txtError {
	width: 350px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 14px;
	color: #fc4c4c;
	font-size: 12px;
}

#texto {
	width: 500px;
	height: 70px;
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	font-size: 12px;
}

#botones {
	width: 924px;
	margin-top: 70px;
	font-size: 12px;

}

#boton_izq {
	width: 202px;
	height: 70px;
	float: left;
	margin-left: 70px;
	margin-top: 0px;
}

#boton_der {
	width: 202px;
	height: 70px;
	float: right;
	margin-right: 70px;
	margin-top: 0px;
}

#txt_broker {
	width: 202px;
	height: 40px;
	float: right;
	margin-right: 120px;
	margin-top: 10px;
	font-size: 12px;
	color: #999;
}

#texto_pie {
	position: relative;
	width: 743px;
	height: 40px;
	float: left;
	margin-left: 0px;
	margin-top: 230px;
	font-size: 12px;
	color: #333;
	text-align: center;
}

#texto_pie_home {
	width: 743px;
	height: 40px;
	float: left;
	margin-left: 0px;
	margin-top: 150px;
	font-size: 12px;
	color: #333;
	text-align: center;
}

#texto_pie_login {
	position: relative;
	top: 295px;
	width: 450px;
	height: 40px;
	margin-left: 0px;
	font-size: 11px;
	color: #666;
	text-align: center;
	float: left;
	margin-top: 10px;
}

#separador1 {
	position: relative;
	top: 295px;
	left: 10px;
	border-bottom: 1px dashed #ccc;
	width: 95%;
	text-align: center;
}

#login {
	width: 316px;
	height: 130px;
	float: left;
	margin-left: 200px;
	margin-top: 0px;
	font-size: 12px;
	color: #333;
	background-image: url(../img/f_login.jpg);
}

input,
textarea {
	font-size: large;
	border: 0px solid #70C332;
	color: #666;
	background: #fff;
}

input:focus,
text-area,
focus {
	background: #eee;
}

.login_content {
	height: 240px;
	width: 390px;
	padding: 30px;
	position: absolute;
	z-index: 0;
}

#imagenLogin {
	position: relative;
	top: -20px;
	margin-left: 30px;
}

#loginTitulo {
	position: relative;
	font-size: 20px;
	top: -30px;
	font-weight: bold;
	font-family: Tahoma;
	color: #666;
}

.login_content:before {
	content: '';
	position: absolute;
	z-index: -1;

	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
}

/*--------------------*/
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

/*--------------------*/
#inputs input {
	background: #f1f1f1 url('../imagenes/login-sprite.png') no-repeat;
	padding: 10px 10px 10px 25px;
	margin: 0 0 10px 0;
	width: 353px;
	/* 353 + 2 + 45 = 400 */
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#j_username {
	background-position: 5px -2px !important;
}

#j_password {
	background-position: 5px -52px !important;
}

#inputs input:focus {
	background-color: #fff;
	border-color: #4aa73d;
	outline: none;
	-moz-box-shadow: 0 0 0 1px #4aa73d inset;
	-webkit-box-shadow: 0 0 0 1px #4aa73d inset;
	box-shadow: 0 0 0 1px #4aa73d inset;
}

/*--------------------*/
#actions {
	margin: 25px 0 0 0;
}

.buttonFiltro {
	overflow-x: visible;
	overflow-y: visible;
	position: relative;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	margin: 5px 0px 5px 0px;
	cursor: pointer;
	height: 32px;
	width: 110px;
	font-family: lucida sans, trebuchet MS, Tahoma, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	font-size-adjust: none;
	font-stretch: normal;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #006729;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
}

.buttonFiltro:hover,
.buttonFiltro:focus {
	background-color: #006729;
	opacity: .8;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}



.buttonFiltro:-moz-focus-inner {
	border: none;
}

#actions a {
	color: #3151A2;
	float: right;
	line-height: 35px;
	margin-left: 10px;
}

/*--------------------*/


#titulo {
	position: relative;
	padding: 10px;
	color: #00427e;
	font-weight: bold;
	font-size: 18px;
	font-family: "Trebuchet MS", sans-serif;
}