*{
	
}
.contacto{
	font-family: "Open Sans", sans-serif;
	background-color: #FFF;
	padding-right: 19px;
	padding-bottom: 5px;
	padding-left: 19px;
	width: 310px;
	padding-top: 20px;
	font-size: 14px;
	border: 1px solid #900;
	text-align: left;
	color: #333;
}
.contacto a:link{
	color: #333;
}
.contacto a:hover{
	color: #900;
}
.contacto a:visited{
	color: #333;
}
.contacto label{
	display: block;
	font-weight: normal;
}
.contacto div{
	margin-bottom: 10px;
}
.contacto input[type='text'], .contacto textarea{
	width: 310px;
	border: 1px solid #CCC;
	resize: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contacto input[type='text']:focus, .contacto textarea:focus{
	outline: none;
}
.contacto input[type='submit']{
	border: 1px solid #900;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 12px;
	color:#900;
}
.contacto input[type='submit']:hover{
	background: #900;
	color:#FFF;
}
.contacto input[type='submit']:active{
	background: #900; 
}
.error{
	background-color: #e50000;
	padding: 6px 12px;
	border-radius: 4px;
	color: white;
	font-weight: normal;
	margin-left: 16px;
	margin-top: 6px;
	position: absolute;
}
.error:before{
	content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #BC1010;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}
