/** 
* fichero de estilos 
* Adimeco  Jornada de Moda
* David Barredo
*/ 

body {
   font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin: 0px 0 0px 0px;
   text-align: center;
   background-color: #EDDB85;
}
#contenedor{
   text-align: left;
   width: 750px;
   margin: auto;
   margin-top: 0px;
}
#cabecera{
   background-image: url(imagenes/cab.jpg);
	 background-repeat: no-repeat;
	 height:105px;
   color: #333300;
   font-size:12pt;
   font-weight: bold;
}
#subcabecera{
   background-image: url(imagenes/sub_cab.jpg);
	 background-repeat: no-repeat;
	 height:91px;
   color: #333300;
   font-size:12pt;
   font-weight: bold;
}
#titulo{
	 display: none;
}
#subtitulo{
	 display: none;
}
#cuerpo{
   margin: 0 0 0 0px;
   padding: 0 0 0 0px;
}
#lateral{
   background-image: url(imagenes/menu.jpg);
	 background-repeat: no-repeat;
	 width:151px;
	 height:450px;
	 float: left;
}
#lateral ul{
   margin : 0 0 0 0px;
   padding: 7px 0 0 10px;
   list-style: none;
	 list-style-type: square;
	 list-style-position: inside;
}
#lateral li{
   margin: 2px 2px 13px 2px;
   padding: 2px 2px 2px 2px;
   font-weight: bold;
}
#lateral a{
   color: #8F8458;
   text-decoration: none;
}
#lateral a:hover{
   color: #EDDB85;
   text-decoration: none;
}
#contador{
	 margin-top: 130px;
	 color: #8F8458;
	 font-size:10px;
	 text-align: center;	 
}
#principal{
	 margin-left: 151px;
   background-image: url(imagenes/cab_cont.jpg);
	 background-repeat: repeat-x;
	 padding:13px;
   display:block;
	 min-height: 350px;
}
#principal h3{
   font-size:12pt;
}
#principal a{
   color: #8F8458;
   text-decoration: none;
}
#principal a:hover{
   color: #E18604;
   text-decoration: none;
}
/* Enlaces patrocinadores */
#principal table{
   font-weight: bold;
	 width: 550px;
	 border-style: none;
}
#principal table img{
   border: 0px;
	 vertical-align: top;
}
/* FIN Enlaces patrocinadores */
#pie{	 
	 margin-top: 20px;
   background-image: url(imagenes/pie.jpg);
	 background-repeat: no-repeat;
	 width:750px;
	 height:116px;
	 font-size:10px;
   font-weight: bold;
	 color: #fefefe;
   padding: 10px 0px 0px 30px;
   text-align:left;
} 
#table a{
   color: #8F8458;
   text-decoration: none;
}
#table a:hover{
   color: #E18604;
   text-decoration: none;
}
#barredo{
	font-size: 7pt;
  color: #BD7003;
	text-align: center;
}
#barredo a{
	text-decoration: none;
   color: #BD7003;
}
/** 
* fin del fichero 
**/ 
