/*****************************************************************************
estructuras
*****************************************************************************/
* { padding: 0; margin: 0; }

body {

 font-family: Helvetica, sans-serif;
 font-size: 11px;
text-align: justify;
color:#000000;
}

#wrapper { 
 margin: 0 auto;
 width: 100%;
height: 100px;
  background: #ffffff;

}

#header {
 width: 100%;
 margin: 0px 0px 0px 0px;

  PADDING-bottom:11px; 
  background: #ffffff;

}

#header2 {
 width: 100%;
 margin: 0px 0px 0px 0px;

  background: #ffffff;

}

#centro { 


 width: 100%;
background: url(elementos/fondo.gif) repeat;
}


#footer { s
 width: 100%;

 background: #ffffff;

}




/*****************************************************************************
tipos letra
*****************************************************************************/
.negri {

 font-family: Helvetica, sans-serif;
 font-size: 12px;
color: #6c22b1;
 font-weight:bold; 
}

.negri a:link{

 font-family: Helvetica, sans-serif;
 font-size: 12px;
color: #064d90;
 font-weight:bold; 
text-decoration: none;
}

.negri a:hover{

 font-family: Helvetica, sans-serif;
 font-size: 12px;
color: #805606;
 font-weight:bold;
 text-decoration: none; 
}

.negri a:active{

 font-family: Helvetica, sans-serif;
 font-size: 12px;
color: #7f06b7;
 font-weight:bold;
 text-decoration: none; 
}

.negri a:visited{

 font-family: Helvetica, sans-serif;
 font-size: 12px;
color: #064d90;
 font-weight:bold;
 text-decoration: none; 
}


.alicia {

 font-family: Helvetica, sans-serif;
 font-size: 12px;
color: #000000;
 font-weight: normal; 
  text-align: justify;
   line-height: 16px;
   text-decoration: none; 

}

.alicia2 {

 font-family: Arial,Helvetica, sans-serif;
 font-size: 10px;
color: #000000;
 font-weight: normal; 

   line-height: 15px;
   text-decoration: none; 
}



.alicia2 a:link{

 font-family: Arial,Helvetica, sans-serif;
 font-size: 10px;
color: #d65d00;
 font-weight: bold; 

   text-decoration: none; 
}

.alicia2 a:hover{

 font-family: Arial,Helvetica, sans-serif;
 font-size: 10px;
color: #a716d7;
 font-weight: bold; 

   text-decoration: none; 
   
}

.alicia2 a:active{

 font-family: Arial,Helvetica, sans-serif;
 font-size: 10px;
color: #a716d7;
 font-weight: bold; 

   text-decoration: none;
}

.alicia2 a:visited{

 font-family: Arial,Helvetica, sans-serif;
 font-size: 10px;
color: #d65d00;
 font-weight: bold; 

   text-decoration: none;
}


.precio {

 font-family: Helvetica, sans-serif;
 font-size: 12px;
color: #5f5b5b;
 font-weight:bold; 
}


.fototienda img {
border: 5px solid #93cac1; 
width: 140px;
height:160px; 
 float: left;
 margin-right: 12px;
}




/*****************************************************************************
botones
*****************************************************************************/
#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
border-top: 2px dotted #6c22b1;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
 font-size: 12px;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
 font-size: 12px;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
 font-size: 12px;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 3px solid #666;
border-bottom: 3px solid #666;
}

#navcontainer li a#current
{
color: #6c22b1;
border: 1px solid #666;
border-top: 3px solid #6c22b1;
border-bottom: 3px solid #6c22b1;
}








