#contacto {
	clear:left;
	float: left;
	width: 250px;
	height: 300px;
	background-color: transparent;
	margin-bottom: 30px;
	margin-top: 20px;
}
#boletin {
	float: left;
	width: 250px;
	height: 300px;
	background-color: transparent;
    margin-top: 20px;
    padding: 0;
    margin-bottom: 30px;
}

form#contacto {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

form#contacto fieldset {
	border: 0;
}
form#contacto label {
	clear:left;
	float: left;
	width: 250px;
	font-size: 0.80em;
	font-weight: bolder;
	margin-bottom: 3px;
}
form#contacto input[type=text] {
	width:90%;
	clear:left;
	float: left;
	height: 20px;
	border: 1px solid #ccc;
	background-color: white;
	margin-bottom: 6px;
}
form#contacto input[type=submit] {
    clear:left;
	float: left; 
	margin-top: 30px;
	margin-right: 30px;
	border: 1px solid #ccc;
	background-color: white;
	font-size: 0.80em;
	padding:4px;
	cursor:pointer;
	
}
form#contacto textarea {
	width: 90%;
	clear:left;
	float: left;
	border: 1px solid #ccc;
	background-color: white;
	height:60px;
	overflow: hidden;
}
form#boletin {
	float: left;
	width:250px;
	height: auto;
	margin-top: 20px;
	padding-bottom: 20px;
}

form#boletin fieldset {
	border: 0;
}
form#boletin label {
	clear:left;
	float: left;
	width: 100%;
	font-size: 0.80em;
	font-weight: bolder;
	margin-bottom: 3px;
}
form#boletin input[type=text] {
	width:90%;
	clear:left;
	float: left;
	height: 20px;
	border: 1px solid #ccc;
	background-color: white;
	margin-bottom: 6px;
}
form#boletin input[type=submit] {
	clear:left;
	float: left;
	margin-top: 8px;
	margin-right: 30px;
	margin-bottom:20px;
	border: 1px solid #ccc;
	background-color: white;
	font-size: 0.80em;
	padding:4px;
	cursor:pointer;
	
}
form#boletin input[type=checkbox]{
clear: left;
float: left;
margin-bottom: 4px;
}
form#boletin textarea {
	width: 90%;
	clear:left;
	float: left;
	border: 1px solid #ccc;
	background-color: white;
	height:60px;
	overflow: hidden;
}
.datos {
	clear: left;
	float: left;
	margin-top: 80px;
	color: #ccc;
	width: 100%;
	height: auto;
}
.legend {
	clear: left;
	float:left;
	color: #18838f;
	font-weight: bolder;
	font-size: 1.1em;
}
.opcion {
	
	float: left;
	font-size: 0.80em;
	font-weight: bolder;
	margin-bottom: 4px;
	padding-left: 8px;
}