@charset "UTF-8";
/* CSS Document */
#divright h4 {
	font:bold 1.15em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}
#divright p {
	line-height:125%;
	margin:0px 0px 8px 0px;
}
#ubicacion, #mapa, #skype {
	text-align:center;
	position:relative;
	height:80px;
	float:left;
	display:inline;
}
#ubicacion div, #mapa div, #skype div {
	position:absolute;
	bottom:0px;
	width:100%;
}
#ubicacion { width:240px; text-align:left; }
#skype { width:160px; }
#mapa { width:100px; }

form#contactform table tr td.titulo {
	vertical-align:top;
	padding-top:4px;
	width:150px;
}
form#contactform table tr td span {
	color:#09F;
}

form#contactform textarea {
	width:335px;
	font:0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	border-style:groove;
}
form#contactform table tr td span.securitytxt {
	position:relative;
	display:block;
	float:right;
	top:-17px;
	color:#666;
	margin-right:5px;
}