body {
	margin: 0;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff url("../images/fondo.gif") top right repeat-x;
}

img {
	border: 0;
}

p {
	font: 12px arial,helvetica,sans-serif;
}

a {
	color: #2e5592; /**color de los enlaces**/
}

a:hover {
	text-decoration: none;
}

/**************** ESTRUCTURA  ****************************/

#contenedor {
	position: relative;
	margin: 0 auto;
	width: 779px; /* este es el ancho del contenedor */
	text-align: left;
}

#contenido {
	position: relative;
	margin: 0 auto;
	width: 779px;
	height: 355px;
	text-align: left;
}

#banner{
	/*** esto es para poner una imagen de fondo  a una celda y asi poder escribir en ella**/
	height:108px;
	
}

#banner object{
	top: 12px; 
	left: 62px;
	position: relative;
}

#pie{
    margin: 5px;
	background-image: url("../images/pie.gif");
	background-position: top left; /***situar la imagen**/
	background-repeat: repeat-x;
	height: 28px; /*ajustar la imagen**/
}
#pie p
{
	margin: 2px 0 0 0;
	padding:0;
}

#menu_t{
	margin-top: 5px;
	background-color: #787878;
	height: 27px;
	width: 100%;
	border: 0;
	}

#menu_t td{
	font-size: 12px;
	text-align: center;
	height: 27px;
	color: #787878;
	border-left: 1px solid #fff;
	font: bold 11px arial,helvetica,sans-serif;
}

#menu_t a {
	color: #fff;
	text-decoration: none;
	padding: 0 4px;
}

.producto{ /*para productos.asp y ...*/
color: #fff;
}
.gtext{
color: #fff;
}


/*  MENUS DEPLEGABLES ****************************** */

#servicios {
	position: absolute; 
	left: 137px; 
	width: 136px;
	background: #787878;
	border: 1px solid #fff;
}
#productos {
	position: absolute; 
	left: 274px; 
	width: 134px;
	background: #787878;
	border: 1px solid #fff;
}
#servicios {
	top: 140px;
}
#productos {
	top: 140px;
}
#servicios p, #productos p{
	font: 1em Verdana,sans-serif;
	color: #000;
	text-align: left;
	margin: 5px 3px 5px 3px;
}
#servicios a, #productos a {
	text-decoration: none;
	color: #fff;
}
#servicios a:hover, #productos a:hover {
	text-decoration: none;
	color: #000;
}
