body, div, span, table, td, th, tr, form, fieldset, legend, label, input, textarea, select, p, ul, li, h1, h2, h3, h4, h5, h6, b, br, hr {
  margin: 0;
  padding: 0;
  font-family: Verdana;
  font-size: 10px;
}

body {
  background-color: #fff;
  background-image:url('../images/body.jpg');
  background-repeat: repeat-y;
  overflow-y: scroll;
}

form {
  float: left;
}

form hr {
  margin: 10px 0;
  clear: both;
}

form p {
  display: block;
  clear: both;
  overflow: hidden;
}

form div {
  overflow: hidden;
}

fieldset {
  border: solid 1px #468;
  background-color: #fff;
  padding: 10px;
  min-width: 360px;
  -moz-border-radius: 5px;
  margin-bottom: 10px;
}

fieldset h1 {
  line-height: 22px;
  font-size: 11px;
  background-color: #555;
  color: #fff;
  padding: 0 10px;
  margin: 10px -10px;
}

legend {
  padding: 2px 20px;
  border: solid 1px #468;
  font-weight: bold;
  background-color: #79a;
  color: #fff;
  line-height: 20px;
}

legend img {
  margin: 0;
  padding: 0;
}

label {
  display: block;
  float: left;
  width: 150px;
  font-weight: bold;
  text-align: right;
  margin-right: 10px;
}

input[type="text"] {
  border: solid 1px #a9a9a9;
  background-color: #faf6f7;
  padding: 1px;
}

input[type="file"] {
  border: solid 1px #a9a9a9;
  background-color: #faf6f7;
  padding: 1px;
}

input[type="password"] {
  border: solid 1px #a9a9a9;
  background-color: #faf6f7;
  padding: 1px;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  border: solid 1px #000;
  background-image: none;
  background-color: #777;
  color: #fff;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  border: outset 1px #aaa;
  font-weight: bold;
  padding: 1px 10px;
  background-image: url('../images/submit.jpg');
  background-repeat: repeat-x;
  background-position: bottom;
}

input[disabled="disabled"] {
  border: solid 1px #aaa;
  font-weight: bold;
  padding: 1px 10px;
  background-image: none;
  background-color: #ccc;
  color: #888
}

input[disabled="disabled"]:hover {
  border: solid 1px #aaa;
  font-weight: bold;
  padding: 1px 10px;
  background-image: none;
  background-color: #ccc;
  color: #888;
}

input[type="checkbox"] {
  border: none;
}

input[type="image"] {
  border: none !important;
}

input[readonly="readonly"] {
  color: #622;
  font-weight: bold;
  border: none;
  background-color: transparent;
}

textarea {
  border: solid 1px #a9a9a9;
  background-color: #faf6f7;
  margin-top: 5px;
}

form .minifoto {
  margin-top: 5px;
}

select {
  border: solid 1px #a9a9a9;
  background-color: #faf6f7;
}

p, h1, h2, h3, h4, h5, h6 {
  line-height: 25px;
}

br {
  clear: both;
}

hr {
  margin: 5px 0;
  height: 0;
  border-style: dotted;
  border-width: 1px 0 0 0;
  border-color: #aaa;
}

ul {
  margin: 0 0 0 15px;
  list-style-type: square;
}

a img {
  border: none;
}

a {
  outline: none;
}

a:link {
  text-decoration: none;
  color: #006;
  font-weight: bold;
}

a:active {
  text-decoration: none;
  color: #006;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  color: #006;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #a42;
  font-weight: bold;
}

h1 {
  line-height: 35px;
  font-weight: bold;
  font-size: 15px;
  color: #246;
}

#base {
  position: relative;
  width: 1000px;
  margin: auto;
  overflow: hidden;
}

#cabecera {
  height: 75px;
  padding: 10px 0;
}

#preview {
  overflow: hidden;
  background-color: #000;
  color: #fff;
  padding: 5px;
  height: 450px;
}

#busqueda {
  position: relative;
  height: 360px;
  overflow: hidden;
  background-color: #000;
  background-image: url('../images/cab1.jpg');
  background-position: left bottom;
  background-repeat: no-repeat;
}

#ventana {
  height: 130px;
  width: 990px;
  overflow: hidden;
	margin: 5px;
	color: #fff;
}

/*
#lista-ancha {
  height: 130px;
  width: 9999px;
}

#lista-ajustada {
  height: 130px;
}
*/

