.pagina .innerContent
	{
		min-height: 1480px;

	}
.innerBox
	{
		background: url('../img/fondo_blanco_grande.png') no-repeat left top;
		min-height: 1033px;
	}

.titulo
	{
		color:			#161E4B;
		padding-bottom: 10px;
	}

.innerBox > .titulo
	{
		padding-left: 44px;
		padding-right: 14px;
		padding-top: 18px;
		
		color:			#3173C4;
	}
.innerBox > .dentroRegistro
	{
		padding-left: 25px;
	}

.innerContent { height: 900px; }

.dentroRegistro *
	{
		color:			#161E4B;
		font-family: 	MyCustomFontLite,'Trebuchet MS';
		font-size: 12px;
	}

h3{
	padding-bottom: 10px;
}	
	

.reg_izq{
	width: 50%;
	float: left;
}
.reg_dcha{
	width: 50%;
	float:left;
	
}
.politica{
	font-size: 10px;
	height: 450px;
	overflow: auto;
	padding-right: 15px;
}
.campo label{
	display:block;
	float: none;
	width: 100%;
	padding-bottom: 5px;
	height: 15px;
	line-height: 15px;
	padding-top: 10px;
}
.campo select, .campo select option{
	color:			#161E4B;
}


h3{
	color: #7c5903;
	font-size: 0.9em;
}
.regForm input[type="text"],.regForm input[type="password"] {
	background:url("../img/fondoInputText1.png") no-repeat scroll left top transparent;/*fondoInputText1*/
	margin: 0; padding: 0; border: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
	padding-right: 3px;
	width:260px;
	color:			#161E4B;
}
.divNumero,.divPiso,.divCP{
	float:left;	margin-right: 5px;	
}
.divProvincia,.divPais
	{
		width: 100%;
		float: left;
	}
.divDireccion,.divLocal{
	margin-right: 20px;
	float: left;
}
.divDireccion .campo input, .divNumero .campo input, .divPiso .campo input, .divLocal .campo input, .divCP .campo input
	{
		/*height: 20px;*/
	}
.divNumero .campo input
	{
		padding-top: 7px;
	}
	
.regForm .divDireccion .campo input,
	.regForm .divLocal .campo input {
	width: 150px;
	background:url("../img/caja_texto.png") no-repeat scroll left top transparent;
}
.regForm .divNumero .campo input{
	width: 33px;
	background:url("../img/fondoInputText4.png") no-repeat scroll left top transparent;
}
.regForm .divPiso .campo input{
	width: 35px;
	background:url("../img/fondoInputText4.png") no-repeat scroll left top transparent;
}
.regForm .divCP .campo input{
	width: 85px;
	background:url("../img/fondoInputText3.png") no-repeat scroll left top transparent;	
}
.regForm .divProvincia .campo select,.regForm .divPais .campo select{
	width: 165px;
}

.uno{
	background:url("../img/fondoReg01.png") no-repeat scroll left top transparent;
	height:200px;
	padding:10px 14px 14px 17px;
	width:330px;
}
.dos{
	background:url("../img/fondoReg02.png") no-repeat scroll left top transparent;
	height:452px;
	padding:10px 14px 14px 17px;
	width:330px;
}
.tres{
	padding:10px 14px 14px 17px;
	background:url("../img/fondoReg02.png") no-repeat scroll left top transparent;
	margin-bottom: 10px;
	width: 270px;
	padding-bottom: 20px;
}



.reg_dcha .campo input
	{
		float:left;
	}
.reg_dcha .campo label#lblLeido
	{
		position: relative;
		bottom: 8px;
		padding-left: 20px;
	}
.campo label span
	{
		color: #F3C200;
		background: inherit;
	}
.reg_dcha .botonSubmit
	{
		float: right;
		position: relative;
		right: 28px;
	}
.reg_dcha .botonSubmit input
	{
		color: black;
		background-color: inherit;
		font-family: MyCustomFontLite,'Trebuchet MS';
		font-size: 12px;
		text-align: left;
		padding-left: 10px;
		padding-bottom: 2px;
	}
/*
.regForm label span {
	col or: #F3C200;
	line-height:20px;
	font-weight: bold;
}*/

.error{
	color: Red;
}

.volver
	{
		text-align: right;
		padding-right: 18px;
	}
.volver a
	{
		font-size: 12px;
		color:			#161E4B;
	}
.volver a:hover
	{
		color:			#F3C200;
	}



