@charset "utf-8";
/* CSS Document */

.titSuscripcion {
	font-size:22px;
	font-weight:normal;
	margin-bottom:10px;
	padding-bottom:10px;
	width:620px;
	margin-top:4px;
}

.contImagen {
	float:right;
	margin-top:10px;
}

.contInputSusc {
	padding-bottom:10px;
	margin-left: 10px;
}
.textInput {
	border:5px solid #C9E3FD;
	vertical-align:top;
	width:220px;
}
.textInputError {
	border:5px solid #0180FF;
	vertical-align:top;
	width:220px;
}
.textInputCP {
	border:5px solid #C9E3FD;
	vertical-align:top;
	width:100px;
}
.contLabel {
	padding-bottom:2px;
	margin-left:10px;
}
.checkboxSuscripcion {
	float: left;
}
.labelCheckSuscripcion {
	/*float: right;*/
	margin-left: 6px;
	color:#666666;
	font-size:11px;
	margin-bottom:20px;
}
#formSuscripcion div.tooltip {
	padding:2px 15px;
	margin-left: 5px;
	background: #F2F2F2 url(../nImg/icoFlecha.gif) no-repeat scroll 4px 5px;
	width:200px !important;
	display:none;
	color:#000;
	border:0;
}
.selectSus {
	border:5px solid #C9E3FD;
	overflow:hidden;
	position:relative;
	width:230px;
}
.bannerRight {
	float:right
}
.contMsgOk {
	background-color:#DFF2BF;
	background-image:url(../nImg/icoCorrecto.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
	color:#4F8A10;
	padding:15px 5px 6px 60px;
	width:495px;
}
.errorCancCheck {
	background:#FCFEDB none repeat scroll 0 0;
	border-left:4px solid #FEEFB3;
	color:#333333;
	display:block;
	margin-top:4px;
	padding:4px;
	text-align:left;
}
