body  {
	font: 100%; 
	font-family:tahoma;
	background-color:1A171B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:707070;
}

#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	height:auto;
}

#header {
position:relative;
color:#666;
font-weight:bold;
font-size:12px;
text-align:right;
height: 230px;
}


#banner {
position:relative;
height:438px;
overflow:hidden;
}

#separator {
position:relative;
height:28px;
background-image:url(../images/index_07.png);
overflow:hidden;
}

#titlespace {
position:relative;
height:59px;
background-image:url(../images/title.png);
overflow:hidden;
}

#maincontent {
position:relative;
width: 675px;
background-color: white;
padding-top: 10px;
font-size:12px;
}


#left {
position:relative;
width: 345px;
height: 530px;
background-color:white;
font-size:12px;
color:792614;
font-weight:bold;
}

#left a {
	color:790000;
	font-weight:bold;
	text-decoration:none;
}


#footer {  
position:relative;
height: 56px;
color:#790000;
font-size:10px;
padding-top: 10px;
text-align:center;
background-image:url(../images/footer.png);
width:1020px;
background-color:white;
}

.index_01 a{
border:0;
border-color:black;
}

#footer a{
font-size:10px;
color:#790000;
text-decoration:underline;
}

a img{
border:0;
}

#log {
height:110px;
}

#search {
height:75px;
}

h1 {
	font-size:16px;
	color:333333;
}

li {
	font-size:10px;	
}

li a{
	background-image:url(../images/boton.png);
	background-position:0 0;
	height:25px;
	text-align:center;
	color:#782715;
	width:116px;
	font-size:12px;
	border:0;
	text-decoration:none;
	font-weight:bold;
	vertical-align:middle;
	background-color:#782715;
	display:block;
	line-height:24px;
}

li a:hover{
	color: white;
}

.maincontent{
	margin-right:10px;	
	text-align:justify;
	font-size:12px;
}

.righttitle{
	color:790000;
	font-weight:bold;
	font-size:14px;
}


.vineta {
	color:792614;
	font-size:12px;
	font-weight:bold;
}



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

ul.menu  li {
	position:relative;
	width:116px;
	float:left;
}

ul.menu ul
{
   position:absolute; /* Esta posición es relativa al <li> que contiene a este <ul> */
   top:50px;
   display:none;
   list-style:none;
   
}

ul.menu  li.servicios  ul {
	display:none;
	position:absolute;
	list-style:none;
	left: -40px;
	top: -75px;
	
}

ul.menu  li.promociones  ul {
	display:none;
	position:absolute;
	list-style:none;
	left: -40px;
	top: -50px;
	
}

ul.menu li a{
	background-image:url(../images/boton.png);
	height:25px;
	text-align:center;
	color:#782715;
	width:116px;
	font-size:12px;
	border:0;
	text-decoration:none;
	font-weight:bold;
	vertical-align:middle;
	background-color:#782715;
	line-height:24px;
	list-style:none;
}

ul.menu li a:hover{ 
	color: white;

}


.othermenu a{
	color: white;
	display:block;
	text-decoration:none;
	background-color:#790000;
}

.lat a img{
	border:none;
}


