/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#996666;
	background-color:#f6f1ec;
}

div#wrapper{
  width: 670px;
  margin: 0 auto; 
  text-align: left;
}

#cabecera{
  background-image:url(img/logo4.gif);
  height:249px;
  width:670px;
  position:relative;
  background-repeat:no-repeat
}

#promocioncab{
position:absolute;
  height:74px;
  width:388px;
bottom: 114px;
left:280px;
}

#imagenescab{
background-image:url(img/imagenescab.jpg);
position:absolute;
  height:87px;
  width:670px;
bottom: 0px;
left:0px;
}

#adornoizquierda{
background-image:url(img/izquierda.gif);
position: absolute;
width: 166px;
height: 686px;
top: 0px;
left: -166px;
}

#adornoderecha{
background-image:url(img/derecha.gif);
position: absolute;
width: 116px;
height: 715px;
top: 0px;
left: 670px;
}

#cuerpo{
	background-image:url(img/cuerpo.gif);
	background-repeat:repeat-y;
	width:670px;
	padding-top:50px;
	padding-bottom:50px;
	}

#prepie{
	background-image:url(img/cuerpo.gif);
	background-repeat:repeat-y;
	width:670px;
	padding-top:2px;
	padding-bottom:5px;
	}

#pie{
	background-image:url(img/pie.jpg);
	height:107px;
	width:670px;
    position: relative;
	clear:both;
    color:#FFF;
	}

p{
	margin-left:45px;
	margin-right:45px;
	padding-top:10px;
	text-indent:10px;
	text-align:justify;
	line-height:20px;
}

ul{
	margin-left:45px;
	margin-right:20px;
	padding-top:10px;
 	line-height:20px;
 	list-style-image:url(img/logosmall.gif);
}

ul li{
    padding-left:10px;
}

a{
  text-decoration: none;
  color:#996666;
  }

a img{
border:hidden;
  }
  
.flotaizquierda{
float:left;
margin-left:40px;
margin-right:20px;
}

.izquierda{
margin-left:40px;
margin-right:20px;
}


.flotaderecha{
  float: right;
margin-left:20px;
margin-right:40px;
}

.centrado{
  text-align: center;
}


.palabraimportante{
color:#6d3224;
font-weight:bolder;
}

.destacado{
color:#FF6600;
font-weight:300;
font-size:18px;
margin-left:75px;
margin-right:75px;
text-align:center;
}

.titulo1{
color:#B35212;
font-weight:bold;
font-size:18px;
border:hidden;
border-bottom:ridge;
border-bottom-width:1px;
text-indent:0px;
}

.titulo2{
color:#b35212;
font-weight:bold;
font-size:16px;
text-indent:0px;
}


/*___________NAVEGACION__________________*/
ul#navegacion{
  list-style: none;
  display: block;
  position: absolute;
  margin: 0;
  padding: 4px 0;
  text-align: right;
  white-space: nowrap;
  bottom: 90px;
  left: 185px;
  }

ul#navegacion li{
  display: inline;
  margin: 0 2px
  }

ul#navegacion a{
  text-decoration: none;
  padding: 0 0 3px;
  margin-right : 6px;
  border-bottom: 0px;
  color: #000000;
  }

ul#navegacion a#actual{
  border-bottom: 4px solid #F60;
  color:#FF6600;
  }

ul#navegacion a:hover{
  border-bottom: 4px solid #F60;
  }

/*_____________________________*/

/*___________NAVEGACION CUERPO__________________*/
ul#navegacioncuerpo{
	list-style: none;
	position:static;
	margin: 0;
	padding: 3px 0;
	text-align: center;
	top: 0px;
	left: 40px;
  }

ul#navegacioncuerpo li{
  display: inline;
  margin: 0 2px
  }

ul#navegacioncuerpo a{
  text-decoration: none;
  margin-right : 2px;
  border-bottom: 0px;
  color: #000;
  }

ul#navegacioncuerpo a:hover{
  border-bottom: 4px solid #F60;
  }

ul#navegacioncuerpo a#actual{
  border-bottom: 4px solid #F60;
  color:#FF6600;
  }

/*_____________________________*/

/*___________NAVEGACION PIE__________________*/
ul#navegacionpie{
  list-style: none;
  display: block;
  position: absolute;
  margin: 0;
  padding: 3px 0;
  text-align: center;
  white-space: nowrap;
  top: 0px;
  left: 0px;
  }

ul#navegacionpie li{
  display: inline;
  margin: 0 2px
  }

ul#navegacionpie a{
  text-decoration: none;
  margin-right : 2px;
  border-bottom: 0px;
  color: #FFF;
  }


/*_____________________________*/

