/*DEFINICIONES*/

body{
	background-color:#fff;
	margin:auto;
	padding:0;
	height:auto;
}

form{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
}

img {
	border:0px;
	margin:0px;
	padding:0px; 
}

span {
		margin:0px;
		padding:0px; 
		border:0px;
}

p {
		margin:0px;
		padding:0px; 
		border:0px;
		line-height:1.2em;	
}

li {
		margin:0px;
		padding:0px; 
		list-style: none;
}

div{
	display:block;
	position:relative;
}


/*PUBLIC HOME*/
#base{position:relative;float:none;width:981px;height:564px;margin: 0 auto;}
#menu_principal{position:absolute;left:0px;top:133px;width:147px;height:400px;}
#posicion_contenedor_principal{
	position:absolute;
	width:817px;
	height:564px;
	left:164px;
	top:0px;
}


/*TEXTOS*/
.textonormal{font-family:verdana;font-size:10px;color:#7d7c7c;text-decoration:none;font-weight:normal;}
.textonormalblanco{font-family:verdana;font-size:10px;color:#fff;text-decoration:none;font-weight:normal;}
.textocategoria{font-family:arial;font-size:12px;color:#5c6e74;text-decoration:none;font-weight:normal;}

/*BOTONES*/
#btn_la_empresa{display:block;width:80px;height:10px;background-image:url('../img/btn_la_empresa.gif');background-repeat:no-repeat;font-size:0px;}
#btn_la_empresa_seleccionado{display:block;background-position:0px -10px;width:80px;height:10px;background-image:url('../img/btn_la_empresa.gif');background-repeat:no-repeat;font-size:0px;}
#btn_la_empresa:link{background-position:0px 0px;}
#btn_la_empresa:hover{background-position:0px -10px;}
#btn_la_empresa:active{background-position:0px -10px;}

#btn_productos_y_servicios{display:block;width:147px;height:10px;background-image:url('../img/btn_productos_y_servicios.gif');background-repeat:no-repeat;font-size:0px;}
#btn_productos_y_servicios_seleccionado{display:block;background-position:0px -10px;width:147px;height:10px;background-image:url('../img/btn_productos_y_servicios.gif');background-repeat:no-repeat;font-size:0px;}
#btn_productos_y_servicios:link{background-position:0px 0px;}
#btn_productos_y_servicios:hover{background-position:0px -10px;}
#btn_productos_y_servicios:active{background-position:0px -10px;}

#btn_situacion{display:block;width:65px;height:13px;background-image:url('../img/btn_situacion.gif');background-repeat:no-repeat;font-size:0px;}
#btn_situacion_seleccionado{display:block;background-position:0px -13px;width:65px;height:13px;background-image:url('../img/btn_situacion.gif');background-repeat:no-repeat;font-size:0px;}
#btn_situacion:link{background-position:0px 0px;}
#btn_situacion:hover{background-position:0px -13px;}
#btn_situacion:active{background-position:0px -13px;}

#btn_inicio{display:block;width:37px;height:10px;background-image:url('../img/btn_inicio.gif');background-repeat:no-repeat;font-size:0px;}
#btn_inicio_seleccionado{display:block;background-position:0px -10px;width:37px;height:10px;background-image:url('../img/btn_inicio.gif');background-repeat:no-repeat;font-size:0px;}
#btn_inicio:link{background-position:0px 0px;}
#btn_inicio:hover{background-position:0px -10px;}
#btn_inicio:active{background-position:0px -10px;}

#btn_contacto{display:block;width:56px;height:11px;background-image:url('../img/btn_contacto.gif');background-repeat:no-repeat;font-size:0px;}
#btn_contacto_seleccionado{display:block;background-position:0px -11px;width:56px;height:11px;background-image:url('../img/btn_contacto.gif');background-repeat:no-repeat;font-size:0px;}
#btn_contacto:link{background-position:0px 0px;}
#btn_contacto:hover{background-position:0px -11px;}
#btn_contacto:active{background-position:0px -11px;}

/*PRODUCTOS*/
.borde_producto{
	width:164px;
	height:100px;
	background-color:#97a9af;
}

.fondo_producto{
	position:absolute;
	width:162px;
	height:79px;
	background-color:#fff;
	left:1px;
	top:1px;
}

.leyenda_producto{
	position:absolute;
	top:79px;
	left:1px;
	width:162px;
	height:19px;
	background-color:#5b696e;
}

/*SITUACION*/
#borde_mapa{
	position:absolute;
	width:379px;
	height:189px;
	background-color:#97a9af;
	left:422px;
	top:140px;
}

#map{
	position:absolute;
	width:377px;
	height:187px;
	left:1px;
	top:1px;
	background-color:#f2efe9;
}

#borde_mapa2{
	position:absolute;
	width:379px;
	height:189px;
	background-color:#97a9af;
	left:422px;
	top:333px;
}

#map2{
	position:absolute;
	width:377px;
	height:187px;
	left:1px;
	top:1px;
	background-color:#f2efe9;
}