body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration : none;
	background-image: url(../images/fondo_cabecera.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #CBD4D9;
	margin:0px;
}

#container{
	width:786px;
	height:auto;
	margin: 106px auto;
}

#cabecera{
	width:786px;
	height:93px;
	background-image: url(../images/cap.jpg);
	background-repeat:no-repeat;
	
}

#menu{
	width:576px;
	height:93px;
	padding:60px 0px 0px 20px;
	position:absolute;
	float:left;
}

#idiomas{
	width:108px;
	height:93px;
	margin-left:676px;
	position:absolute;
}

#idiomas img{
	border:0px;
}



#principal{
	width:784px;
}

#presentacion{
	width:784px;
	height:195px;
}

#ruta{
	width:735px;
	height:18px;
	background-color:#999999;
	margin: 0px auto;
	padding:3px 0px 0px 25px;
	color:#FFFFFF;
}

#ruta a{
	color:#FFFFFF;
	text-decoration:none;
}

.texto1{
	width:760px;
	height:auto;
	margin: 0px auto;
	background-color:#ECECEC;
	padding-bottom:15px;
}

.texto1 p{
	padding:12px 25px 0px 25px;
	color: #062A36;
	margin:0px;
}

.enlaces{
	width:760px;
	height:20px;
	background-color:#CCCCCC;
	margin: 0px auto;
}

.enlace_activo{
	float: right;
	padding: 3px 4px 0px 4px;
	height: 17px;
	background-color: #FF9D00;
	font-weight: bold;
	border-left: 2px solid #FFFFFF;
}

.enlace_activo a{
	text-decoration: none;
	color:#FFFFFF;
}

.enlace_inactivo{
	float: right;
	padding: 3px 4px 0px 4px;
	height: 17px;
	background-color: #999999;
	font-weight: bold;
	border-left: 2px solid #FFFFFF;
}

.enlace_inactivo a{
	text-decoration: none;
	color:#FFFFFF;
}

.enlace_inactivo:hover{
	background-color: #333333;
}

.texto2{
	width:760px;
	height:auto;
	margin: 0px auto;
	background-color:#F9F9F9;
	color: #062A36;
	background-image:url(../images/bajos.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 15px 0px 15px 0px;
}

.texto2 p{
	padding:0px 12px 0px 12px;
	color: #062A36;
	margin:0px;
}

.texto2 img.fotop{
    float:right;
    margin-right:12px;
}

.solicitud{
	width: 760px;
}

.texto2 p.obligatorio{
	margin:0px;
	color:#FF9D00;
	font-weight:bold;
}

.busqueda{
	margin-bottom:20px;
	padding-left:10px;
}

.listado_barcos{
	padding-left:10px;
	padding-right:10px;
}

.barco{
	border: 2px solid #CCCCCC;
	margin-bottom:10px;
	overflow:hidden;
	width: 100%;
}

.barco_imagen{
	margin-right:5px;
	float:left;
}

.barco a{
	text-decoration:none;
}

.barco img{
	border: 0px;
}

.barco_barra{
	background-color:#CCCCCC;	
}

.barco_titulo{
	font-weight:bold;
	color:#666666;
	height:20px;
}

.barco_info{
	background-color:#FF9D00;
	height:20px;
	float:right;
}

.barco_info:hover{
	background-color: #333333;
}

.barco_info a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
}

.barco_desc{
	padding-right:4px;
}

.contacto{
	color: #062f43;
	text-decoration:none;
}

.pasos{
	height:20px;
}

.pasos a{
	text-decoration:none;
	color:#FFFFFF;
}

.visto{
	float:left;
	width:140px;
	height:20px;
	background-color:#333333;
	margin: 0px 3px 0px 3px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	padding-top: 3px;
}

.activo{
	float:left;
	width:140px;
	height:20px;
	background-color:#FF9900;
	margin: 0px 3px 0px 3px;
	text-align:center;
	font-weight:bold;
	color:#333333;
	padding-top: 3px;
}

.pendiente{
	float:left;
	width:140px;
	height:20px;
	background-color:#878787;
	margin: 0px 3px 0px 3px;
	text-align:center;
	font-weight:bold;
	color:#333333;
	padding-top: 3px;
}

.pendiente:hover{
	background-color:#333333;
}

.visto:hover{
	background-color:#878787;
}

#baners{
	margin-top:10px;
	text-align:center;
}

#fotos{
	margin: 10px 10px 10px 10px;
	text-align:center;
}

#footer{
	width:784px;
	margin-top:20px;
}

#footer p{
	font-size: 9px;
	color:#062F43;
	text-align:center;
}



/*Formularios*/



.componente{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 6px;
	margin-left: 6px;
}
.form_izq{
	width:350px;
	float: left;
	padding-left:12px;
}

.form_der{
	width:350px;
	margin-left: 370px;
}

.botonera{
	text-align:right;
	margin: 40px 0px  0px 0px;
}

input{
	border: 2px solid #CBD4D9;
	padding: 3px;
    font-family: Verdana;
	font-size: 11px;
	color: #062a36;
}

input.largo{
    width: 213px;
}

input[type="submit"]{
	background-color:#666666;
	color:#FFFFFF;
	border: 1px solid #666666;
	font-weight:bold;
	margin: 10px 40px  0px 40px;
}

input[type="submit"]:hover{
	background-color:#111111;
	color:#FFFFFF;
	border: 1px solid #666666;
	font-weight:bold;
}

input[type="reset"]{
	background-color:#666666;
	color:#FFFFFF;
	border: 1px solid #666666;
	font-weight:bold;
}

input[type="radio"]{
	border:0px;
}

select{
	border: 1px solid #CCCCCC;
	color:#666666;
}

textarea{
	border: 2px solid #CBD4D9;
	padding: 3px;
    font-family: Verdana;
	font-size: 11px;
}

.etiqueta_corta{
	float:left;
	width: 100px;
	height: 12px;
	padding: 6px 6px 6px 0px;
	font-weight: bold;
	color: #666666;
}

.etiqueta_larga{
	float:left;
	width: 125px;
	height: 12px;
	padding: 6px 6px 6px 0px;
	font-weight: bold;
	color: #666666;
}

.negrita{
	text-decoration:underline;
	color: #062a36;
	font-weight:bold;
}



/*Menu dinámico*/

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav li:hover{
	border-color:1px solid #FF9900;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 11px/25px verdana, arial, helvetica, sans-serif;
  color: #FFFFFF;
  display: block;
  padding: 0 9px;
  text-decoration: none;
  border-color:1px solid #FF9900;
}

.nav li a:hover {
  color:#FF9900;
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
  color:#FF9900;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #174660;
  color: #ffffff;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #08202C;
  color: #ffffff;	
}

.nav ul {
  background: #565656;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 180px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 160px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
  border-bottom:1px solid #FF9D00;
}


/* Afegit Felip */
.texto0{
	width:760px;
	height:auto;
	margin: 0px auto;
	background-color:#F9F9F9;
	padding-bottom:15px;
}

.texto0 p{
	padding:12px 25px 0px 25px;
	color: #062A36;
	margin:0px;
}

.texto2 p.mig{
	text-align:center;
}
