.contacto #mapa{
	margin-left: 10px;
	width: 400px;
	height: 300px;
	margin-top: 30px;
	margin-left: 60px;

	border: 5px solid #cccccc;
}

.contacto{
	width: 100%;
}

.contacto form{
	margin-left: 50px;
}

.contacto label{
	display: block;
	width: 100px;
	float: left;
}

.contacto input{
	width: 200px;
}

.contacto textarea{
	width: 200px;
	height: 90px;
}

.contacto ul{
	margin: 0px;
	padding: 0px;
	width: 300px;
}

.contacto li{
	display: inline-block;
	float: left;
	padding: 0px 5px 0px 5px;
	margin-right: 5px;
	border: 1px solid #cccccc;
	background: #eeeeee;
	font-weight: bold;
	cursor: pointer;
}

.contacto .over, .contacto .selected{
	background: #cccccc;
}

.contacto a:hover{
	text-decoration: none;
}

.contacto .enviar{
	font-weight: bold;
	cursor: pointer;
}

#errorCamposRellenos{
	display: none;
	border: 2px solid #686868;
	color: #686868;
	background: #FFA7A7;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: center;
	margin-bottom: 10px;
}