#principal {
  background-color: #eee;
  background-image: url('../images/fondo_contenido.jpg');
  background-repeat: repeat-y;
  overflow: hidden;
}

#contenido {
  min-height: 320px;
  padding: 10px;
  background-color: #eee;
  overflow: hidden;
}

#principal #contenido {
  float: right;
  width: 730px;
}

#menu {
  float: left;
  width: 250px;
  min-height: 320px;
  background-color: #ddd;
}

#menu h1 {
  display: block;
  color: #fff !important;
  background-color: #555;
  padding: 3px 10px;
  line-height: 19px;
  font-size: 10px;
}

#menu hr {
  margin: 4px 0;
}

#menu ul {
  list-style: none;
  margin: 0;
}

#menu li {
	line-height: 25px;
	margin: 0;
	font-weight: bold;
	padding: 0 10px;
}

#menu li a {
  display: block;
  color: #000;
  margin: 0 -10px;
  padding: 0 10px;
}

#menu a:hover {
  background-color: #999;
  color: #fff !important;
}

#pie {
  clear: both;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  background-color: #000;
  color: #fff;
  margin-bottom: 50px;
  -moz-border-radius: 0 0 10px 10px;
}

#pie a {
  color: #aaa;
}

#base-admin {
  width: 1200px;
  margin-left: 0;
  overflow: hidden;
  margin: auto;
}

#popup {
  padding: 10px;
}

#popup fieldset {
  width: 550px;
}

#prestamo {
  display: none;
}

#seguro {
  display: none;
}

.error {
  border: solid 1px #900;
  background-color: #fff;
  color: #900;
  margin-bottom: 5px;
  padding: 0 10px;
  font-weight: bold;
}

.msg {
  border: solid 1px #009;
  background-color: #fff;
  color: #009;
  margin-bottom: 5px;
  padding: 0 10px;
  font-weight: bold;
}

.alerta {
  color: #900;
  margin: 0 5px;
  font-weight: bold;
}

.numero {
  text-align: right !important;
  white-space: nowrap;
}

.entero {
  white-space: nowrap;
}

.centrado {
  text-align: center;
}

.listado {
  border: solid 1px #468;
  border-collapse: collapse;
  margin-bottom: 5px;
}

.listado th {
  border: solid 1px #468;
  padding: 4px;
  background-color: #79a;
  color: #fff;
  vertical-align: top;
}

.listado th a {
  color: #fff;
}

.listado td {
  border: dotted 1px #468;
  padding: 4px;
  vertical-align: top;
}

.listado .minifoto {
  margin: 0;
}

.separador {
  margin: 0 10px;
}

.admin {
  background-color: transparent;
}

.admin a {
  display: block;
  float: left;
  width: 200px;
  border: outset 1px #aaa;
  padding: 7px 5px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  color: #000;
  background-image: url('../images/submit.jpg');
  background-repeat: repeat-x;
  background-position: bottom;
}

.admin a:hover {
  border: solid 1px #000;
  background-image: none;
  background-color: #777;
  color: #fff;
}

.minifoto {
  width: 100px;
  border: solid 1px #aaa;
}

.par {
  background-color: #fff;
}

.impar {
  background-color: #eee;
}

.paginacion {
  margin-bottom: 10px;
}

.paginacion a {
  margin: 0 10px 0 0;
}

