body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

a img{
  border: none;
}

h1{
  font-size: 24px;
  color: #DE0F78;
  border-bottom: 2px solid #665999; 
  font-weight: bold;
  margin-bottom: 10px;
}

.short{
  width: 20px;
  text-align: center;
}

.fila1{
  background-color: white
}

.fila2{
  background-color: #F3F3F3;
}

.fila1, .fila2{
  border-bottom: 1px solid #D3D3D3;
}


h4{
  color: #DE0F78;
  border-bottom: 2px solid #665999; 
  font-weight: bold;
  margin-bottom: 3px;
}

#notice{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #28D520;
  border-bottom: 1px solid #28D520; 
  background-color: #D9FFDA;
  padding: 10px;
}

table#carrito_resumen{
  width: 100%;
  font: 10px Arial, sans-serif;
  border-collapse: collapse;  
}

#carrito_resumen td a  {
  width: 100%;
  color: #203254;
  background-color: transparent;
  padding: 1px;
  display: inline;
  border: none;
  font: 10px Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
  text-align: left;
  margin-top: 1px;
}

#carrito_resumen td a:hover {
  color: #203254;
  border: none;
}

table#carrito_resumen td strong{
  font-size: 11px;
}

.zoom{
  height: 18px;
  color: #DE0F78;
  text-align: center;
  font-weight: bold;
  padding-left: 18px;
  background: url(/images/zoom.png) no-repeat;
  margin: auto;
}

#container{
  width: 750px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}

#tope{
  width: 750px;
  height: 98px;
  background: url(/images/tope_muneca.gif) top right no-repeat;
  margin: 0;
  padding: 0;
}

#logo{
  text-indent: -5000px;
  background: url(/images/logo.gif);
  background-repeat: no-repeat;
  height: 98px;
  margin: 0;
  border: none;
}

#centro{
  width: 100%;
}

#menu{
  width: 196px;
  height: 182px;
  background-color: #203254;
  float: left;
  margin-bottom: 10px;
  text-align: left;
}

#menu ul{
  margin-top: 30px;
}

#menu li{
  width: 90%;
  height: 20px;
  border-bottom: 1px dotted white;
  margin-bottom: 5px;
  list-style-image: url(/images/flechita.gif);
}

#menu a:link, #menu a:active, #menu a:visited{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

#menu a:hover{
  color: #DE0F78;
}

#anuncio{
  width: 549px;
  height: 182px;
  background-image: url(/images/anuncio.gif);
  float: right;
  margin: 0;
}

#buscador{
  width: 100%;
  height: 20px; /* Para ie */
  min-height: 20px;
  height: auto;
  color: #203254;
  font: bold;
  background-color: #27D2EA;
  clear: both;
  text-align: left;
  margin: 5px 0 10px 0;
}

#buscador form{
  margin: 0;
}

#submenu{
  width: 196px;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  float: left;
}

#submenu h3{
  width: 100%;
  height: 20px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #DE0F78;
  text-align: center;
}

#submenu ul{
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

#submenu a {
  width: 186px;
  color: #FFFFFF;
  background-color: #203254;
  padding: 2px;
  padding-left: 3px;
  display: block;
  border-left: 10px solid #D3D3D3;
  font: 12px Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  margin-top: 1px;
}

#submenu ul.subcategorias a{width: 176px; border-left: 20px solid #fff; color: #fff; background-color: #294374;}

#submenu a:hover {
  border-left: 10px solid #F3F3F3;
  text-decoration: none;
  color: #FFFFFF;
}

#productos{
  width: 540px;
  text-align: left;
  float: right;
}

#productos h2{
  width: 100%;
  color: #DE0F78;
  border-bottom: 3px solid #665999;
}

#productos table{
  width: 100%;
  height: 200px;
}

#productos td{
  text-align: center;
}

#productos td a:link,
#productos td a:visited{
  color: #DE0F78;
  font-weight: bold;
}

#productos td div a{
  line-height: 150px;
}

a.imagen_listado{
	display: block; 
	width: 150px; 
	height: 150px;
  padding: 5px;
  border: 1px solid #D3D3D3;
	background: no-repeat center center;
}  

#productos_thumb{
  width: 110px;
  float: left;
}

#productos_resumen{
  width: 150px;
  float: right;
}

#productos_botones{
  margin-top: 5px;
  clear: both;
}

#productos_botones img{
  border: none;  
}

#detalle_imagen{
  width: 200px;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

#detalle_imagen img{
  padding: 3px;
  border: 1px solid #D3D3D3;
  margin-bottom: 5px;
}

#detalle_descripcion{
  width: 300px;
  float: right;
}

#detalle_observaciones{
  clear: both;
  margin-top: 10px;
  margin-left: 20px;
}

table#carrito{
  border-collapse: collapse;
  margin-top: 20px;
}

table#carrito img{
  padding: 0;
}

table#carrito th{
  height: 20px;
  color: white;
  background-color: #DE0F78;
  padding: 2px;
}

table#carrito td{
  height: 50px;
  text-align: left;
  padding: 2px;
}

table#carrito td.total{
  font-weight: bold;
}

#checkout{
  margin-top: 10px;
}

#checkout h3{
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
  padding: 5px;
}

#checkout table{
  background: #F7F7F7;
  margin-bottom: 10px;
}

#checkout table td{
  text-align: left;
  font-weight: bold;
  padding: 3px;
}

#cartmenu input{
  float: right;
  margin-left: 10px;
}

.boton_comprar{
  color: white;
  font-weight: bold;
  background-color: red;
}

.boton_continuar_comprando{
  color: white;
  font-weight: bold;
  background-color: green;
}

div.pagination {
        padding: 3px;
        margin: 3px;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
		font-weight:bold;
}
div.pagination a {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #AAAADD;
        
        text-decoration: none; /* no underline */
        color: #000099;
}
div.pagination a:hover, div.pagination a:active {
        border: 1px solid #000099;

        color: #000;
}
div.pagination span.current {
        padding: 2px 5px 2px 5px;
        margin: 2px;
                border: 1px solid #000099;
                
                font-weight: bold;
                background-color: #000099;
                color: #FFF;
        }
div.pagination span.disabled {
                padding: 2px 5px 2px 5px;
                margin: 2px;
                border: 1px solid #EEE;
        
                color: #DDD;
        }

#pie{
  width: 740px;
  height: 20px;
  font-size: 10px;
  color: white;
  text-align: right;
  padding: 5px;
  background-color: #203254;
  margin: 0 auto;
  margin-top: 10px; 
  clear: both;
}

#pie a:link,
#pie a:visited{
  color: white;
  font-weight: bold;
}

/****************************
 Errores                    *
****************************/ 
.fieldWithErrors {
  border: 2px solid red;
  width: 305px;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  clear: both;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
  border: 0;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
