@charset "UTF-8";
.space-radio {
	margin-right: 20px;
	padding-right: 20px;
}
.content-combo {
	width: 50%;
}

.content-progreso {
	background-color: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.txt-progreso {
	font-size: 14px;
	color: #999;
	padding-right: 1em;
	padding-left: 1.2em;
	display: inline-block;
	padding-bottom: 14px;
	vertical-align: top;
	
}


.barra {
	display: inline-block;
	height: 15px;
	width: 241px;
	background-image: url(..assets/images/progress1-base.gif);
	text-align: left;
	padding-top: 8px;
}
.mascara-barra {
	position: absolute;
	z-index: 4;
}


.divide-form {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.divide-pregunta {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cb2376;
	margin-top: 10px;
	margin-bottom: 10px;
}

.combo-alarmas {
	width: 96px;
	border: 1px solid #CCC;
	padding: 2px;
}

.textbox-numero {
	width: 30px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
}

.textbox-popup {
	height: 40px;
	padding-right: 6px;
	padding-left: 6px;
}


.aclaracion-pregunta {
	font-style: italic;
	color: #416dbc;
	line-height: 18px;
	padding-top: 8px;
}

.space-filtros {
	padding-top: 8px;
	padding-bottom: 8px;
}

.pb10 {
	padding-bottom: 10px;
	
}

.pb-10 {
	padding-bottom: -10px;
	
}

.pt5 {
	padding-top: 5px;
	
}

.pt10 {
	padding-top: 10px;
	
}

.pt25 {
	padding-top: 25px;
	
}

.pt35 {
	padding-top: 35px;
	
}

.pr10 {
	padding-right: 10px;
}

.pl10 {
	margin-left: 10px;
}

.mt-20 {
	margin-top: -20px;
	background-color:#0F0
}



.boton-filtro-chico {
	padding-top: 4px;
	padding-bottom: 4px;
	
}



.form500 {
	width: 500px;	
}



