body {
	margin: 0;
	text-align: center;
	background: #E7D9DE;
	color: #141414;
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
}

/* 
img {
	border: 0;
} */

p {
	font: 12px/145% arial,helvetica,sans-serif;
}

a {
	color: #8a2345;
}
#contenedor {
	position: relative;
	margin: 0 auto;
	width: 770px;
	text-align: left;
	border-left: 1px solid #721C38;
	border-right: 1px solid #721C38;
	background: #fff url("../images/fondo.gif") 0 0 repeat-y;
}

#cabecera {
	height: 127px;
	background: transparent url("../images/cabecera.jpg") 0 0 no-repeat;
}

#cabecera h1 {
	margin: 0;
	width: 240px;
}

#cabecera h1 a {
	display: block;
		width: 240px;
		height: 75px;
		text-indent: -4000px;
		text-decoration: none;
}

#sub {
	height: 35px;
	background: transparent url("../images/subcabecera.jpg") 0 0 no-repeat;
}

#sub ul {
	float: right;
	list-style: none;
	margin: 2px 5px 0 0;
	padding: 0;
}

html>body #sub ul {
	margin: 3px 10px 0 0;
}

#sub li {
	margin: 0;
	padding: 0;
	float: left;
	font: 13px "Trebuchet MS",arial,helvetica,sans-serif;
}

#sub li a {
	color: #000;
	text-decoration: none;
}

#sub li a:hover {
	color: #8b2346;
}

#centro {
	position: relative;
	top: 0;
}

#menu {
	width: 146px;
	float: left;	
	height: 326px; 
	background: transparent url("../images/menu_fondo.jpg") 0 0 no-repeat;
}

html>body #menu {
	height: auto;
	min-height: 326px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 8px 0;
	font: 13px "Trebuchet MS",arial,helvetica,sans-serif;
	letter-spacing: -1px;
}

#menu li a {
	display: block;
	width: 146px;
	padding: 4px 0 0 7px;
	text-decoration: none;
	height: 22px;
	line-height: 10px;
	background: transparent url("../images/menu.gif") 0 0 no-repeat;
	color: #2B3030;
}

#menu a:hover {
	color: #fff;
	background: transparent url("../images/menu_over.gif") 0 0 no-repeat;
}

#contenido {
	margin: 0 0 0 161px;
	_margin: 0 4px 0 158px;
	width: 584px;
	background: transparent url("../images/contenido_top.gif") 0 0 no-repeat;
	padding: 15px 10px 10px;
}


#contenido p {
	margin: 0 0 15px;
}

#pie {
	clear: both;
	color: #666;
	text-align: center;
}

/********** desplegables ******************/

#enlace1 {
	position: absolute;
	visibility: hidden;
	left: 160px;
	top: 5px;
	background: #E3E3E3;
	border: 1px solid #036;
width: 160px;
font: 13px "Trebuchet MS",arial,helvetica,sans-serif;
}

#enlace1 a {
	display: block;
	padding: 5px 7px;
	text-decoration: none;
	color: #2B3030;
}	

#enlace1 a:hover {
	background: #8a2345;
	color: #fff;
}


/*  MENUS DEPLEGABLES ****************************** */

#servicios, #productos {
	position: absolute; 
	left: 160px; 
	width: 125px;
	background: #888;
        
	border: 1px solid #8A2345;
}
#servicios {
	top: 237px;
}
#productos {
	top: 205px;
}
#servicios p, #productos p{
	font: 1em Verdana,sans-serif;
	color: #000;
	text-align: left;
	margin: 2px 3px 2px 3px;
}
#servicios a, #productos a {
display: block;
	text-decoration: none;
	color: #555;
background: #eeeeee url(../images/fondoDesp.gif) left top repeat-x;
padding: 3px 0;
}
#servicios a:hover, #productos a:hover {
	text-decoration: none;
	color: #fff;
background: #003366;
}