/* CSS Document */

/*-----------------------------------
		GENERICOS
-----------------------------------*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#4b4b4b;	
	background-color:#fff;
	padding:0px;
	margin:0px;
}
a {
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
h1{
  float:left;
  width:335px;
  color:#f9913c;
  font-size:1.8em;
  font-weight:normal;
  margin:0px;
  padding:0px;
}
h2{
  width:530px;
  color:#c8bf22;
  font-size:1.4em;
  font-weight:normal;
  margin:0px;
  padding:0px;
}

/*-----------------------------------
		   ESTRUCTURA
-----------------------------------*/
#contenedor{
	width:755px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
#contenido{
    width:755px;
	padding-top:20px;
}
#paginacion{
    float:left;
    width:755px;
	text-align:right;
	color:#e45932;
	padding-top:3px;
}
#paginacion a{
    color:#e45932;
}
.derecha{
   float:right;
   margin:0px;
   padding:0px;
}
.izquierda{
   float:left;
   margin:0px;
   padding:0px;
}
/*-----------------------------------
     ELEMENTOS DEL MENU
-----------------------------------*/
#menu{
   width:755px;
   height:30px;
}
#menu ul{
   margin:0px;
   padding:0px;
}
#menu li{
   float:left;
   display:inline;
   width:132px;
   text-align:center;
   color:#fff;
   padding-top:12px;
}
#menu li a{
   color:#fff;
}
.activo{
   font-weight:bold;
   text-decoration:underline;
}
.opcion1{
   background:url(../images/fondo_menu_otros.gif) top no-repeat;
}
.opcion2{
   background:url(../images/fondo_menu_series.gif) top no-repeat;
}
.opcion3{
   background:url(../images/fondo_menu_colecciones.gif) top no-repeat;
}
.opcion4{
   background:url(../images/fondo_menu_otras_edit.gif) top no-repeat;
}
/*-----------------------------------
     ELEMENTOS DE LA CABECERA
-----------------------------------*/
#cabecera{
    width:755px;
	background:url(../images/fondo_cabecera.gif) top no-repeat;
	padding-top:93px;
}
#cabecera a{
    color:#fff;
}
.enlaces{
   float:left;
   color:#fff;
   font-weight:bold;
   padding:8px;
}
#navegacion{
   width:740px;
   float:left;
   color:#fff;
   font-weight:bold;
   padding:3px;
   padding-left:8px;
}
/*-----------------------------------
           BLOQUES
-----------------------------------*/
#bloque{
    float:left;
    width:733px;
	border:1px solid #d3d3d3;
	padding:10px;
	margin-top:10px;
	font-size:0.9em;
}
#bloque img{
    float:left;
}
#contenido_bloque{
    width:530px;
	margin-left:200px;
	height:auto;
	min-height:117px;
}
.precio{
    width:530px;
	float:right;
	font-size:1.4em;
    font-weight:normal;
    color:#f74f34;
	text-align:right;
	margin:0px;
	padding:0px;
	padding-top:-10px;
}
/*-----------------------------------
              PIE
-----------------------------------*/
#pie{
    float:left;
    width:755px;
	background:url(../images/pie.jpg) top no-repeat;
	padding:65px 0px 25px 0px;
	text-align:center;
	margin-top:10px;
	clear:both;
}
#pie a{
    color:#4b4b4b;
}.contorno {
	border: 1px solid #D8D8D8;
}
