.contacto{margin-top:-3px;}
.contacto input[type='text'], .contacto textarea{
	padding: 3px 6px;
	width: 220px;
	border: 1px solid #CED5D7;
	resize: none;
	box-shadow:0 0 0 0px #EEF5F7;
	margin: 0px 0;
	
}
#mail{
	width:140px;
	
}
.contacto input[type='text']:focus, .contacto textarea:focus{
	outline: none;
	box-shadow:0 0 0 0px #dde9ec;
}
.contacto input[type='image']{

	background-image:url('../img/enviar.png');
	width:105px;
	height:29px;
	
}
#btnimg{width:33px;
	height:29px;}

.error{
	background-color: #BC1010;
	padding: 3px 6px;
	border-radius: 4px;
	color: white;
	font-weight: bold;
	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;
}