/* CSS Document */

body {
	background-color: #000066;

}

div#contenedor {
	width: 800px;
	background:transparent url(../imagenes/fondo-cuerpo.gif) no-repeat top left; 	
/* 	margin: -10px auto -30px auto; */
	margin: auto;
	display: block;
	padding: 0px;
/* 	border: 2px solid #000; */
/* 	background-color: #d5dde8; */
}

div#cuerpo {
	width: 800px;
	margin: auto;
	display: block;
	padding: 0px;
}

div#cuerpo td.boton {
	height: 32px;
}

div#cuerpo td.boton a {
	width:100px;
	line-height: 32px;
	text-decoration:none;
	display:block;
}

div#cuerpo td.boton a#bt-empresa {
	background:transparent url(../imagenes/bt-empresa.gif) no-repeat bottom center; 	
}

div#cuerpo td.boton a#bt-empresa:hover {
	background:transparent url(../imagenes/bt-empresa.gif) no-repeat top center; 	
}

div#cuerpo td.boton a#bt-servicios {
	background:transparent url(../imagenes/bt-servicios.gif) no-repeat bottom center; 	
}

div#cuerpo td.boton a#bt-servicios:hover {
	background:transparent url(../imagenes/bt-servicios.gif) no-repeat top center; 	
}

div#cuerpo td.boton a#bt-seguridad {
	background:transparent url(../imagenes/bt-seguridad.gif) no-repeat bottom center; 	
}

div#cuerpo td.boton a#bt-seguridad:hover {
	background:transparent url(../imagenes/bt-seguridad.gif) no-repeat top center; 	
}

div#cuerpo td.boton a#bt-formacion {
	background:transparent url(../imagenes/bt-formacion.gif) no-repeat bottom center; 	
}

div#cuerpo td.boton a#bt-formacion:hover {
	background:transparent url(../imagenes/bt-formacion.gif) no-repeat top center; 	
}

div#cuerpo td.boton a#bt-trabajos {
	background:transparent url(../imagenes/bt-trabajos.gif) no-repeat bottom center; 	
}

div#cuerpo td.boton a#bt-trabajos:hover {
	background:transparent url(../imagenes/bt-trabajos.gif) no-repeat top center; 	
}

div#cuerpo td.boton a#bt-contacto {
	background:transparent url(../imagenes/bt-contacto.gif) no-repeat bottom center; 	
}

div#cuerpo td.boton a#bt-contacto:hover {
	background:transparent url(../imagenes/bt-contacto.gif) no-repeat top center; 	
}

td.flash {
	padding: 2px;
}

div.cuadro {
/*	background:transparent url(../imagenes/fondo-cuadro.gif) no-repeat fixed top right; 	*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-size: 12px;
	color:#FFFFFF;
	width:600px;
	height:380px;
	overflow:auto;
   text-align:center;
/* border: solid 1px;*/
}

div.cuadro td#texto {
	padding: 5px 20px 5px 20px;
	text-align:justify;
	
}

a#enlace_contacto {
	color:white;
	font-weight: bold;
}

a#enlace_contacto:hover {
	color: silver;
}