@charset "utf-8";
/* CSS Document */

.seccionContactos{
	position:absolute; 
	left:120px;
	top:80px;
	width:500px;
}

.imagenLogoVertical{
	position:absolute;
	background:#fff url(../Imagenes/contact/logoVertical.png) no-repeat;
	left:30px;
	top:80px;
	width:65px;
	height:635px;
}

.imagenContacto{
	padding:10px;
	border:1px solid #837a63;
	margin:5px;
}
.imagenGaleriaContacto{
	width:170px;
	height:223px;
}
.imagenMapaContacto{
	width:380px;
}
.imagenContacto img{border:1px solid #837a63;}

.formulariosContacto{
	position:absolute;
	width:260px;
	left:760px;
	top:40px;
	font-family: "Century Gothic";
}

.nombreContacto {
	background:#fff url(../Imagenes/contact/vineta.gif) 1px 4px no-repeat;
	font-weight:bold;
	padding-left:15px;
}

.infoContacto{
	width:200px;
	position:absolute;
	left:200px;
	top:0px;
	padding-left:15px;
	font-family: "Century Gothic";
}

.etiqueta{
	width:50px;
	float:left;
}

.textbox{
	width:203px;
}

.textArea{
	width:253px;
}