.paginacion span {
  font-weight: bold;
  line-height: 15px;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.primer-item {
  width: 180px !important;
}

.arbol {
  margin: 10px 0;
  padding: 5px;
  border: solid 1px #aaa;
  background-color: #fff;
}

.arbol a {
  font-weight: bold;
  color: #777;
}

.arbol a:hover {
  color: #000;
}

.rama {
  display: none;
  line-height: 17px;
}

.rama img {
  display: inline;
  margin: 0 3px 0 0px;
}

.rama .rama {
  margin-left: 25px;
}

.galeria {
  background-color: #eee;
  overflow: hidden;
  padding: 5px;
  -moz-border-radius: 5px;
}

.galeria div {
  float: left;
  text-align: center;
  border: solid 1px #aaa;
  padding: 3px;
  margin: 5px;
  background-color: #fff;
}

.preview {
  width: 90px;
  height: 90px;
}

.accesorios {
  list-style-type: none;
  display: block;
  border: solid 1px #aa5;
  margin: 10px 0;
  height: 140px;
  width: 500px;
  overflow: auto;
}

.accesorios li {
  line-height: 13px;
  padding: 10px 0 10px 5px;
}

.barcos {
  list-style-type: none;
  text-indent: 0;
  display: block;
  width: 500px;
  overflow: auto;
}

.barcos li {
  line-height: 22px;
}

.cebra {
  background-color: #ffd;
}

.izquierda {
  float: left;
}

.derecha {
  float: right;
}

.barra-admin {
  float: left;
  margin: 0 0 0 100px;
  font-weight: bold;
  color: #fff;
}

.barra-admin a {
  color: #fff;
}

.logo {
  float: left;
  margin-left: 20px;
}

.idioma {
  float: right;
  margin-right: 20px;
}

.idioma img {
  margin: 0 0 0 10px;
}

.boton-scroll {
  margin: 5px 0 5px 5px;
  float: left;
  height: 130px;
  background-color: #333;
  padding: 0 2px;
  -moz-border-radius: 5px;
}

.boton-scroll a {
  display: block;
  margin-top: 32px;
}

.nota {
  float: left;
  height: 130px;
  width: 160px;
  overflow: hidden;
  text-align: justify;
  padding-right: 15px;
  margin-right: 15px;
}

.nota img {
  margin-top: 10px;
}

.foto-nota {
  float: left;
  height: 130px;
  border: solid 1px #333;
	margin: 10px 10px 0 0;
}

.menu-principal {
  float: right;
  width: 890px;
  margin: 10px 10px 10px 0;
}

.menu-principal ul {
  float: right;
  display: block;
  padding: 0;
  margin: auto;
}

.menu-principal li {
  float: left;
  display: block;
  margin: 10px;
  font-weight: bold;
  font-size:11px;
}

.menu-principal li a {
  padding: 5px;
  color: #000;
  -moz-border-radius: 5px;
}

.menu-principal li a:hover {
  background-color: #eee;
  color: #000;
}

/*
.marca {
  display: block;
  float: left;
  width: 130px;
  height: 70px;
  border: outset 1px #aaa;
  margin: 0 5px 5px 0;
  background-color: #fff;
  text-align: center;
}

.marca img {
  width: 130px;
  height: 70px;
}

.marca p {
  font-weight: bold;
  margin: 20px 0;
  line-height: 12px;
}

.marca:hover {
  border-style: solid;
}
*/

.paquete {
  width: 1160px;
  overflow-x: scroll;
}

.paquete table {
  margin-bottom: 10px;
}

.empaquetado {
  width: 300px;
}

.amplia-modelos {
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 88;
  padding: 0 0 10px 0;
  margin: 10px;
  background-color: #777;
  color: #fff;
  float: left;
  width: 680px;
  border: outset 1px #333;

	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.amplia-modelos a {
  color: #fff;
}

.amplia-modelos h1 {
  line-height: 24px !important;
  font-size: 12px !important;
  background-color: #ddd;
  color: #000;
  margin-bottom: 10px;
  padding-left: 10px;
}

.amplia-modelos ul {
  list-style: none;
  margin: 0 0 0 10px;
}

.amplia-modelos li {
  float: left;
  display: block;
}

.amplia-modelos a {
  width: 200px;  
  display: block;
  padding: 5px 10px;  
}

.amplia-modelos a:hover {
  background-color: #333 !important;
}

.fotos-ficha div {
  float: left;
  border: solid 1px #aaa;
  margin: 0 10px 10px 0;
  padding: 2px;
  height: 130px;
}

.fotos-ficha img {
  height: 100px;
}

.fotos-ficha p {
  text-align: center;
}

.accesorios-ficha {
  clear: both;
}

.accesorios-ficha ul {
  margin: 0 0 0 20px;
  padding-bottom: 10px;
  list-style-type: none;
  font-weight: bold;
}

.accesorios-ficha ul ul {
  margin: 0 0 0 40px;
  list-style-type: square;
  font-weight: normal;
}

.marcado {
  font-weight: bold;
  background-color: #037;
  color: #fff;
}

.desplegable {
  position: relative;
}

.desplegable ul a {
  font-weight: normal;
}

.desplegable ul {
  position: absolute;
  top: 18px;
  left: 0px;
  z-index: 99;
  display: none;
  width: 180px;
  height: 370px;
  background-image: url('../images/fondo_menu.gif');
  background-repeat: repeat-y;
  background-position: -10px 0;
}

.desplegable ul li {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 170px;
}

.desplegable ul ul {
  position: absolute;
  z-index: 100;
  left: 180px;
  top: 0;
}

.desplegable li a {
  line-height: 19px;
  background-color: transparent !important;
  color: #fff;
}

.desplegable li a:hover {
  color: #fff;
}

.desplegable li:hover {
  background-color: transparent;
  background-image: url('../images/flecha.gif');
  background-repeat: no-repeat;
  background-position: top right;
}

.version {
  height: auto !important;
  position: static !important;
  display: block !important;
  background-image: none !important;
  background-color: transparent !important;
}

.version li {
  background-image: none !important;
  margin-left: 10px !important;
  width: 180px;
}

.desplegable .version > li:hover {
  background-image: url('../images/fondo_version.gif') !important;
  background-repeat: repeat-y !important;
  background-position: -45px 0 !important;
}

.minificha {
  background-color: #fff !important;
  background-image: none !important;
  border: solid 1px #333;
  width: 400px !important;
  min-height: 348px;
  display: none;
  position: absolute;
  z-index: 100;
  left: 180px;
  top: 0;
  margin-left:10px;
  margin-right:10px;
  padding: 0 !important;
}

.minificha li {
  width: 400px !important;
  height: 358px;
  overflow: hidden;
  background-color: #fff !important;
  background-image: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.minificha h1 {
  font-size: 11px;
  padding: 2px 5px;
  line-height: 21px;
  background-color: #000;
  color: #fff;
}

.minificha p {
  line-height: 18px;
  margin: 10px 10px 0 10px !important;
  color: #000;
}

.minificha img {
  height: 180px;
  margin: 10px;
  float:center;
}

.panel {
  position: absolute;
  top: 75px;
  left: 0px;
  z-index: 88;
  width: 250px;
  height: 285px;
  background-color: #333;
  margin: 1px 0;
  overflow: hidden;
  
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.panel h1 {
  display: block;
  color: #fff !important;
  padding: 3px 10px;
  line-height: 19px;
  font-size: 11px;  
}

.panel hr {
  margin: 0 0 4px 0;
}

.panel ul {
  list-style: none;
  margin: 0;
}

.panel li {
  line-height: 25px;
  color: #fff !important;
  margin: 0;
}

.panel a {
  display: block;
  color: #fff !important;
  padding: 0 10px;
}

.panel a:hover {
  background-color: #999;
  color: #fff !important;
}

.panel form {
  float: none;
  margin: 10px 0 0 0;
}

.panel fieldset {
  min-width: 0;
  width: auto;
  background-color: #444;
  border-color: #777;
  border-width: 1px 0 0 0;
  margin: 0;
  -moz-border-radius: 0;
}

.panel legend {
  display: block;
  background-color: #777;
  border-color: transparent;
  padding: 3px 10px;
  margin: 0;
}

.panel label {
  display: block;
  float: left;
  width: 60px;
  text-align: left;
  color: #fff;
  font-weight: normal;
}

.panel p {
  line-height: 20px;
}

.panel input[type="text"] {
  background-color: #eee;
  border-color: #333;
}

.panel input[type="password"] {
  background-color: #eee;
  border-color: #333;
}

.columna {
  float: left;
  width: 300px;
}

.paso {
  overflow: hidden;
  width: 980px;
  background-color: #fff;
  background-image: url('../images/linea.jpg');
  background-repeat: repeat;
  
  padding: 0 10px;
  margin: -10px -10px 10px -10px;
}

.paso span {
  display: block;
  float: left;
  white-space: nowrap;
  padding: 8px 8px 9px 8px;
  font-size: 9px;
  font-weight: bold;
  margin: 10px 3px 0 0;
  
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #009;
  -moz-border-radius: 5px 5px 0 0;
  background-color: #eee;
  color: #000 !important;
}

.solapa {
  display: block;
  float: left;
  height: 26px;
  white-space: nowrap;
  padding: 6px !important;
  font-size: 9px !important;
  font-weight: normal !important;
  margin: 13px 3px 1px 0 !important;

  -moz-border-radius: 5px 5px 0 0;
  background-color: #68a;
  color: #fff !important;

  background-image: url('../images/sombra.png') !important;
  background-position: bottom;
  background-repeat: repeat-x;

  border: none !important;
}

.solapa:hover {
  background-color: #555 !important;
}

.pedido{
  float: left;
  width: 600px;
}

.pedido table {
  width: 600px;
  border-collapse: collapse;
  border: solid 1px #aaa;
  background-color: #fff;
  font-size: 10px !important;
  margin-bottom: 10px;
}

.pedido fieldset {
  float: left;
  width: 575px;
}

.pedido .listado {
  width: 570px !important;
}

.pedido * {
  font-size: 10px !important;
}

.pedido tr {
  border: dotted 1px #ddd;
  border-width: 1px 0;
}

.pedido td, .pedido th {
  text-align: left;
  vertical-align: top;  
  padding: 5px 10px;
}

.item:hover {
  background-color: #ddf;
  border: solid 1px #aad;
}

.check {
  width: 13px;
}

.detalle_popup {
  position: absolute;
  left: 618px;
  z-index: 99;
  width: 350px;
  display: none;
  background-color: #555;
  color: #fff;
  border: outset 1px #333;
  padding: 0 10px 10px 10px;

	filter: alpha(opacity=97);
	-moz-opacity: 0.96;
	-khtml-opacity: 0.96;
	opacity: 0.96;
}

.foto_detalle {
  height: 90px;
  border: solid 1px #aaa;
}

.detalle_popup * {
  font-size: 10px !important;
}

.info {
  padding-right: 10px;
  background-color: transparent;
}

.info div {
  height: 130px;
}

.info p {
  
}

.info img {
  float: left;
  height: 130px;
  margin-right: 10px;
}

.detalle_cat {
  float: left;
  height: 130px;
  margin: 0 10px 0 0;
  border: solid 4px #333;
  background-color: #333;
  text-align: center;
}

.detalle_cat img {
  height: 100px;
}

.detalle_cat h1 {
  line-height: 21px;
  font-size: 11px;
  color: #fff;
}

.detalle_cat a {
  color: #fff;
  font-weight: normal;
}

.resumen {
  float: right;
  width: 370px;
  border: solid 1px #aaa;
  background-color: #fff;
  height: 280px;
  overflow-y: scroll;
}

.resumen h1 {
  line-height: 21px;
  font-size: 11px;
  color: #000;
  padding: 0 10px;
}

.resumen .titulo {
  line-height: 21px;
  background-color: #777;
  color: #fff;
  margin: 0;
  padding: 0 10px;
}

.resumen ul {
  margin: 0 10px 10px 35px;
}

.resumen p {
  margin: 0px 10px;
}

.login {
  float: right;
  font-size: 10px;
  margin-right: 20px
}

.login td, .login th {
  padding-left: 5px;
  font-size: 10px;
  vertical-align: middle;
}

.login input[type="submit"] {
  line-height: 18px;
  padding: 1px 4px;
  font-size: 10px;
}

.error_login {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
}

.ficha-barco {
  border: solid 1px #468;
  background-color: #fff;
  padding: 20px 10px 10px 10px;
  min-width: 360px;
  margin: 10px 0;
  overflow: hidden;
  -moz-border-radius: 5px;
}

.ficha-barco h1 {
  position: absolute;
  display: block;
  float: left;
  padding: 2px 20px;
  border: solid 1px #468;
  font-weight: bold;
  background-color: #79a;
  color: #fff;
  line-height: 20px;
  margin: -35px 0 10px 5px;
  font-size: 11px;
}

.ficha-barco h2 {
  background-color: #eee;
  padding: 0 10px;
  line-height: 20px;
  margin-top: 10px;
}

.ficha-barco ul {
  margin-left: 30px;
}

.ficha-barco table {
  width: 705px;
  line-height: 18px;
}

.ficha-barco th, .ficha-barco td {
  padding: 2px;
}

.ficha-barco th {
  text-align: left;
  background-color: #eee;
}

.ficha-barco hr {
  margin: 10px 0;
}

/*aggiungo contenuto per la scheda barca*/

.ficha-barco2 {
  background-color: #fff;
  padding: 20px 10px 10px 10px;
  min-width: 360px;
  margin: 10px 0;
  overflow: hidden;
  -moz-border-radius: 5px;
}

.ficha-barco2 h1 {
  position: absolute;
  display: block;
  float: left;
  padding: 2px 20px;
  border: solid 1px #468;
  font-weight: bold;
  background-color: #79a;
  color: #fff;
  line-height: 20px;
  margin: -35px 0 10px 5px;
  font-size: 11px;
}

.ficha-barco2 h2 {
  background-color: #eee;
  padding: 0 10px;
  line-height: 20px;
  margin-top: 10px;
}

.ficha-barco2 ul {
  margin-left: 30px;
}

.ficha-barco2 table {
  width: 100%;
  line-height: 18px;
}

.ficha-barco2 th, .ficha-barco td {
  padding: 2px;
}

.ficha-barco2 th {
  text-align: left;
  background-color: #eee;
}

.ficha-barco2 hr {
  margin: 10px 0;
}

/*chiudo */




.marquesina {
  background-color: transparent;
}

.marquesina img {
  width: 1000px;
  height: 360px;
}

.boton {
  border: outset 1px #aaa;
  font-weight: bold !important;
  padding: 2px 6px !important;
  line-height: 17px !important;
  background-image: url('../images/submit.jpg');
  background-repeat: repeat-x;
  background-position: bottom;
  -moz-border-radius: 0 !important;
  color: #000 !important;
}

.noticia {
  position: absolute;
  top: 190px;
  left: 10px;
  z-index: 88;
  width: 710px;
  background-color: #333;
  margin: 1px 0;
  overflow: hidden;
  color: #fff;
  padding: 10px;
  border: solid 1px #000;
  
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;  
}

.noticia h1 {
  color: #fff;
}

.noticia a {
  color: #6cc;
}

.desc-foto {
  position: absolute;
  top: 10px;
  left: 385px;
  width: 583px;
  height: auto;
  border: solid 1px #000;
  color: #fff;  
  background-color: #333;
  padding: 10px;
  
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;  
}

.desc-foto h1 {
  margin: -10px -10px -10px;
  color: #fff;
  background-color: #222;
  padding: 4px 10px;
  line-height: 18px;
  font-size: 11px;
}

.desc-foto p {
  margin: 10px 0;
}

/*
.marca {
  height: 370px !important;
}

.marca ul {
  height: 370px !important;
}
*/

.configurador {
  float: left;
  margin-right: 10px;
  width: 220px;
}

.configurador select {
  width: 160px;
  margin-bottom: 10px;
}

.foto-usado {
  width: 350px;
}

.foto-usado img {
  width: 350px;
}

.galeria-usado {
  padding: 0;
}

.galeria-usado img {
  width: 65px;
  height: 50px;
  margin: 2px;
}

.producto {
  border: solid 1px #468;
  background-color: #fff;
  padding: 0 10px 10px 10px;
  -moz-border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.producto h1 {
  color: #000;
  font-size: 11px;
  border-style: dotted;
  border-width: 0 0 1px 0;
  border-color: #aaa;
}

.producto img {
  float: left;
  width: 200px;
  margin: 10px 10px 10px 0;
}

.producto div {
  width: 485px;
  float: right;
}

.final {
  float: left;
  width: 575px;
}

.final fieldset {
  width: 575px;
}


.barco_preview, .detalle_preview {
  float: left;
  height: 130px;
  margin: 0 10px 0 0;
}

.detalle_preview img {
  height: 100px;
}

.detalle_preview {
  text-align: center;
}

.barco_preview img {
  height: 130px;
}

.preview-pedido {
  float: right;
  width: 350px;
  background-color: #fff;
  border: solid 1px #aaa;
  padding: 10px;
}

.preview-pedido h1 {
  margin: -10px -10px 10px -10px;
  font-size: 10px;
  line-height: 24px;
  padding: 0 10px;
  background-color: #68a;
  color: #fff;
  font-weight: normal;
}

.preview-pedido h2 {
  line-height: 22px;
  background-color: #eee;
  padding: 0 10px;
}

.preview-pedido ul {
  margin: 0 0 15px 19px;
}

.preview-pedido li {
  line-height: 16px;
}

.popup-accesorio {
  position: absolute;
  left: 618px;
  z-index: 99;
  width: 350px;
  display: none;
  background-color: #555;
  color: #fff;
  border: outset 1px #333;
  margin-top: -19px;
  padding: 0 10px 10px 10px;
  text-align: left;
  white-space: normal;

	filter: alpha(opacity=97);
	-moz-opacity: 0.96;
	-khtml-opacity: 0.96;
	opacity: 0.96;
}

.filtro-usados {
  width: 240px;
  padding: 5px;
}

.filtro-usados p {
  padding: 0 5px;
  margin: 0 0 5px 0;
  background-color: #d1d1d1;
}

.filtro-usados label {
  text-align: left;
  width: 210px;
  overflow: hidden;
  line-height: 15px;
}

.foto-principal {
  display: block;
  height: 210px;
}

.fotos-galeria {
  width: 120px;
  height: 90px;
  border: solid 1px #444;
  margin: 10px 10px 0 0;
}

.menu-ficha {
  float: right;
  list-style: none;
}

.menu-ficha a {
  display: block;
  width: 200px;
  padding: 10px;
  margin: -10px;
  color: #000;
  background-color: #eee;
  background-image: url('../images/submit.jpg');
  background-repeat: repeat-x;
}

.menu-ficha li {
  display: block;
  width: 200px;
  padding: 10px;
  border: solid 1px #aaa;
  margin-bottom: 4px;
  color: #fff;
  font-weight: bold;
  background-color: #333;
}

.menu-ficha a:hover {
  background-image: none;
  background-color: #357;
  color: #fff;
}

.paso-ficha {
  float: left;
  width: 430px;
  border: solid 1px #aaa;
  padding: 10px;  
  background-color: #f3f3f3;
  -moz-border-radius: 5px;  
}

.foto-desplegada {
  float: right;
  width: 820px;
}

.foto-desplegada > .foto-galeria {
  width: 990px !important;
}

.foto-desplegada img {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.foto-sola img {
  width: 990px !important;
  height: 450px;
}

.foto-galeria {
  float: left;
  width: 165px;
}

.foto-galeria div {
	position: relative;
}

.foto-galeria img {
  width: 165px;
  margin-bottom: 5px;
}

.foto-galeria p {
	position: absolute;
	top: 0;
  display: block;
  width: 165px;
  background-color: #000;
  padding: 0 3px;
  
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.titulo-pedido {
  clear: right;
  float: right;
  margin: 10px 20px 0 0;
}

.titulo-pedido h1 {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}

.menu-ficha2 {
  float: left;
  list-style: none;
}

.menu-ficha2 a {
  display: block;
  width: 227px;
  padding: 10px;
  margin: -10px;
  color: #000;
  background-color: #eee;
  background-image: url('../images/submit.jpg');
  background-repeat: repeat-x;
}

.menu-ficha2 li {
  display: block;
  width: 227px;
  padding: 10px;
  border: solid 1px #aaa;
  margin-bottom: 4px;
  color: #fff;
  font-weight: bold;
  background-color: #333;
}

.menu-ficha2 a:hover {
  background-image: none;
  background-color: #357;
  color: #fff;
}

.testo-prezzo {
	font-size: 11px;
	color: #0099FF;
	font-weight:bold;
}

.testo-descofferta {
	font-size: 8px;
	color: #ffffff;
}

.testo-descofferta2 {
	font-size: 8px;
	color: #333333;
}

.testo-descofferta2 {
	font-size: 9px;
	color:#CCCCCC;
}

.menu-ficha3 {
  float: left;
  list-style: none;
}

.menu-ficha3 a {
  display: block;
  width: 227px;
  padding: 10px;
  margin: -10px;
  color: #000;
  background-color: #eee;
  background-image: url('../images/submit2.jpg');
  background-repeat: repeat-x;
}

.menu-ficha3 li {
  display: block;
  width: 227px;
  padding: 10px;
  border: solid 1px #aaa;
  margin-bottom: 4px;
  color: #fff;
  font-weight: bold;
  background-color: #333;
}

.menu-ficha3 a:hover {
  background-image: none;
  background-color: #357;
  color: #fff;
}

.foto-ficha {
  width: 200px;
  float: left;
  margin-right: 10px;
}

.ficha-barco-completa {
	width: 700px;
}

.tabulador {
	padding: 0 0 0 30px;
}

.ficha-serie {
	width: 260px;
}

.ficha-dual {
  width: 978px;
  margin-bottom: 10px;
}

.ficha-dual td {
  padding: 0 10px;
  background-color: #fff;
  border: solid 1px #999;
}

.ficha-dual ul {
  margin-bottom: 15px;
  list-style: none;
  margin-left: 0px;
}

.ficha-dual ul ul li {
  list-style: square;
  margin-left: 20px !important;
}

.ficha-dual li {
  clear: left;
}

.ficha-dual td {
  vertical-align: top;
}

.descripcion-accesorio {
  width: 410px;
  display: block;
  float: left;
}

.precio-accesorio {
  width: 70px;
  display: block;
  float: left;
  text-align: right;
}