#board {
	position: relative;
	width : 605px;
	margin-left : 182px;
	font-family: 'Trebuchet MS';
	font-size  : 12px;
}
#board h1 {
	margin : 25px  0px  0px  0px;
}
#board h2 {
	font-size  : 14px;
}
#board p {
	color : #666666;
}
#board ul {
	color : #666666;
}


/* Empresa */
.sangria {
	text-align: justify;
}



/* Certificaciones */
#certs {
	vertical-align: bottom;
}
#certs div {
	text-align: center;
	margin :  0px 50px  0px  0px;
}
#certs img {
	display: block;
	margin :  0px  0px 10px  0px;
}
#certs a {
	display: block;
}
#cert1 {
	float: left;
}
#cert2 {
	float: left;
}
#cert3 {
	float: left;
}


/* Ubicacion */
#gmap {
	position: relative;
	width : 605px;
	height: 435px;
	border: 1px solid #666666;
}
#gmap #info p {
	font-size: 12px;
	line-height: 15px;
	color : #000000;
}



/* Contacto */
#contacto {
	position: relative;
	padding:  0px  0px 15px  0px;
	background-repeat: no-repeat;
	background-image : url(../gifs/inferior_ficha.gif);
	background-position: bottom right;
}
#contacto .lbl {
	clear : both;
	float : left;
	width : 120px;
	margin :  0px  5px  0px  0px;
	font-weight: bold;
	text-align : right;
	color : #000000;
}
#contacto .inp {
	float: left;
	margin :  0px  0px 10px  0px;
}
#contacto .inp input {
	border: 1px solid #666666;
}
#contacto .inp textarea {
	border: 1px solid #666666;
}
#contacto .clear {
	clear : both;
}
#lopd {
	font-size: 10px;
}
#lopd p {
	margin : 0px;
}
#formbtns {
	margin : 0px;
	text-align: right;
}