/* CSS Document */

body {
	background-color: #FFFFFF;
}
.subTituloBloque {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 490px;
	color: #000066;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	height: 30px;
	text-align: center;
}
.bloquetexto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	color: #000066;
	margin-left: 5px;
	position: relative;
}

.caja {
	height: 500px;
	width: 500px;
	border: 5px solid #ff6600;
	text-align: left;
	padding: 0px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	margin-top: -250px;
	top: 50%;
}
 


.form_input {
	background-image: url(/images/login/bg_input.png);	
	padding-top: 13px;
	padding-left: 70px;
	clear: both;
	background-repeat: repeat-x;	
	width: 430px;
	height: 40px;
}
.form_input_user {
	background-image: url(/images/login/bg_input_user.png);
	padding-top: 13px;
	padding-left: 70px;
	clear: both;
	background-repeat: repeat-x;
	width: 430px;
	height: 50px;
}
.form_input_pass {
	background-image: url(/images/login/bg_input_pass.png);
	padding-top: 13px;
	padding-left: 70px;
	clear: both;
	background-repeat: repeat-x;
	width: 430px;
	height: 40px;
}
.centerelement {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 490px;
	color: #000066;
	font-weight: normal;
	font-size: 14px;
	position: relative;
}

