@charset "utf-8";
/* CSS Document */
form {
	margin:0px;	
}
/* -- inputs text --------- */
.NFText {
	border:none;
	font:11px/12px Tahoma, Arial, Helvetica, sans-serif;
	color:#030091;
	background:#FFF;
	padding:0px;
	}
.NFTextCenter {height:13px; background:url(../img/input_fons.png) repeat-x 0 0; padding:1px 0; margin:0; float:left; line-height:13px;}
.NFTextLeft, .NFTextRight {width:7px; height:15px; vertical-align:middle; border:0; float:left;}
.NFTextLeft {background:url(../img/input_left.png) no-repeat 0 0;}
.NFTextRight {background:url(../img/input_right.png) no-repeat 0 0;}
/* -- botons -------------- */
.BtSubmit { border:0px; cursor:pointer; }
/* ------------------------ */
#divContenidor {
	margin:0;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;	
}
	#divContImg {
		margin:0;
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		z-index:2;			
	}
	#divContMitg {
		position:absolute;
		top:50%;
		left:50%;
		height:5px;
		width:5px;
		z-index:10;	
	}		
		#divContMarc {
			position:absolute;
			top:-110px;
			left:-127px;
			height:221px;
			width:254px;			
			z-index:11;
			background-color: #0404B4;
			border-radius: 25px;
		}
		#divContForm {
			position:absolute;
			top:78px;
			left:0px;
			height:143px;
			width:254px;
			z-index:12;
		}
		.liniaForm20 {
			margin-left:9px;
			height:18px;
			width:245px;
			font-family:Tahoma, Geneva, sans-serif, Arial;
			font-size:14px;
			color:#FFFFFF;
		}
		.liniaForm29 {
			margin-left:9px;
			height:24px;
			width:245px;			
			padding-top:5px;
		}
		.liniaFormPeu {
			margin-left:9px;
			height:11px;
			width:170px;			
			padding-top:25px;
			float:left;						
		}
		.liniaFormBoto {
			margin-left:9px;
			height:21px;
			width:50px;			
			padding-top:15px;
			float:left;
		}		
	.txt_peu {
		font-family:Tahoma, Geneva, sans-serif, Arial;
		font-size:12px;
		color:#FFFFFF;
		line-height:15px;		
	}
	.txt_peu a {
		font-family:Tahoma, Geneva, sans-serif, Arial;
		font-size:12px;
		color:#FFFFFF;
		line-height:15px;
		text-decoration:none;		
	}	
	.txt_peu a:hover {
		font-family:Tahoma, Geneva, sans-serif, Arial;
		font-size:12px;
		color:#FFFFFF;
		line-height:15px;
		text-decoration:underline;		
	}		
.clearBoth{
	clear:both;
}