body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #eee;
	color: #333465;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	min-width: 760px;
}

/* definición de colores de enlaces */
a:link {
	color: #333465;
	text-decoration: none;
}

a:visited {
	color: #333465;
	text-decoration: none;
}

a:hover {
	color: #333465;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	color: #333465;
	text-decoration: none;
}

/* Definiciones de contenedoras */

#contenedorainicio {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 760px;
	height: 420px;
	top: 20px;
}

#contenedoraquienes {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 760px;
	height: 420px;
	top: 20px;
	background-image: url(imagenes/quienesmarco.jpg);
}

#imagenquienes {
	position: absolute;
	top: 100px;
	right: 400px;
}

#textoquienes {
	position: absolute;
	width: 230px;
	top: 30px;
	left: 380px;
	font-size: .7em;
}

#contenedoraobras {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 760px;
	height: 420px;
	top: 20px;
	background-image: url(imagenes/obrasmarco.jpg);
}

#contenedoratecnologia {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 760px;
	height: 420px;
	top: 20px;
	background-image: url(imagenes/tecnologiamarco.jpg);
}

#logoobras {
	position: absolute;
	width: 230px;
	top: 75px;
	left: 90px;
	font-size: .7em;
	text-align: center;
}

#textoobras {
	position: absolute;
	width: 230px;
	top: 100px;
	left: 380px;
	font-size: .7em;
}

#contenedoraaluminio {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 760px;
	height: 420px;
	top: 20px;
	background-image: url(imagenes/aluminiomarco.jpg);
}

#logoaluminio {
	position: absolute;
	width: 230px;
	top: 100px;
	left: 110px;
	font-size: .7em;
}

#textoaluminio {
	position: absolute;
	width: 230px;
	top: 100px;
	left: 380px;
	font-size: .8em;
}

#contenedoramadera {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 760px;
	height: 420px;
	top: 20px;
	background-image: url(imagenes/maderamarco.jpg);
}

#logomadera {
	position: absolute;
	width: 230px;
	top: 150px;
	left: 50px;
	font-size: .7em;
}

#textomadera {
	position: absolute;
	width: 230px;
	top: 100px;
	left: 380px;
	font-size: .8em;
}

#contenedorapintura {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 760px;
	height: 420px;
	top: 20px;
	background-image: url(imagenes/pinturamarco.jpg);
}

#logopintura {
	position: absolute;
	width: 230px;
	top: 180px;
	left: 180px;
	font-size: .7em;
}

#textopintura {
	position: absolute;
	width: 230px;
	top: 100px;
	left: 380px;
	font-size: .8em;
}

#contenedoracontacto {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 760px;
	height: 420px;
	top: 20px;
	background-image: url(imagenes/contactomarco.jpg);
}

#contactoformulario {
	position: absolute;
	top: 100px;
	left: 45px;
	width: 400px;
	font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}

#informaciondecontacto {
	position: absolute;
	width: 230px;
	top: 100px;
	left: 510px;
	font-size: .7em;
}

#contienebotonera {
	position: absolute;
	width: 131px;
	bottom: 0px;
	right: 0px;
}

#botonera ul, #botonera li, #botonera dl, #botonera dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

#botonera img {
	border: 0;
}

#zonadoscontacto {
	position: absolute;
	background: #333465;
	width: 420px;
	height: 400px;
	top: 10px;
	right: 10px;
}

#tabladipascu {
	margin: 25px 0 0 15px;
}

.pie {
	font-size: 8px;
	font-weight: bold;
	color: #999;
}


/* Disposición de la botonera en principal */

#botonidioma {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	font-size: 0.7em;
	color: #fff;
}

#botonidioma a {
	color: #fff;
}

