@charset "utf-8";
/* CSS Document */

html {
height: 100%;
}
body {
/*height: 100%;*/
margin: 0px;
padding: 0px;
text-align: center;
background-color:#E5E6E1;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#343629
/*
background-image:url(../img/blanco_linea.gif);
background-position:50% 0px;
background-repeat:repeat-y;
*/
}

#centro {
background: #ffffff;
/*height: 100%;*/

width: 970px;
margin: 0 auto;
text-align: left;
}
#contenido-centro {
margin-left:25px;
margin-right:25px;
background-color:#FFFFFF;
padding-bottom:20px
}
#cabecera{height:114px; min-height:114px;}
#producto{height:335px; min-height:335px;background-image:url(../img/bg_portada.jpg); background-repeat:repeat-x; background-position:top; position:relative;  background-color:#FFFFFF}
#navegacion_lateral{ width:198px; float:left; padding-top:20px;}
#ficha_producto{ float:right; width:717px; height:325px; padding-top:25px}
#detalle_peixe{ float:right; width:677px;  margin-right:11px }
#miniaturas_productos{ float:right; width:698px;}
/* FIN DE LA DEFINICION DE FORMA*/


/* MENU DE NAVEGACION LATERAL*/
#navegacion_lateral{ margin-top:28px}
#navegacion_lateral ul{list-style:none; margin:0px; padding:0px; margin-left:11px;}
#navegacion_lateral ul li{/*margin-left:20px; margin-right:20px; */height:23px; min-height:23px;}
#navegacion_lateral ul li img{padding-top:6px;padding-left:15px}
#navegacion_lateral ul li a{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; text-decoration:none; color:#000000; }
.menu_marcado{}

.separador{border-bottom:none}
/* OTROS */
a img{border:none;}
a{ outline:none}

/* MENU DE LOS PEIXES miniaturas */
.menu_peixes{width:698px;}
.caja_peixe{ background-color:#FFFFFF; padding:8px; width:92px;}

.rollOverImageLink img
			{
				border:0px;
			}

.rollOverImageLink .overImage, .rollOverImageLink .disabledImage
			{
				display:none;
			}	

.rollOverImageLink .overImage
			{
				position:absolute;
			}
			
/* estilos de las ficharlssss*/

.titular_ficha{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:22px; color:#38DDFB;}

.precio_ficha{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:20px}

.datos_ficha{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; line-height:18px; background-image:none; width:280px; padding-left:65px}

.nombre_datos_ficha{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin-left:41px; font-weight:bold;}


.nombre_mini{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;  font-weight:bold;}



#buscar{border:1px solid #cccccc; background-color:#FFFFFF; font-size:10px; margin-left:15px; width:155px; padding-top:6px; padding-bottom:6px}



/****************/
.pagination {
            font-size: 10px;
			font-weight:bold;

        }
        
.pagination a {
    text-decoration: none;
	color: #000000;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0px;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {

    color: #666666;

}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}








 #miniaturas ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#miniaturas ul li { display: inline; float:left;margin:3px; width:132px}

#miniaturas ul li a
{
text-decoration: none;
padding: .2em 1em;

}

#miniaturas ul li a:hover
{
color: #fff;
}
.activorl{font-size:11px; color:#38DEFC; font-weight:bold}
.arte_pesca{ font-size:9px; font-weight:normal}
.nome_peixe{font-size:11px; font-weight:bold; }

.nombre{ font-size:10px; font-weight:normal; color:#343629}

.textos_ficha:first-letter{
font-size:9px}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
SHADOW BOX CSS /////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////// */
/*_________________________________________________________________  wrapper  */
div#wrapper {
  margin: 0 auto;
  width: 622px;
  margin-bottom: 20px;
  border: 1px solid #333;
  padding: 18px;
  background-color: #060606;
}
/*__________________________________________________________________  header  */
#version {
  float: right;
  height: 55px;
  width: 55px;
  background-image: url(version.png);
}
#header {
  padding-bottom: 9px;
}
#header h1 {
  display: inline;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Georgia, serif;
  font-style: italic;
}

/*_____________________________________________________________________  nav  */
div#nav {
  font-weight: bold;
  padding-bottom: 9px;
  margin-bottom: 18px;
  border-bottom: 1px dotted #333;
}

/*____________________________________________________________________  text  */
.hidden {
  display: none;
}
p {
  text-indent: 18px;
  text-align: justify;
}
p, pre {
  margin: 0 0 18px 0;
}
pre, code {
  font-family: Monaco, monospace;
  font-size: 12px;
}
pre {
  background-color: #060606;
  width: 600px;
  overflow: auto;
}
code {
  color: #a6d810;
}

/*__________________________________________________________________  images  */
img {
  border: none;
}

/*_________________________________________________________________  headers  */

/*___________________________________________________________________  notes  */
p.note {
  text-indent: 0;
  background-image: url(bg.gif);
  background-repeat: repeat;
  padding: 10px;
  border: 1px dashed #9a11d3;
}
p.note span {
  color: #9a11d3;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
}

/*______________________________________________________________________  qa  */
div.question p, div.answer p {
  text-indent: 0px;
}
div.question span, div.answer span {
  font-weight: bold;
  color: #9a11d3;
  font-family: Georgia, serif;
  font-style: italic;
}

/*__________________________________________________________________  footer  */
div#footer {
  border-top: 1px dotted #333;
  font-family: Georgia, serif;
  font-style: italic;
  padding: 9px 0 0;
  text-align: center;
}
.peque{font-size:10px}
