#left_contacto{
	width: 320px;
	height: 313px;
	float: left;
	padding: 2px 0 32px 36px;
	position: relative;
	border-right-color: #b2b2b2;
	border-right-width: 1px;
	border-right-style: solid;
}

#titulos_contacto{
	font-size: 1.40em;
}

#iframe_maps{
	width: 179px;
	height: 143px;
}

#link_facebook{
	position: absolute;
	right: 15px;
	bottom: 45px;
}

#link_lolart{
	position: absolute;
	bottom: 0;
	right: 15px;
}

#right_contacto{
	position: relative;
	float: left;
	padding: 30px 0 0 15px;
	height: 342px;
	background: transparent url(/img/imagen_arroba.jpg) no-repeat scroll right 10px;
}

#campo_nombre, #campo_email{
	width: 160px;
	height: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #7c7c7c;
}

#campo_mensaje{
	border-style: solid;
	border-width: 1px;
	border-color: #7c7c7c;
	width: 445px;
	height: 200px;
	font-size: 1.3em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /*SAFARI AND CHROME*/
	#campo_mensaje{
		height: 195px;
	}
}

#enviar_contacto{
	position: absolute;
	right: 0;
	bottom: 0;
}
