#attentionFormContainer {
	width: 			500px;
	float: 			left;
	padding: 		50px 80px 150px 80px;	
}

#attentionform input, #attentionform textarea {
	border:			1px solid #333;
	width: 			250px;
	padding: 		3px;
}

#attentionform .contenedorbotonsubmit {
	width: 			100%;
}

#attentionform .contenedorbotonsubmit input.submit {
	background: 	transparent url(images/FormButton.gif) no-repeat scroll left top;
	width: 			123px;
	border:			0;	
	margin: 		auto;
	color:			white;
	display: 		block;
	margin-top: 	20px;
}

.text h2 {
	margin-top: 	40px;
	margin-bottom: 	10px;
	color:			#6381B6;
}

#attentionform .contenedor {
	margin-bottom: 	10px;
	clear: 			both;
}


#attentionform label.requerido {
	text-decoration: 	underline;
	font-weight: 		bold;
}


#attentionform label {
	float: 			left;
	display: 		block;
	width: 			150px;
	color:			#6381B6
}

#attentionform label.campoError {
	color:			red;
}

.column {
	float: 			left;
}

.left {
	width: 			320px;
	margin-right: 	10px !important;
	margin-right: 	0;
}

#promotions li {
	margin-bottom: 	4px;
}

#promotions li.odd {
	margin-right: 		0;
}
