.page .col1 {
	width: 500px;
	float:left;
}

.page .col2 {
	width: 300px;
	float:right;
	text-align: right;
}

form.contacto .content{
	background-color: #B8B4D3;
	padding: 10px 0px 30px 30px;
	width: 450px;
}

form.contacto .item {
	padding:.5em 0px;
	margin-right: 95px;
}

form.contacto label{
	display:block;
	font-weight: bold;
	margin-bottom: 0.2em;
}

form.contacto input.text, form.contacto textarea, form.contacto select{
	border: 0px;
	width: 350px;
	color: #002072;
	padding: 3px;
}

form.contacto textarea{
	height: 100px;
}

form.contacto input.submit{
	display: block;
	width: 109px;
	height: 28px;
	background: url(../images/enviar.png) no-repeat 0 0;
	margin-top: 20px;
	margin-left: 290px;
	border: 0px;
	color: transparent;
	padding-top: 30px;
	cursor: pointer;
	cursor: hand;
	overflow:hidden;
}

.contacto_msg
{
	background-color: #B8B4D3;
	padding: 20px 30px 20px 30px;
	width: 450px;
	text-align:center;
	margin-top:50px;
}

form.contacto .error {
	color:#FF0000;
	float:right;
	margin-right: 0px;
}