#seccioncontactos{
	position: relative;
	
}

#formulario{
	position: relative;
	margin-top: -10px;
	left: 0px;
	height: 360px;
}

#tituloformulario {
	color: #000000;
	text-transform:  none;
	font-family: Arial;
	font-size: 13px;
	font-weight: 100;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
	text-align: justify;
	width:350px;
}

#contenedorContacto {
	border: 0px solid #ffffff;
	margin: 5px;
	width: 300px;
	height: 475px;
	
}

form {
	padding: 0;
	margin: 0 0 ;
}
table {
	margin: 0 auto;
}
tr, td, input, textarea {
	margin: 0;
	padding: 0;
}
td {
	padding: 0 0 5px;
}
tr td:first-child {
	padding-right: 10px;
	padding-top: 11px;
	text-align: right;
	vertical-align: top;
}
.error[generated=true] {
	color: #b3b3b3;
	font-size: 13px;
	padding: 5px 0 2px 5px;
	text-transform: capitalize;
}
tr.error td {
	padding: 0;
}
input, textarea {
	color: #191919;
	font-size: 15px;
	font-family: Arial;
	background: #ededed;
	border-radius: 5px;
	border: 1px solid #cccccc;
	font: inherit;
	line-height: 25px;
	min-height: 26px;
	padding: 5px 10px;
	width: 200px;
}
input:focus, textarea:focus {
	border-color: #a8a8a8;
	background: #f2f1f2;
	outline: none;
	box-shadow: inset 1px 1px 2px #c6c6c6;
}
textarea {
	height: 120px;
	resize: vertical;
}
input[type=submit] {
	font-family: Arial;
	text-transform: uppercase;
	font-size: 15px;
	background: #2e838f;
	color: #e6e6e6;
	padding: 7px 20px;
	width: auto;
}

#response {
	margin-bottom: 20px;
	text-align: center;
	font-family: century gothic;
}
#response .success {
	color: #2e838f;
}
#response .failure {
	color: #2e838f;
}

label{
	color: #654576;
	font-family: Arial;
	font-size: 13px;
	font-weight: lighter;
	text-transform: uppercase;
}

button{
	margin-top: 5px;
	width: 80px;
	height: 30px;
	background: #654576;
	border: none;
	color: #ffffff;
}

button:hover{
	background: #a470c1;
	
}
