/* CSS Document */
body
{
	margin-top:0px;
	margin-bottom:opx;
}

#contenedor 
{
	position: relative;
	margin: 0 auto;
	width: 770px;
	left: 0px;
	top: 0px;
}

.header
{
	width:770px;
	height:152px;
	background-image:url(../images/header.jpg);
}

.footer
{
	width:770px;
	height:50px;
	background-image:url(../images/footer.jpg);
}

.menu
{
	width:144px;
	background-image:url(../images/footer_repeat.jpg);
}

.menu_header
{
	width:144px;
	height:11px;
	background-image:url(../images/menu_header.jpg);	
}

.menu_footer
{
	width:144px;
	height:10px;
	background-image:url(../images/menu_footer.jpg);
	background-repeat:no-repeat;
	background-color:#e8d5a3;
}


#menu1 a
{
	display:block;
	width:90px;
	height:35px;
	background-image:url(../images/menu1.jpg);
	background-repeat:no-repeat;
	background-color:#b65c0b;
	padding-left:51px;
	padding-right:3px;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

#menu2 a
{
	display:block;
	width:90px;
	height:35px;
	background-image:url(../images/menu2.jpg);
	background-repeat:no-repeat;
	background-color:#b65c0b;	
	padding-left:51px;
	padding-right:3px;	
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;	
}

#menu1 a:hover
{
	display:block;
	width:90px;
	height:35px;
	background-image:url(../images/menu1_hover.jpg);
	background-repeat:no-repeat;
	background-color:#b6260b;	
	padding-left:51px;
	padding-right:3px;		
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;	
	text-decoration:none;	
}

#menu2 a:hover
{
	display:block;
	width:90px;
	height:35px;
	background-image:url(../images/menu2_hover.jpg);
	background-repeat:no-repeat;
	background-color:#b6260b;	
	padding-left:51px;
	padding-right:3px;		
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;	
	text-decoration:none;	
}

.contenido
{
	height:336px;
	padding-left:15px;
	padding-right:15px;
	background-color:#e8d5a3;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4e2f10;
}

.contenido a
{
	color:#B75C0B;
	font: bold;	
	text-decoration:none;
}

.contenido a:hover
{
	color:#FF0000;
	font: bold;
	text-decoration:none;
}

/*  MENUS DEPLEGABLES ****************************** */

#servicios, #productos{
	position: absolute; 
	left: 144px;
	width: 90px;
	background: #B75C0B;
	border: 1px solid #B75C0B;
	font-size:12px;
}

#servicios {
	top: 303px; 	
}
#productos {
	top: 267px; 
}

#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: #000;
}
#servicios a:hover, #productos a:hover{
	text-decoration: none;
	color: #fff;
}