@import url(styles.css);

p.pstext {
	height: 10px;
	padding-bottom: 15px;
	padding-top: 0px;
	margin: 0px;
	
	background-image: url("../images/box_top.gif");
	background-repeat: no-repeat;
	background-position: left bottom;

	text-transform: lowercase; 
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8c8c8c;
}

fieldset  {
	position: relative;
	
	margin: 0;
	padding: 0;
	border: 0;
	
	background-image: url("../images/box_lateral.gif");
	background-repeat: repeat-y;
}

div.fieldset_container {
	margin: 0;
	padding: 0;
	border: 0;
	
	background-image: url("../images/box_bottom.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	
	padding-bottom: 11px;
	margin-bottom: 30px;
	color: #626262;
}

div.fieldset_container p.recuperarcionpassword
{
	padding-bottom: 0px;
	padding-top: 3px;
	margin: 0px;
	margin-left: 213px;
	position: relative;
	top: 8px;
}

span {
	margin: 0;
	padding: 0;
	border: 0 none;
}

label {
	font-size: 12px;
	font-weight: bold;
	color: #8c8c8c;
	
	margin: 0;
	padding: 0;
}

.obligatorio {
	font-size: 12px;
	font-weight: bold;
	color: red;
}


.inputline {
	position: relative;
	left: 100px;
}

.inputline input {
	margin: 0;
	padding: 0;
	
	position: absolute;
	left: 92px;
}

#form_login input.submit {
	position: absolute;
	top: 32px;
	right: 80px;
}

#form_login input.submit:hover {
	position: absolute;
	top: 35px;
	right: 77px;
}

input.largo {
	background-image: url("../images/back_input_largo.gif");
	
	border: 0px;
	padding: 0;
	margin: 0;
	
	width: 204px;
	padding-left: 8px;
	padding-right: 8px;
	
	height: 19px;
}

#seccion_noregistrado {
	height: 230px;
	position: relative;
}	

#noregistrado {
	position: absolute;
	top: 50px;
	left: 230px;
}

#submitregr {
	position: absolute;
	top: 60px;
	right: 80px;
}

.inputline img {
	position: absolute;
	left: 318px;
	top: 4px;
}
