/* ------------------------------------------------------------------------
	Popin
------------------------------------------------------------------------- */

	#overlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 10000;
		width: 100%;
	}

	.prettyPopin {
		display: none;
		overflow: hidden;
		position: absolute; z-index: 11000;
		top: 50%; left: 50%;
		background: url(/nuevo_hogar/img/prettyPopin/popinLeft.gif) bottom left no-repeat;
	}
	
	.prettyPopin a#b_close {
		display: none;
		position: absolute; z-index: 2;
		top: 10px; right: 13px;
		width: 41px; height: 9px;
		text-indent: -10000px;
		background: url(/nuevo_hogar/img/prettyPopin/b_close.gif) bottom left no-repeat;
	}

	.prettyPopin .prettyContent {
		position: relative;
		width: 100%; height: 100%;
		font-size: 14px;
		background: url(/nuevo_hogar/img/prettyPopin/popinRight.gif) bottom right no-repeat;
	}
	
	.prettyPopin .prettyContent .prettyContent-container {
		display: none;
		padding: 20px 15px 15px 15px;
	}

	.prettyPopin .prettyContent .loader {
		position: absolute;
		top: 50%; left: 50%;
		margin: -14px 0 0 -14px;
	}
.prettyPopin{
	width:530px !important;
	/*height:260px !important;*/
	background-color:#f4f4f4;
}
.prettyPopin .prettyContent .prettyContent-container .cobertura .titulo{
	margin:10px 0px;
	font-weight:bold;
	color:#0093d1;
	font-size:18px;
}
.prettyPopin .prettyContent .prettyContent-container .cobertura .texto{
	margin:10px 0px;
	color:#666666;
	font-size:12px;
}
#enviar_localizacion {
	margin-top:20px;
	display:block;
}
.prettyPopin .prettyContent .prettyContent-container .cobertura .cuadro_input {
	text-align:center;
	margin:auto;
	margin:10px 5px;
}
.prettyPopin .prettyContent .prettyContent-container .cobertura .inputs{
	margin:10px 5px;
	float:left;
}
.prettyPopin .prettyContent .prettyContent-container .cobertura .inputs #selectBoxCenter{
	width:170px !important;
}
.prettyPopin .prettyContent .prettyContent-container .cobertura .inputs .options_div{
	width:194px !important;
}
.prettyPopin .prettyContent .prettyContent-container .cobertura .inputs .selectBoxInputText{
	width:168px !important;
}
.prettyPopin .prettyContent .prettyContent-container .cobertura .contenedor_form{
	display: block;
	margin: 4px 0;
}
.prettyPopin .prettyContent .prettyContent-container .cobertura .contenedor_form .label{
	display: block;
	float: left;
	color: #666;
	width: 180px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px 0 0 0;
}
.prettyPopin .prettyContent .prettyContent-container .cobertura .contenedor_form .input{
	display: block;
	float: left;
	position: relative;
}
.prettyPopin .prettyContent .prettyContent-container .cobertura .contenedor_form .textarea_styled{
	display: block;
	width: 216px;
	height: 96px;
	padding: 2px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background: transparent url(/nuevo_hogar/img/i2bforms/bg_testarea.png) top left no-repeat;
}* html .prettyPopin .prettyContent .prettyContent-container .cobertura .contenedor_form .textarea_styled{
	background: transparent url(/nuevo_hogar/img/i2bforms/bg_testarea.gif) top left no-repeat;
}
