#image {
	width:100%;
	height:183px;
	margin-bottom:15px;
}
.columns {
	float:left;
	padding:0 10px;
}
.columns h1 {
	font-size:16px;
}
.columns h2 {
	margin-bottom:10px;
}
.columns p {
	margin-bottom:10px;
}
#content_left {
	width:65%;
}
#content_right {
	width:29%;
}
#content_right ul#pagos {
	list-style:disc;
	margin-left:15px;
	margin-bottom:10px;
}
/* FORMS */

.form_column {
	float:left;
	width:50%;
}
#form input,#form textarea,#form select {
	border:1px solid #D9D9D9;
	border-top-color:#E6E6E6;
	border-bottom-color:#BFBFBF;
	background-color:#F5F5F5;
	color:#808080;
	padding:5px;
	font-family:Arial;
	font-size:12px;
}
#form input.error,
#form input:focus, #form textarea:focus,#form select:focus{
	border:1px solid #BFDAEA;
	border-top-color:#D4E5F0;
	border-bottom-color:#99C3DC;
	background-color:#EDF5F7;
}
#form input {
	margin-bottom:5px;
	height:20px;
	width:210px;
}
#form textarea {
	height:100px;
	width:443px;
	margin-bottom:10px;
}
#form select {
	display:block;
	margin-bottom:10px;
	height:30px;
}
#form label {
	display:block;
	margin-bottom:3px;
	font-size:11px;
	font-weight:bold;
}
#form label.error {
	color:#999;
	display:block;
}
#form .button {
	float:right;
	margin-right:12px;
}

