body, html {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
	color: #96A6AA;
	padding: 0px 10px;
	margin: 0px;
}
table{
	width: 100%;
	border-spacing: 0px;
}
.celular{
    margin-bottom: 7px;
  }
#titulo {
    text-align: center;
	font-weight: 600;
	color: #288FC4;
	font-size: 24px;
	margin-bottom: 5px;
}
#descripcion {
	display:none;
	font-size: 0px;
	border-bottom: 4px solid #288FC4;
	margin: 15px 0 6px 0;
}
input[type=text] {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 8px;
	color: #96A6AA;
	margin-bottom: 7px;
    padding: 3px;
	font-size: 15px;
	background-color: #f7f7f7;
}
input[type=checkbox] {
    margin: 3px 3px 3px 4px;
	border: none;
	color: #96A6AA;
	background-color: #f7f7f7;
}
select {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 8px;
	color: #96A6AA;
	margin-bottom: 7px;
    padding: 3px;
	font-size: 15px;
	background-color: #f7f7f7;
}
textarea {
    width: 100%;
    height: 90px;
	border: none;
    border-radius: 8px;
	color: #96A6AA;
	margin-bottom: 5px;
    padding: 3px;
	font-size: 15px;
	background-color: #f7f7f7;
}
#footer {
    text-align: justify;
	font-size: 15px;
    line-height: 13px;
	color: #96A6AA;
}
#masInfButton {
    position: relative;
	margin-left: 25px;
	font-size: 15px;
	float: right;
	color: transparent;
	display: none;
}
#subButton {
    width: 100%;
	background: #62E074;
    cursor:pointer;
	border: none;
    padding: 5px;
    color: #fff;
    font-size: 24px;
    border-radius: 8px;
	margin-top: 25px;
}
.label{
	display: none;
		
}
.label-boletin{
	display: initial;
	color:grey;
	padding: 0;
	
}
.label-boletin a{
	color: #288FC4;
}
#benviarpublicidad{
	position: relative;
    left: 270px;
}
#nnombres{
	margin-top: 20px;
}

::-webkit-input-placeholder { color:#96A6AA; text-transform:uppercase;}
::-moz-placeholder { color:#96A6AA; text-transform:uppercase;} /* firefox 19+ */
:-ms-input-placeholder { color:#96A6AA; text-transform:uppercase;} /* ie */
input:-moz-placeholder { color:#96A6AA; text-transform:uppercase;}
.sin_p{padding: 0;}
.sin_m{margin: 0;}