@charset "utf-8"; 
/*
	Empresa:	Goma 3 Estudio Multimedia S.L.(www.goma3.es)
	Autor: 		Christian Schroeder <christian.schroeder@goma3.es>
	Fecha:		28-02-2009
	
	Comentarios
	-----------
	Las reglas de esta página afectan a todas las paginas HTML
	de esta web
	
*/
/* Inicializacion */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
	margin:0;
	padding:0;
	line-height:1.1em;
	outline:none;
}
body {
	background-color:#fff; /*blanco */
}
/* titulos */
* i {
	font-size:inherit;
	color:inherit;
	font-weight:inherit;
}
h1, h1 i {
	font-size:1.9em;
	color:#369; /* azul medio */
	font-weight:bold;
	margin-bottom:10px;
}
h1 i { 
	font-size:1em;
}
h2 {
	font-size:1.5em;
	color:#369; /* azul medio */
	font-weight:bold;
	margin-bottom:10px;
}
h3, h3 i {
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
h3 i {
	font-size:0.95em; 
}
div.h3 {
	color:ff9900;
}
h4 {
	font-size:1.2em;
	color:#369; /* azul medio */
	font-weight:bold;
	margin-bottom:2px;
}
h4 a {
	font-size:1em;
	color:#369; /* azul medio */
	font-weight:bold;
	margin-bottom:2px;
	text-decoration:none;
}
h5 {
	font-size:1.1em;
	color:#369; /* azul medio */
	font-weight:bold;
}
h5 a {
	font-size:1em;
	color:#369; /* azul medio */
	font-weight:bold;
	margin-bottom:2px;
	text-decoration:none;
}
.tit-input {
	color:#113c5a;
	margin-bottom:5px;
}
	
hr {
	clear:both;
	width:100%;
	margin:0;
	margin-top:20px;
	margin-bottom:5px;
	border:0px;
	border-bottom:1px solid #ccc;
}
div.hr-in-box {
	clear:both;
	width:auto;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}
div.hr {
	width:100%;
	margin-top:5px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
j6, j6 a, j6 i {
	font-size:1em;
	color:#369; /* azul medio */
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
span {
	font-weight:bold;
	font-size:inherit;
}
strong {
	font-weight:bolder;
	font-size:1em;
}
a {
	font-size:1em;
	cursor:pointer;
	color:#f90;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img {
	border:0;
	vertical-align:middle;
}
ol {
	list-style-type:decimal;
	list-style-position:inside;
}
ul {
	list-style-type:disc;
	list-style-position:inside;
}
.to-do li{
	list-style: none;
	border-bottom:1px solid grey;
	padding-bottom:3px;
	}
.to-do img{
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 10px;
	}
.to-do li a {
	font-weight:bold;
	text-decoration: none;
	
}
	}
.home {
	/*list-style-type: circle;*/
	color:#336699;
	list-style-image:url(../images/layout/icons/listado.png);	
}
.home li{
	color:#336699;
	font-weight:bold;
}
p, ul, ol {
	margin-bottom:10px;
}
p, ul li, ol li {
	font-size:1.2em;
}
li a {
	font-size:1em;
}
ul.errors {
	clear:both;
	list-style-type:none;
	margin-bottom:0;
}
ul.errors li {
	color:#f00;
	font-size:0.8em;
}
p.tiny {
	font-size:0.8em;
}
p.tiny2 {
	font-size:0.8em;
	margin-bottom:0px;
	padding-bottom:0px;
}
p.other { /* se usa sobre todo en los formularios */
	font-size:0.9em;
}
p.other span {
	font-weight:bold;
}
p.line {
	clear:both;
	padding-top:5px;
	border-top:1px solid #ccc;
}

a.banner, a.banner:hover {
	text-decoration:none;
}
a.button {
	position:relative;
	display:block;
	/* float:right; */
	padding:5px 10px;
	font-size:1em;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/layout/button-background.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	margin:5px 0;
	margin-left:5px;
}
a.button:hover, a.button.invert {
	background-position:bottom left;
	color:#fff;
}
a.button.invert:hover {
	background-position:top left;
	color:#fff;
}
a.button .corner {
	position:absolute;
	width:5px;
	height:5px;
}
/* 		Por defecto en fondo blanco */
a.button .top-left, div.box a.button .top-left {
	background-image:url(../images/layout/bl5-corner-top-left.png);
}
a.button .top-right, div.box a.button .top-right {
	background-image:url(../images/layout/bl5-corner-top-right.png);
}
a.button .bottom-left, div.box a.button .bottom-left {
	background-image:url(../images/layout/bl5-corner-bottom-left.png);
}
a.button .bottom-right, div.box a.button .bottom-right {
	background-image:url(../images/layout/bl5-corner-bottom-right.png);
}
/* 		En fondo cian */
a.button.bgci .top-left {
	background-image: url(../images/layout/ci5-corner-top-left.png);
}
a.button.bgci .top-right {
	background-image: url(../images/layout/ci5-corner-top-right.png);
}
a.button.bgci .bottom-left {
	background-image: url(../images/layout/ci5-corner-bottom-left.png);
}
a.button.bgci .bottom-right {
	background-image: url(../images/layout/ci5-corner-bottom-right.png);
}
/* 		En fondo azul */
a.button.bgaz .top-left {
	background-image: url(../images/layout/az5-corner-top-left.png);
}
a.button.bgaz .top-right {
	background-image: url(../images/layout/az5-corner-top-right.png);
}
a.button.bgaz .bottom-left {
	background-image: url(../images/layout/az5-corner-bottom-left.png);
}
a.button.bgaz .bottom-right {
	background-image: url(../images/layout/az5-corner-bottom-right.png);
}
/* 		En fondo amarillo */
a.button.bgal .top-left {
	background-image: url(../images/layout/al5-corner-top-left.png);
}
a.button.bgal .top-right {
	background-image: url(../images/layout/al5-corner-top-right.png);
}
a.button.bgal .bottom-left {
	background-image: url(../images/layout/al5-corner-bottom-left.png);
}
a.button.bgal .bottom-right {
	background-image: url(../images/layout/al5-corner-bottom-right.png);
}
a.button-special {
	float:left;
	position:relative;
	display:block;
	padding:5px 7px;
	font-size:1.1em;/*antes era 1.2em*/
	/*font-style:italic;*/
	font-weight:bold;
	text-decoration:none;
	color:#182453; /* blanco */
	background-color:#f1e597; /* cian*/
	margin:2px 0;
	margin-left:10px;
}
a.button-special:hover {
	background-color:#fff0b3; /* cian claro*/
}

a.button-special-blue {
	float:left;
	position:relative;
	display:block;
	padding:5px 7px;
	font-size:1.1em;/*antes era 1.2em*/
	/*font-style:italic;*/
	font-weight:bold;
	text-decoration:none;
	color:#123952; /*  */
	border-right: 2px solid #123952;
	margin:2px 0;
	padding-left:10px;
}
a.button-special-blue:hover {
	background-color:#2d649c; /* cian claro*/
	color:#fff; /* blanco */
}
a.button-special-blue:active {
	background-color:#2d649c; /* cian claro*/
	color:#fff; /* blanco */
	}
a.button-special2 {
	padding:5px 7px;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	color:#182453; /* blanco */
	background-color:#fff; /* white*/
	margin:2px 0;
	margin-left:0px;
}
a.button-special2:hover {
	background-color:#f1f9fc; /* light blue*/
}
input.showmore {
	float:left;
	position:relative;
	display:block;
	padding:5px 10px;
	font-size:1em;
	text-decoration:none;
	color:#182453; /* color de la letra */
	background-color:#fff; /* cian*/
	margin:5px 0;
	margin-left:10px;
	border:0px;
}
input.showmore:hover {
	text-decoration:underline;
}
/*Ventanas emergentes*/
.box1 {
	margin:3px;
}
.box2 {
	margin:3px;
}

/* mapa de google */
div#map {
	overflow:hidden;
	clear:both;
	margin-top:5px;
}
div.gmnoprint > div > div {
}

div.sep { /* se usa en los formularios contacto, login etc. */
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}
div.fsep {
	clear:none;
	float:left;
}
div.sep img {
	margin-right:10px;
}
div.fsep img {
	margin-left:10px;
}
div.fsep.logo img {
	margin-left:50px;
	border:1px grey solid
}
div.sep:last-child {
	margin-bottom:0;
}
/* paginado */
p.pages {
	text-align:center;
	padding:4px 0;
}
p.pages a {
}

b, b * {
	font-weight:bold;
	font-size:inherit;
}
b span {
	color:#f60;
}
i, i * {
	font-size:1em;
}
label {
	cursor:pointer;
	display:block;
	clear:both;
	font-size:1.1em;
	margin-bottom:2px;
	font-weight:bold;
}
select {
	font-size:1em;
	border:1px solid #80aed0; /* azul cian para los bordes */
	padding:4px;
}
option {
	font-size:1em;
	line-height:2em;
}

input, textarea {
	font-size:1.2em;
	border:1px solid #80aed0; /* azul cian para los bordes */
	padding:4px;
	resize:none;
}

input.submit, input.button, button {
	cursor:pointer;
	border:0;
	width:93px;
	height:24px;
	background-color:#fff;
	background-image:url(../images/layout/submit-background.png);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#fff;
}
.submit.lblue {
	background-image:url(../images/layout/submit-backgr-lblue.png);
	color:#369;
}
.lblue:hover {
	color:fff;
}
input.submit-blue {
	cursor:pointer;
	border:0;
	width:65px;
	height:24px;
	background-color:#b3d6ef;
	background-image:url(../images/layout/submit5-background.png);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#fff;
}
input.submit-blue:hover {
	background-position:bottom center;
}

input.submit-yellow {
	cursor:pointer;
	border:0;
	width:65px;
	height:24px;
	background-color:#f1e597;
	background-image:url(../images/layout/submit5-background.png);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#fff;
}
input.submit-yellow:hover {
	background-position:bottom center;
}
input.button, button {
	width:127px;
	height:24px;
	background-image:url(../images/layout/submit2-background.png);
}
.button-grey {
	position:relative;
	display:block;
	/* float:right; */
	padding:5px 10px;
	font-size:1em;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/layout/submit7-background.png);
	background-repeat:repeat-x;
	background-position:top center;
	margin:5px 0;
	margin-left:5px;
}	
.button-grey:hover {
	background-position:bottom center;
	color:#fff;
}
input.check {
	width:13px;
	height:13px;
}
input.submit:hover, input.button:hover, button:hover {
	background-position:bottom center;
}
.form input.text {
	width:280px;
}
.form input.check {
	float:left;
	margin-right:5px;
}
dd, dt {
	display:block;
}

.form.trip-form{
	background-image:url("../images/layout/box-background-big.jpg");
	background-repeat: repeat-x;
	background-color:#c8e2f3;
	}
.date-trip label,dt,dd{
	display:inline;
	}
/* ocultar elementos */
.hidden {
	display:none;
}
/* colores */
.al {
	background-color:#fc3; /* amarillo */
	color:#000; /* negro */
}

.al-bd {
	/*background-color:#dfe3e3;*/
	color:#000; /* negro */
}
/*fondo del contenido de la pestaña*/
.home {
	background-color:#fff;
}
.home-blue {
	background-color:#fff;
}
.az {
	background-color:#369; /* azul medio */
	color:#fff;
}
.ci {
	background-color:#b3d6ef; /* azul cian oscuro */
	color:#369; /* azul medio */
}
.al p.filter, .al label {
	color:#000; /* negro */
}
.bd p.filter, .al label {
	color:#000; /* negro */
}
.ci p.filter, .ci label {
	color:#369; /* azul cian oscuro */
}
.az p.filter, .az label {
	color:#fff;
}
.al select {
	border-color:#000;
}
.bd select {
	border-color:#000;
}
.ci select {
	border-color:#ccc;
}
.az select {
	border-color:#fff;
}
.al label, .ci label, .az label, bd.label {
	float:left;
	padding:4px 0;
}
p.filter {
	font-size:0.9em;
	overflow:hidden;
}
p.filter select {
	float:right;
	width:180px;	
}
/* layout*/
/* 		contenido */
div#content {
	width:100%;
	min-height:200px;
	background-color:#fefeff; /* azul cian claro */
	background-image:url(../images/layout/content-background.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	padding-top:25px;
	overflow:hidden;
}
/*div#content-blue {
	width:100%;
	min-height:200px;
	background-image:url(../images/layout/content-background-blue.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	overflow:hidden;
}*/
div.content {
	margin:0 auto;/* Pats comment: antes el margen izq era auto*/
	width:940px;
	overflow:hidden;
}
div.content-updive {
	margin:0 auto;/* Pats comment: antes el margen izq era auto*/
	width:800px;
	overflow:hidden;
}
/* 		tamaño de las columnas */
div.column-big {
	width:644px; /* 576 */
}
div.column-medium {
	width:512px;
}
div.column {
	width:486px;
}
div.column-updive {
	width:370px;
	margin-right:20px;
}
div.column h3 {
	color: #828080;
}
div.column-small {
	width:420px;
}
div.column-small-updive {
	width:500px;
}
div.column-tiny {
	width:276px;
}
div.one-only-column {
}

/* construcciones generales */
.fleft {
	float:left;
}
.fright {
	float:right;
}
.fclear {
	clear:both;
}
/* esquinas redondeadas */
div.side, div.corner {
	position:absolute;
	background-repeat:no-repeat;
}
div.top-left {
	background-position:top left;
	top:0;
	left:0;
}
div.top-right {
	background-position:top right;
	top:0;
	right:0;
}
div.bottom-left {
	background-position:bottom left;
	bottom:0;
	left:0;
}
div.bottom-right {
	background-position:bottom right;
	bottom:0;
	right:0;
}
/* lados */
div.side {
	position:absolute;
}
div.top {
	background-position:top;
	background-repeat:repeat-x;
	top:0;
	left:0;
}
div.left {
	background-position:left;
	background-repeat:repeat-y;
	left:0;
	top:0;
}
div.right {
	background-position:right;
	background-repeat:repeat-y;
	right:0;
	top:0;
}
div.bottom {
	background-position:bottom;
	background-repeat:repeat-x;
	bottom:0;
	left:0;
}
/* cajas */
/*		caja para los mapas */
div.map-box {
	position:relative;
	width:556px;
	height:440px;
	padding:10px;
	margin-bottom:10px;
	background-image:url(../images/layout/map-background.jpg);
	background-position:center left;
	background-repeat:repeat-x;
}
div.map-box.big {
	width:620px;
	height:520px;
}
div.map-box.big2 {
	width:620px;
	height:535px;
}
div.map-box.large{
	height:510px;
	}
div.map-box.large2{
	height:440px;
	}
div.map-box.small {
	width:400px;
	height:335px;
}
div.map-box.small2 {
	height:385px;
	width:400px;
}
div.map-box .corner {
	width:10px;
	height:10px;
}
div.map-box .top-left {
	background-image:url(../images/layout/ci10-corner-top-left.png);
}
div.map-box .top-right {
	background-image:url(../images/layout/ci10-corner-top-right.png);
}
div.map-box .bottom-right {
	background-image:url(../images/layout/bl10-corner-bottom-right.png);
}
div.map-box .bottom-left {
	background-image:url(../images/layout/bl10-corner-bottom-left.png);
}
.map-box span{
	font-weigth: bold;
	font-size: 1.2em;
	color:#336699;
	padding-top: 5px;
	vertical-align: super;
	}
/* 		caja con titulo (el titulo es una imagen) */
div.box-title {
	position:relative;
	overflow:hidden;
}
div.box-title .title img {
	float:left;
	margin-left:10px;
}
div.box-title .corner {
	width:9px;
	height:10px;
}
div.box-title .title {
	width:100%;
	background-image:url(../images/layout/box-title-background.gif);
	background-position:top left;
	background-repeat:repeat-x;
	overflow:hidden;
	padding:4px 0;
}
div.box-title .title h1 {
	color:#fff;
}
div.box-title .top-left {
	background-image:url(../images/layout/bl10-corner-top-left.png);
}
div.box-title .top-right {
	background-image:url(../images/layout/bl10-corner-top-right.png);
}
div.box-title .bottom-left {
	background-image:url(../images/layout/bl10-corner-bottom-left.png);
}
div.box-title .bottom-right {
	background-image:url(../images/layout/bl10-corner-bottom-right.png);
}
div.box-content {
	background-color:#b3d6ef; /* azul cian oscuro */
	padding:15px;	
}

/*		corners */
div.box-ci {
	position:relative;
	padding:20px;
	overflow:hidden;
}
div.box-ci .corner {
	width:9px;
	height:10px;
}
div.box-ci .top-left {
	background-image:url(../images/layout/bl10-corner-top-left.png);
}
div.box-ci .top-right {
	background-image:url(../images/layout/bl10-corner-top-right.png);
}
div.box-ci .bottom-right {
	background-image:url(../images/layout/bl10-corner-bottom-right.png);
}
div.box-ci .bottom-left {
	background-image:url(../images/layout/bl10-corner-bottom-left.png);
}
/*	box-comment */
div.box-comment {
	position:relative;
	padding:20px;
	overflow:hidden;
}
div.box-comment .corner {
	width:9px;
	height:10px;
}
div.box-comment .top-left {
	background-image:url(../images/layout/bl10-corner-top-left.png);
}
div.box-comment .top-right {
	background-image:url(../images/layout/bl10-corner-top-right.png);
}
div.box-comment .bottom-right {
	background-image:url(../images/layout/bl10-corner-bottom-right.png);
}
div.box-comment .bottom-left {
	background-image:url(../images/layout/bl10-corner-bottom-left.png);
}
/* 		cajas con borde azul */
div.box {
	position:relative;
	background-color:#fff;
	padding:10px;
	margin:25px 0;
	margin-bottom:10px;
	margin-top:10px;
	overflow:hidden;
}
div.box .blue-box {
	background-color:#d9ebf9;
	color:#fff;
}
div.box .corner {
	width:10px;
	height:10px;
}
div.box .top-left {
	background-image:url(../images/layout/bl10-az-corner-top-left.png);
}
div.box .top-left.dkblue {
	background-image:url(../images/layout/bl10-az-corner-top-left-blue.png);
}
div.box .top-left.blue {
	background-image:url(../images/layout/ci310-az-corner-top-left.png);
}
div.box .top-right {
	background-image:url(../images/layout/bl10-az-corner-top-right.png);
}
div.box .top-right.blue {
	background-image:url(../images/layout/ci310-az-corner-top-right.png);
}
div.box .top-right.dkblue {
	background-image:url(../images/layout/bl10-az-corner-top-right-blue.png);
}
div.box .bottom-left {
	background-image:url(../images/layout/bl10-az-corner-bottom-left.png);
}
div.box .bottom-left.dkblue{
	background-image:url(../images/layout/bl10-az-corner-bottom-left-blue.png);
}
div.box .bottom-right {
	background-image:url(../images/layout/bl10-az-corner-bottom-right.png);
}
div.box .bottom-right.dkblue {
	background-image:url(../images/layout/bl10-az-corner-bottom-right-blue.png);
}
div.box .bottom, div.box .top, div.box-small .bottom, div.box-small .top {
	width:100%;
	height:10px;
	background-image:url(../images/layout/az-side-horizontal.gif);
	
}
div.box .left, div.box .right, div.box-small .left, div.box-small .right {
	width:10px;
	height:100%;
	background-image:url(../images/layout/az-side-vertical.gif);
}
div.box-tabs-buddies {
	width:100%;
	margin-bottom:0px;
}	
/* 		cajas iconos indice */
div.box-icon {
	position:relative;
	width:68px;
	height:100px;
	padding:0px 20px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:30px;
	overflow:hidden;
}

/*		caja con borde azul redondeado de 5px */
div.box-small {
	position:relative;
	background-color:#ddecf8; /* azul cian medio */
	padding:10px;
	overflow:hidden;
}
div.box-small .corner {
	width:5px;
	height:5px;
	position:absolute;
}
div.box-small .top-left {
	background-image:url(../images/layout/ci5-az-corner-top-left.png);
}
div.box-small .top-right {
	background-image:url(../images/layout/ci5-az-corner-top-right.png);
}
div.box-small .bottom-left {
	background-image:url(../images/layout/ci5-az-corner-bottom-left.png);
}
div.box-small .bottom-right {
	background-image:url(../images/layout/ci5-az-corner-bottom-right.png);
}
div.box.friend {
	position:relative;
	background-color:#fff;
	padding:5px 5px;
	height:50px;
	border-bottom:0px;
	margin:5px 0;
	margin-bottom:5px;
	margin-top:5px;
}
/* cabecera */
div#header {
	position:relative;
	height:87px;
	width:100%;
	background-color:#b3d6ef; /* azul cian oscuro */
	background-image:url(../images/layout/header-background.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
div#sign {
	position:absolute;
	top:1px;
	right:10px;
	z-index:256;
}

div#sign div {
	float:left;
	margin:0 15px;
	color:#fff;
	font-weight:bold;
}
div#sign span {
	color:#f90;
	font-size:1.1em;
	margin:0 5px;
}
div#sign a {
	color:#fff;
	text-decoration:none;
	font-size:1.1em;
}
div#sign a:hover {
	text-decoration:underline;
}
/* menu */
div.menu {
	height:100%;
	margin:auto;
	overflow:hidden;
	position:relative;
	width:1202px; /*para que el logo quede dentro de el esquema central el valor es 964px: se obtiene restando al actual tamaño lo que ocupa logotipo-nemoran-beta.png y un margen para cuadrarlo*/
}
div.menu .logo {
	margin-left:40px;
	margin-top:20px;
}
div.logo-header {
	float:left;
	margin-top:8px;
	margin-left:-134px;/*el ancho de la imagen del logo (logotipo-nemoran-beta.png)+ el margen entre foto y tab*/
	display:inline;
}
/*div.logo-incorner { This is the style of the small logo of nemoran in the corner.
	position:absolute;
	top:30px;
	left:30px;
	z-index:256;
}*/
div.menu .version {
	margin-top:40px;
	color:#f90;
	font-weight:bold;
}
ul#menu {
	position:relative; /*antes era absolute*/
	bottom:0px;
	left:134px; /*Tiene que ser igual a la linea 897, que es el ancho de la imagen del logo (logotipo-nemoran-beta.png*/
	list-style-type:none;
	margin-bottom:0px;
	margin-top:12px; /*antes no había*/
}
ul#menu li {
	float:left;
	display:list-item;
	text-align:center;
	margin:0 2px;
}
ul#menu a {
	display:block;
	color:#fff;
	width:140px;
	background-image:url(../images/layout/menu-item-background.png);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:none;
	font-weight:bold;
	padding-top:13px;
	padding-bottom:2px;
	font-size:1em;
}
ul#menu a:hover {
	background-position:center;
}
ul#menu li a#selected {
	color:#369; /* azul */
	background-position:top;
}
ul#menu li a.special {
	background-image:url(../images/layout/menu-special-item-backgroun.png);
	color:#000;
	width:200px;
}
/* banda */
div#band {
	background-color:#b3d6ef; /* azul cian oscuro */
	padding:3px 0;
	width:100%;
}
div.azul#band {
	background-color:#b3d6ef; /* azul cian oscuro */
}
div.special#band {
	background-color:#f1e597; /* amarilla */
	padding:3px 0;
	width:100%;
}
div.special-box {
	margin:0 auto;
	width: 100%;
	background-color:#f1e597; /* Pats es amarilla y sobre sale de lo azul*/
	overflow:hidden;
}
div.voidsearch {
 	padding-top: 1% 0;
}
/* pie de página */
div#footer {
	width:100%;
	background-color:#b3d6ef; /* azul cian oscuro */
	margin:25px 0;
	padding:25px 0;
}
div#footer p {
	color:#369; /* azul medio */
	float:left;
}

ul.company-menu {
	float:right;
	list-style-type:none;
	margin-bottom:0px;
}
ul.company-menu li {
	float:left;
	display:list-item;
	text-align:center;
	margin:0 2px;
}
ul.company-menu li a {
	display:block;
	color:#369; /* azul medio */
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
	border-right:1px solid #369;
	padding:0 10px;
}
ul.company-menu li a.last {
	border:0
}
div.main {
	float:left;
	width:576px;
}
/* index */

div.indexsearch {
	float:left;
	position:relative;
	width:556px;
	margin-bottom:15px;
	margin-top:0px;
	padding-top:5px;
	padding-bottom:1px;
}
div.indexsearch .busqueda p{
	padding:15px;
	text-decoration:none;
	margin-top:1px;
	margin-bottom:1px;
	padding-top:1px;
	padding-bottom:1px;	
}
div.indexsearch .busqueda input.text{
	width:75%;
	margin-bottom:0px;
	padding-bottom:0px;
}
div.indexsearch .busqueda input.submit{
	margin-bottom:0px;
	padding-bottom:10px;
}

div.explore {
	float:left;
	position:relative;
	width:576px;
	background-color:#b3d6ef; /* azul cian oscuro */
	color:#369; /* azul medio */
	margin-bottom:25px;
}
div.explore .title p {
	float:right;
	color:#fff;
	font-size:1em;
	margin-right:10px;
	margin-top:2px;
}
.terms {
	padding:15px;
}
.terms a {
	color:#369; /* azul medio */
	text-decoration:none;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration:underline;
}
.a {
	font-size:1em;
	font-weight:bold;
	font-style:italic;
}
.b {
	font-size:1.1em;
	font-style:italic;
}
.c {
	font-size:1.2em;
	font-weight:bold;
}
.d {
	font-size:1.3em;
}
.e {
	font-size:1.4em;
	font-weight:bold;
}
.f {
	font-size:1.5em;
	font-style:italic;
}
.g {
	font-size:1.6em;
	font-weight:bold;
	font-style:italic;
}
.h {
	font-size:1.7em;
}
.i {
	font-size:1.8em;
	font-weight:bold;
	font-style:italic;
}
.j {
	font-size:1.9em;
	font-weight:bold;
}
.k {
	font-size:2em;
	font-style:italic;
}
.l {
	font-size:1em;
}
.m {
	font-size:1.1em;
	font-weight:bold;
	font-style:italic;
}
.n {
	font-size:1.2em;
	font-weight:bold;
}
.o {
	font-size:1.3em;
	font-style:italic;
}
.p {
	font-size:1.4em;
	font-weight:bold;
	font-style:italic;
}
.q {
	font-size:1.5em;
	font-weight:bold;
}
.r {
	font-size:1.6em;
	font-style:italic;
}
.s {
	font-size:1.7em;
}
.t {
	font-size:1.8em;
	font-weight:bold;
	font-style:italic;
}
.u {
	font-size:2em;
}

div.map-box .btitle {
	margin-bottom:5px;
	width:25%;
}

img.title {
	float:left;
}

div.map-layers-controls {
	float:right;
	margin-bottom:10px;
}

div.map-layers-controls label {
	display:inline;
	clear:none;
	float:left;
	color:#fff;
	font-weight:normal;
	margin:0;
	margin-left:10px;
}

div.map-layers-controls label:last-child {
	margin-right:5px;
}

div.map-layers-controls input.check {
	float:left;
	margin-right:5px;
	vertical-align:text-bottom;
}

div.map-layers-controls img {
	float:left;
	margin-right:5px;
	vertical-align:text-bottom;
}


/* carteles del mapa */
div.map-window p {
	font-size:11px;
}

div.map-window img {
	float:left;
	vertical-align:top;
	margin:0;
	margin-right:7px;
	margin-bottom:3px;
}
div.map-window a.title {
	font-size:12px;
	color:#369; /* azul medio */
	font-weight:bold;
	margin-bottom:2px;
	text-decoration:none;
}
/* lateral derecho */
div.right-side {
	width:340px;
	float:right;
}
div.present {
	margin-bottom:25px;
	overflow:hidden;
}
div.present h3 {
	color:#369;
}
div.present h3 a {
	color:#369;
	size:0.9em;
	font-weight:bold;
	text-decoration:none;	
}

div.present h3 a:hover {
	text-decoration:underline;	
}
div.right-side h1 {
	text-align:center;
	margin-top:20px;
}
a.memoran {
	font-size:0.9em;
	font-weight:bold;
}
/* caja de formulario de centros */
div.form-centers {
	clear:both;
	height:256px;
	background-image:url(../images/layout/box-form-centers-background.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
}
div.form-last {
	clear:both;
	height:216px;
	/*background-image:url(../images/layout/box-form-centers-background.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;*/
}
div.form-centers h2 {
	font-size:1.9em;
}
div.form-centers input {
	width:97%;
}
div.form-centers input.submit {
	width:93px;
	height:24px;
	background-color:#fff;
}
/* caja para el registro de centros */
div.to-register {
	float:left;
	position:relative;
	width:554px;
	height:50px;
	padding:10px;
	background-image:url(../images/layout/box-background.jpg);
	background-repeat:repeat-x;
	background-position:center left;
	overflow:visible;
	padding-top:10px;
}
div.to-register .title {
	margin-bottom:15px;
}
div.to-register p {
	float:left;
	margin-bottom:15px;
	padding-bottom:15px;
}
img.chapa {
	float:right;
	position:relative;
	bottom:30px;
}
/* buscador del header */
form.searcher {
	position: relative;
	float: right;
	padding:5px;
	margin-right:10px;
}
form.searcher input {
	width:120px;
}
form.searcher input.submit {
	width:50px;
	height:24px;
	background-color:#b3d6ef; /* azul cian oscuro */
}
form.searcher input.select {
	height:24px;
}
form.searcherOLD {
	margin-left:30px;
}
form.searcherOLD input {
	width:400px;
}
form.searcherOLD input.submit {
	width:127px;
	height:24px;
	background-color:#b3d6ef; /* azul cian oscuro */
	background-image:url(../images/layout/submit2-background.png);
}
/* find dives sites */
div.left-side {
	float:left;
	width:276px;
}
div.tab-content {
	position:relative;
	padding:10px;
}
div.tab-content .tc.corner {
	width:9px;
	height:10px;
}
/*Esquinas redondeadas del contenido del fondo de la pestaña*/
div.tab-content .tc.top-left {
	background-image:url(../images/layout/ci10-corner-top-left.png);
}
div.tab-content .tc.top-right {
	background-image:url(../images/layout/ci10-corner-top-right.png);
}
div.tab-content .tc.bottom-left {
	background-image:url(../images/layout/bl10-corner-bottom-left.png);
}
div.tab-content .tc.bottom-right {
	background-image:url(../images/layout/bl10-corner-bottom-right.png);
}
/*Esquinas redondeadas azules fondo blanco del contenido del fondo de la pestaña*/
div.tab-content-bd {
	position:relative;
	padding:10px;
}
div.tab-content-bd .corner {
	width:10px;
	height:10px;
}
div.tab-content-bd .side {
	position:absolute;
}
div.tab-content-bd .top-left {
	background-image:url(../images/layout/bl10-az-corner-top-left.png);
}
div.tab-content-bd .top-right {
	background-image:url(../images/layout/bl10-az-corner-top-right.png);
}
div.tab-content-bd .bottom-left {
	background-image:url(../images/layout/bl10-az-corner-bottom-left.png);
}
div.tab-content-bd .bottom-right {
	background-image:url(../images/layout/bl10-az-corner-bottom-right.png);
}
div.tab-content-bd .top, .bottom {
	background-image:url(../images/layout/az-side-horizontal.gif);
	width:100%;
	height:10px;
}
div.tab-content-bd .left {
	background-repeat:repeat-y;
	background-image:url(../images/layout/az-side-vertical.gif);
	background-position: left center;
	left:0;
	top:0;
	width:10px;
	height:100%;	
}
div.tab-content-bd .right {
	background-repeat:repeat-y;
	background-image:url(../images/layout/az-side-vertical.gif);
	background-position: right center;
	right:0;
	top:0;	
	width:10px;
	height:100%;
}
div.lasttab-list {
	clear:both;
	background-image:url(../images/layout/last-background.png);
	overflow:hidden;
}
div.lasttab-list-item {
	padding:10px;
	border-bottom:1px solid #ccc;
}
div.lasttab-list-item p {
	font-size:1.1em;
}
div.lasttab-list-iphone {
	clear:both;
	position:relative;
	overflow:hidden;
	width:320px;
}
div.tab-list {
	clear:both;
	background-color:#fff;
	overflow:hidden;
}
div.tab-list-item {
	padding:10px;
	border-bottom:1px solid #ccc;
}
div.tab-list-item p {
	font-size:1.1em;
}
div.tab-list-item h4 {
	margin-bottom:0px;
}
div.tab-list-trip {
	padding:5px 0px;
	border-bottom:1px solid #ccc;
}
div.tab-list-trip h4 {
	margin-bottom:3px;
}
div.tab-list-trip span a {
	font-weight: bold;
	font-size: 1em;
	color: #369;
	text-decoration: none;
}
ul.tabs {
	list-style-type:none;
	overflow:hidden;
	margin:0px;
}
ul.tabs li {
	float:left;
	display:list-item;
	text-align:center;
	margin-right:2px;
}
ul.tabs a {
	position:relative;
	display:block;
	text-decoration:none;
	font-size:0.8em;
	padding:5px 10px;
}
a.tab {
	margin-top:4px;
	font-weight:normal;
}
a.tab-bd {
	margin-top:4px;
	font-weight:normal;
}
a.tab.all {
	/* padding-bottom:13px;*/
}
a.tab-bd.all {
	/* padding-bottom:13px;*/
}
a.tab.favorites {
	font-weight:normal;
}
a.tab-bd .corner {
	width:10px;
	height:10px;
}
a.tab .corner {
	width:5px;
	height:5px;
}
a.tab-bd .side {
	position: absolute;
}
/*Tab amarilla de favoritos*/
a.tab .top-left {
	background-image:url(../images/layout/ci5-corner-top-left.png);
}
a.tab .top-right {
	background-image:url(../images/layout/ci5-corner-top-right.png);
}
a.tab .top-left.white {
	background-image:url(../images/layout/ci5-corner-top-left-white.png);
}
a.tab .top-right.white {
	background-image:url(../images/layout/ci5-corner-top-right-white.png);
}
a.tab-bd .top-left {
	background-image:url(../images/layout/bl10-az-corner-top-left.png);
}
a.tab-bd .top-right {
	background-image:url(../images/layout/bl10-az-corner-top-right.png);
}
a.tab .top-left.white {
	background-image:url(../images/layout/ci5-corner-top-left-white.png);
}
a.tab-bd .top {
	background-image:url(../images/layout/az-side-horizontal.gif);
	width:100%;
	height:10px;
}
a.tab-bd .left {
	background-repeat:repeat-y;
	background-image:url(../images/layout/az-side-vertical.gif);
	background-position: left center;
	left:0;
	top:0;
	width:10px;
	height:100%;	
}
a.tab-bd .right {
	background-repeat:repeat-y;
	background-image:url(../images/layout/az-side-vertical.gif);
	background-position: right center;
	right:0;
	top:0;	
	width:10px;
	height:100%;
}
a.tab#selected {
	font-weight:bold;
	margin-top:0;
	padding-top:9px; 
}
a.tab-bd#selected {
	font-weight:bold;
	margin-top:0;
	padding-top:9px; 
}
/* dive-sites */
div.detailled {
	margin-right:15px;
}
div.detailled h1 {
	margin-bottom:5px;
}
div.detailled h2 {
	color:#000;
	font-size:1.2em;
	margin-bottom:5px;
}
div.detailled h3 {
	color:#369; /* azul medio */
	margin-top:15px;
	margin-bottom:0px;
}
a.favorites {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	line-height:2em;
}
a.deletefavorites {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	line-height:2em;	
}
div.icon {
	float:left;
	width:21px;
	height:21px;
	margin-right:5px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:center;
}
div.icon.star {
	background-image:url(../images/layout/star.png);
}
div.icon.edit {
	background-image:url(../images/layout/icons/edit.png);
}
div.icon.del {
	background-image:url(../images/layout/icons/del.png);
}
div.icon.add {
	background-image:url(../images/layout/icons/add.png);
}
div.icon.arrow-down {
	background-image:url(../images/layout/icons/arrow-down.png);
}
div.icon.arrow-up {
	background-image:url(../images/layout/icons/arrow-up.png);
	margin-right:-10px;
}
div.icon.star-small {
	width:13px;
	height:13px;
	margin-right:5px;
	background-image:url(../images/layout/star-small.png);
}
div.icon.ok {
	background-image:url(../images/layout/ok.png);
}
div.icon.ko {
	background-image:url(../images/layout/ok.png);
}
a.back {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:10px;
	margin-right:10px;
}
/* 		tabla features */
/* 			bordes */
div.features {
	position:relative;
	padding:0;
	overflow:hidden;
	margin:15px 0;
}
div.features .corner  {
	width:5px;
	height:5px;
}
div.features .top-left {
	background-image:url(../images/layout/bl5-corner-top-left.png);
}
div.features .top-right {
	background-image:url(../images/layout/bl5-corner-top-right.png);
}
div.features .bottom-left {
	background-image:url(../images/layout/bl5-corner-bottom-left.png);
}
div.features .bottom-right {
	background-image:url(../images/layout/bl5-corner-bottom-right.png);
}
/* 			tabla */
table.features {
	width:100%;
	background-color:#b3d6ef; /* azul cian oscuro */
	border-collapse:collapse;
}
table.features thead {
	background-image:url(../images/layout/box-title-background.gif);
	background-position:top left;
	background-repeat:repeat-x;

}
table.features tbody {
}
table.features th {
	padding:5px 0;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	border-right:1px solid #fff;
}
table.features th:last-child {
	border-right:0;
}
table.features td {
	padding:5px;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#369; /* azul medio */
}
table.features td img {
	vertical-align:middle;
	margin:2px 5px;
}
table.features td ul {
	list-style-type:none;
	text-align:left;
}
table.features td li, table.features td b {
	color:#369; /* azul medio */
	font-size:1.1em;
	line-height:1.2em;
}
.detailled table {
	float:right;
	margin-right: 20px;
	width: 280px;
	}
/* TRAVEL GENERAL*/
div.box_fleft {
	width:100%;
	background:#72a6d2;
}
.box_fright {
	width: 380px;
	margin-top: 20px;
	}
.box_fwhite{
	width:100%;
	}
.box_fwhite .box{
	margin-top:0px;
	}
.box_fright .box{
	margin-top:0px;
	}
div.macro-object {
	float: left;
	width:130px;
	height:110px;
	margin-left: 18px;
	}
.macro-title {
	border-bottom: 1px solid #444;
	text-align:center;
	height: 28px;
	padding: 3px;
	margin-top: 10px;
	}
.macro-title h4 a {
	vertical-align:sup;
	}
.whitebox{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position:right;
	}
.world_1{
	background-image:url("../images/layout/world/america.png");
	}
.world_2{
	background-image:url("../images/layout/world/c-america.png");
	}
.world_3{
	background-image:url("../images/layout/world/europe.png");
	}
.world_4{
	background-image:url("../images/layout/world/africa.png");
	}
.world_5{
	background-image:url("../images/layout/world/australia.png");
	}
.world_6{
	background-image:url("../images/layout/world/middle-east.png");
	}
.world_7{
	background-image:url("../images/layout/world/far-east.png");
	}
.box_fleft .box{
	background-image: none;
	}
#micro_zones { 
	padding-left: 20px;
	padding-top: 5px;
	}
div.rimg {
	background:#000;
	margin-bottom: 5px;
	}
div.title {
	height: 20px;
	}
div.title h4 {
	color: #fff;
	padding-left:10px;
	padding-top:2px;
	}
.box_fleft .box li h5 a {
	font-size:1.1em;
	font-weight:normal;
	line-height:1.3em;
	text-decoration:none;
	color: #369;
	}
.whitebox li{
	list-style-type:circle;
	color:#f90;
	}
.search-box {
	width: 405px;
	}
.places{
	padding:30px 0 20px 50px;
	width:400px;
	}
.places li{
	display:inline-block;
	list-style-type:circle;
	width: 170px;
	height: 3.2em;
	}
.whitebox li a:hover {
	text-decoration:underline;
	}
.box-white{
	width: 400px;
	margin: 20px auto;
	}
.box-white .box{
	margin-top: 0;
	}
.report-span-b a{
	color: #369;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration:none;
	}
.report-span{
	color: #369;
	font-size: 1em;
	font-weight: normal;
	text-decoration:none;
	}
/*TRAVEL MAP*/
div.map{
	background:url("../../images/layout/world_map.png") no-repeat scroll -10px 0px;
	position: relative;
	height: 160px;
	width: 360px;
	float: right;
	}
.map ul li a{
	font-size:0.8em;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#369;
	text-decoration: none;
	}
.map ul li a:hover{
	text-decoration:underline;
	}
.map ul li{
	list-style-type:none;
	position:absolute;
	text-align:center;
	height:32px;
	}
.america {
	background:url("../../images/layout/world_map.png") no-repeat scroll 0px -180px transparent;
	width: 74px;
	left:35px;
	top:10px;
}
.caribbean{
	background:url("../../images/layout/world_map.png") no-repeat scroll -74px -180px transparent;
	width: 164px;
	left:10px;
	top:58px;
}
.america2{
	background:url("../../images/layout/world_map.png") no-repeat scroll 0px -180px transparent;
	width: 74px;
	left:72px;
	top:115px;
}
.europe{
	background:url("../../images/layout/world_map.png") no-repeat scroll 0px -180px transparent;
	width: 74px;
	left:155px;
	top:26px;
}
.africa{
	background:url("../../images/layout/world_map.png") no-repeat scroll -238px -180px transparent;
	width: 128px;
	left:145px;
	top:84px;
}
.pacific{
	background:url("../../images/layout/world_map.png") no-repeat scroll -238px -180px transparent;
	width: 128px;
	left:248px;
	top:107px;
}
.meast{
	background:url("../../images/layout/world_map.png") no-repeat scroll 0px -180px transparent;
	width: 74px;
	left:242px;
	top:52px;
}
.feast{
	background:url("../../images/layout/world_map.png") no-repeat scroll 0px -180px transparent;
	width: 74px;
	left:290px;
	top:11px;
}
/* TRAVEL SEARCH */
#resultDiv td {
	border-bottom: 0px solid #999;
	padding-bottom: 10px;
	marigin-left:20px;
	}
#resultDiv a {
	text-decoration: none;
	color:#369;
	font-size:1.2em;
	}
#resultDiv table {
	padding-left: 25px;
	}
#resultDiv span {
	padding-left: 10px;
	font-weight: bold;
	font-size:1.2em;
	color:#369;
	}
/*	TRIP REPORT */
.report{
	}
.text2{
	margin-top: 30px;
	width: 100%;
	position: center;
	text-align:justify;
	}
.text2 p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	color:#000;
	line-height:1.5em;
	outline:none;
	}
.report p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:normal;
	color:#000;
	line-height:1.3em;
	outline:none;
	}
.text2 h5 {
	padding-bottom:5px;
	}
.box_fleft2 {
	margin-top: 30px;
	width: 100%;
	}
.box_fleft2 .box {
	background:#b3d6ef;
	margin-top:0;
	}
.text2 img{
	padding-right:10px;
	width: 150px;
	height: auto;
	}
.tips {
	background-color:#fff;
	margin:3px 20px 10px 20px;
	}
.tip{
	margin-left: 20px;
	}
.tips p {
	padding:10px 10px 5px 10px;
	}
/*	RESORT DETAILES */
.boat-plan {
	float: left;
	width: 200px;
	margin-left: 0;
	height: 250px;
	}
.galerie {
	width: 250px;
	margin-left: 15px;
	height: 280px;
	padding-top:20px;
	}
.profile-box .profile-info{
	width: 58%;
	float: right;
	padding-left: 10px;
	}
.profile-box {
	height:170px;
	}
.profile-box .profile-photo{
	float: left;
	}
.detailled .profile-photo{
	float: left;
	}	
.profile-info span{
	color: #369;
	font-size: 1.1em;
	text-decoration:none;
	line-height:1.5em;
	padding-left: 10px;
	}
.facilities td{
	height: 22px;
	width:140px;
	}
/*weater*/
.weather{
	width: 40%;
	}
.weather span {
	color:grey;
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
	}
/*achievements*/
.box.categorie{
	background-image:url("../images/layout/box-background-big.jpg");
	background-repeat: repeat-x;
	}
.categorie ul li{
	list-style:inside decimal-leading-zero;
	border-bottom: 1px grey solid;
	padding: 5px 40px;
	font-weight: bold;
	font-size: 1.1em;
	color: #369;
	}
.categorie a{
	font-weight: bold;
	font-size: 1.1em;
	color: #369;
	text-decoration:none;
	padding:5px 190px 5px 5px;
	witdh:300px;
	}
.categorie a:hover{
	color:#fff;
	}
.categorie li:hover{
	color:#fff;
	background: #369 url("../images/layout/li-block.png") no-repeat;
	}
.categorie span li{
	border-top: 1px grey solid;
	margin-top: 20px;
	}
.categorie h4{
	margin-left: 40px;
	}
.box .ranking{
	height: 500px;
	overflow: -moz-scrollbars-vertical;
	}
.box .achievement{
	border-bottom: 1px grey solid;
	background: #fff;
	margin:0px;
	}
.box .achievement-text{
	width: 300px;
	padding-left:15px;
	}
.box .achievement.gray{
	background-color:#dadada;
	}
.box .achievement.gray h4{
	color:#444;
	}
.box.temp{
	border-bottom: 1px grey solid;
	background: #721616;
	opacity:0.5;
	z-index
	}
.ach-gallery{
	margin: 20px 0 0 20px;
	}
/*PUBLIC PROFILE*/
.buddie-box{
	text-align:center;
	width: 70px;
	padding-right: 10px;
	padding-bottom: 15px;
	}
.camera-spec{
	width:210px;
	height: 137px;
	background-color:#fff;
	padding:20px 10px 10px 15px;
	}
.camera-descrip{
	background-color:#fff;
	margin-top:10px;
	padding:10px;
	}
.camera-descrip span{
	line-height:0.3em;
	padding-left:0;
	}
.camera-spec span{
	line-height:0.3em;
	padding-left:0;
	}
.box-space{
	margin-top: 45px;
	}
.box.gear{
	background-color:#FFFFFF;
	height:60px;
	margin:10px 5px;
	padding:10px;
	position:relative;
	}
.box.gear img{
	padding-left: 20px;
	padding-right: 20px;
	}
/* BUSINESS INDEX */
.box.business-big{
	width:200px;
	height: 300px;
	margin-right: 60px;
	}
.box.business-small{
	width:200px;
	height:150px;
	margin-right:60px;
	padding:0px;
	}
.busn-login{
	margin-top: 115px;
	}
.gov.busn-login{
	margin-top: 80px;
	}
.busn-info{
	width:195px;
	margin:18px 10px 0 5px;
	}
.busn-info h3{
	margin-bottom: 1px;
	}
.gover h1{
	font-weight: normal;
	margin-top:-5px;
	}
.column-complete{
	width: 955px;
	}
/*	comments */
div.comments {
	margin-top:30px;
}
.box.user-data.scroll{
	height: 440px;
	overflow-y:scroll;
	}
div.comments h3 {
	margin-bottom:15px;
}
div.comments h3 span {
	font-weight:normal;
	color:inherit;
}
div.comment-item {
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
div.box-comment h3 {
	margin:0 0 15px 0;
}
div.box-comment h3 span {
	color:#000;
	font-style:italic;
}
div.box-comment input, div.box-comment textarea {
	margin-bottom:15px;
}
div.box-comment input[type=text] {
	width:300px;
}
div.box-comment input[type=checkbox], div.box-comment input.check {
	position:relative;
	top:3px;
	float:left;
	margin-right:5px;
}
div.box-comment input.submit {
	float:right;
	width:127px;
	height:24px;
	background-color:#b3d6ef; /* azul cian oscuro */
	background-image:url(../images/layout/submit2-background.png);
	margin-bottom:0;
}
div.box-comment textarea {
	width:418px;
	height:120px;
}
div.box-description textarea {
	width:350px;
	height:120px;
}
div.box-currents textarea {
	width:200px;
	height:100px;
}
div.box-lastname textarea {
	width:150px;
	height:15px;
}
.reportarea {
	Width: 365px;
	height: 100px;
	}
div.gear textarea {
	width:200px;
	height:30px;
	color:#4c4b4b;
}
div.depth textarea {
	width:30px;
	height:15px;
	display:inline;
	margin-right:5px;
	color:#4c4b4b;
}
div.status textarea {
	width:230px;
	height:15px;
	color:#4c4b4b;
}
div.gear-list textarea {
	width:200px;
	height:60px;
}
div.bio textarea {
	width:300x;
	height:100px;
}
div.box-comment label {
	color:#000;
	float:none;
	font-weight:bold;
}
div.box-comment label.remember {
	float:left;
	clear:none;
	display: inline;
}
div.part {
	margin:0 10px;
	margin-bottom:15px;
}
/* 	photos */
div.photo {
	position:relative;
	float:left;
	padding:10px;
	padding-right:14px;
	margin-right:4px;
	margin-bottom:4px;
	border-top:1px solid #f8f8f8;
	border-left:1px solid #f8f8f8;
	background-color:#fff;
}
div.photo img {
	width:128px;
	height:96px;
	border:1px solid #fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
div.photo p {
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
}
div.photo .right {
	width:4px;
	height:98%;
	background-image:url(../images/layout/shadow-side-right.png);
}
div.photo .bottom {
	height:4px;
	width:98%;
	background-image:url(../images/layout/shadow-side-bottom.png);
}
div.photo .corner {
	width:4px; 
	height:4px;
}
div.photo .bottom-right {
	background-image:url(../images/layout/shadow-corner-bottom-right.png);
}
div.photo .top-right {
	background-image:url(../images/layout/shadow-corner-top-right.png);
}
div.photo .bottom-left {
	background-image:url(../images/layout/shadow-corner-bottom-left.png);
}
ul.tags {
	list-style-type:none;
	margin-left:15px;
	margin-top:10px;
}
/* detallado icentros */
img.logo {
	float:left;	
}
table.data {
	border-collapse:collapse;
	margin-bottom:35px;
}
table.data td, table.data th {
	border-bottom:1px solid #b3d6ef; /* azul cian oscuro */
	text-align:left;
	padding:5px 0;
}
table.data th {
	color:#369;
	font-weight:bold;
}
table.data td {
	padding-left:15px;
}
div.option {
	font-size:1.1em;
	font-weight:bold;
	line-height:2em;
	clear:both;
}
h4.item-title {
	border-bottom:1px solid #ccc;
	padding:10px 0;
	margin-bottom:10px;
}
img.photo {
	float:left;
	margin:4px;
	width:192px;
	height:144px;
}
a.abs-bottom-right {
	position:absolute;
	bottom:10px;
	right:15px;
}
/* 		detallado del icentro dive center registrado */
div.congratulations {
	text-align:center;
	margin-bottom:20px;
	background-color:#d4e8f6; /* cian */
	padding-top:35px;
}
div.congratulations h2 {
	margin-bottom:2px;
}
div.congratulations p {
	color:#000;
}
div.congratulations p.other {
	color:#369;
	font-size:1.1em;
}
/* photos */
label.title {
	color:#369;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:2px;
}
select.order-photos {
	margin-right:15px;
	margin-bottom:15px;
}
div.photos-panel {
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
div.tags {
	float:left;
	position:relative;
	background-color:#b3d6ef; /* azul cian oscuro */
	color:#369; /* azul medio */
	margin:10px 0;
	width:100%;
}
.tab-content h4 {
	margin-bottom:10px;
}
/* photos by user */
div.box.user-data {
	margin-top:0;
}
div.user-data .top-left {
	background-image:url(../images/layout/ci310-az-corner-top-left.png);
}
div.user-data .top-right {
	background-image:url(../images/layout/ci310-az-corner-top-right.png);
}
div.user-data .top-right.white {
	background-image:url(../images/layout/bl10-az-corner-top-right.png);
}
div.user-data .top-left.white {
	background-image:url(../images/layout/bl10-az-corner-top-left.png);
}
div.user-data p {
	font-size:1.1em;
	margin:2px 0;
}
div.user-photo {
	position:relative;
	width:64px;
	height:56px;
	overflow:hidden;
	margin-right:10px;
}
div.user-photo .corner {
	width:9px;
	height:10px;
}
div.user-photo .top-left {
	background-image:url(../images/layout/bl10-corner-top-left.png);
}
div.user-photo .top-right {
	background-image:url(../images/layout/bl10-corner-top-right.png);
}
div.user-photo .bottom-right {
	background-image:url(../images/layout/bl10-corner-bottom-right.png);
}
div.user-photo .bottom-left {
	background-image:url(../images/layout/bl10-corner-bottom-left.png);
}
div.user-photo.friend {
	position:relative;
	float:left;
	width:40px;
	height:37px;
	margin-right:10px;
}
div.user-photo .top-left-blue {
	background-position:top left;
	top:0;
	left:0;
	background-image:url(../images/layout/bl10-corner-top-left-blue.png);
}
div.user-photo .top-right-blue {
	background-position:top right;
	top:0;
	right:0;
	background-image:url(../images/layout/bl10-corner-top-right-blue.png);
}
div.box .top-left-blue {
	background-position:top left;
	top:0;
	left:0;
	background-image:url(../images/layout/bl10-corner-top-left-blue.png);
}
div.box .top-right-blue {
	background-position:top right;
	top:0;
	right:0;
	background-image:url(../images/layout/bl10-corner-top-right-blue.png);
}
div.user-photo .bottom-right-blue {
	background-position:bottom right;
	bottom:0;
	right:0;
	background-image:url(../images/layout/bl10-corner-bottom-right-blue.png);
}
div.user-photo .bottom-left-blue {
	background-position:bottom left;
	bottom:0;
	left:0;
	background-image:url(../images/layout/bl10-corner-bottom-left-blue.png);
}
div.map-user .top-left {
	background-image:url(../images/layout/bl10-corner-top-left.png);
}
div.map-user .top-right {
	background-image:url(../images/layout/bl10-corner-top-right.png);
}

/*corner for profile picture*/
div.profile-photo.logo {
	margin-top:10px;
}
div.profile-photo {
	position:relative;
	width:155px;
	height:155px;
	overflow:hidden;
	margin-right:10px;
}

div.profile-photo .corner {
	width:9px;
	height:10px;
}
div.profile-photo .top-left-blue {
	background-position:top left;
	top:0;
	left:0;
	background-image:url(../images/layout/bl10-corner-top-left-blue.png);
}
div.profile-photo .top-left {
	background-image:url(../images/layout/bl10-corner-top-left.png);
}
div.profile-photo .top-right {
	background-image:url(../images/layout/bl10-corner-top-right.png);
}
div.profile-photo .top-right-blue {
	background-position:top right;
	top:0;
	right:0;
	background-image:url(../images/layout/bl10-corner-top-right-blue.png);
}
div.profile-photo .bottom-right {
	background-image:url(../images/layout/bl10-corner-bottom-right.png);
}
div.profile-photo .bottom-left {
	background-image:url(../images/layout/bl10-corner-bottom-left.png);
}

/*div.map-user .top-left-blue {
	background-image:url(../images/layout/bl10-corner-top-left-blue.png);
}
div.map-user .top-right-blue {
	background-image:url(../images/layout/bl10-corner-top-right-blue.png);
}*/
/* photo.html */
p.see-photos {
	float:right;
	margin:8px 0;
	font-size:0.9em;
	color:#999; /* gris medio */
}
img.main-photo {
	margin-bottom:5px;
	width:484px;
}
/* contacto */
div.contact {
	padding:25px;
	padding-bottom:10px;
}
div.contact .top-left {
	background-image:url(../images/layout/ci10-az-corner-top-left.png);
}
div.contact .top-right {
	background-image:url(../images/layout/ci10-az-corner-top-right.png);
}
div.contact-form {
	clear:both;	
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
/*			Estas reglas son las mismas que las del formulario de comments */
div.contact-form label {
	float:none;
}
div.contact-form input[type=text] {
	width:300px;
}
div.contact-form textarea {
	width:425px;
	height:120px;
}
/* login */
div.sign-up {
	padding:25px;
	padding-right:300px;
	background-image:url(../images/layout/login/background-sign-up-box.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
div.sign-up .top-left {
	background-image:url(../images/layout/ci210-az-corner-top-left.png);
}
div.sign-up .top-right {
	background-image:url(../images/layout/ci210-az-corner-top-right.png);
}
div.sign-up.center {
	background-image:url(../images/layout/login/background-center-sign-up-box.jpg);
	background-position:center right;
	overflow:visible;
}
div.sign-up.gov {
	background-image:url(../images/layout/login/background-center-sign-up-box.jpg);
	background-position:center right;
	overflow:visible;
}
div.sign-up.center img#sticker {
	position:absolute;
	right:25px;
	top:-15px;
}
div.sign-up ul {
	list-style-type:disc;
	list-style-position:outside;
	padding:5px;
	padding-left:15px;
}
div.sign-up li {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:15px;
	color:#333;
}
div.sign-up p {
	font-weight:normal;
	font-size:0.7em;
	color:#333;
}
div.login {
	margin:25px 0;
}
div.box-title.login .top-left {
	background-image:url(../images/layout/ci210-corner-top-left.png);
}
div.box-title.login .top-right {
	background-image:url(../images/layout/ci210-corner-top-right.png);
}
div.login-form {
	background-color:#b3d6ef; /* azul cian oscuro */
	padding:15px;
	padding-top:25px;
	overflow:hidden;
}
div.login-form label {
	clear:none;
	float:left;
}
div.login-form div.sep {
	margin-bottom:13px;
}
div.login-form div.sep:last-child {
	margin-bottom:0;
}
div.login-form input.text {
	width:235px;
}
div.login-form input.check {
	float:left;
	margin-right:5px;
}
div.login-form input.submit {
	background-color:#b3d6ef; /* azul cian oscuro */
	background-image: url(../images/layout/submit-background.png);
}
/* register */
div.need-help {
	color:#369; /* azul medio */
	float:right;
	margin-bottom:15px;
}
div.need-help.center {
	text-align:center;
}

div.register {
	clear:both;
	padding:25px;
	padding-right:300px;
	background-image:url(../images/layout/register/background-register-box.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
div.register div.sep {
	margin-bottom:14px;
}
div.yourself {
	clear:both;
	width:430px; 
	height:220px;
	padding:25px;
	padding-bottom:10px;
	background-image:url(../images/layout/register/background-signup-box.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
div.yourself .mails {
	position:relative;
	height: 100px;
	width: 100px;
	background-image:url(../images/layout/register/mail-logo-list.png);
	background-position:bottom left;
}
div.yourself h2 {
	color:#369;
}
div.form-register {
	width:300px;
	float:left;
	margin-top:15px;
}
div.form-register label {
	clear:none;
}
div.form-register input.text {
	width:280px;
}
div.form-register input.check {
	float:left;
	margin-right:5px;
}
div.register input.submit {
	position:absolute;
	bottom:20px;
	left:340px;
}
/* forgot password */
div.forgot-password-form {
	margin-top:25px;
	margin-bottom:100px;
}
div.forgot-password-form label {
	display:inline;
}
div.forgot-password-form input.text {
	width:300px;
	margin-right:10px;
}
div.message {
	margin-top:20px;
	width:280px;
}
div.message p {
	font-size:1.1em;
}
div.message p:first-child {
	font-weight:bold;
	font-size:1.2em;
}
/* change password */
div.change-password-form {
	margin-top:15px;
	width:290px;
}
div.change-password-form input.submit {
	float:right;
}
/* photos regitered user */
a.button.upload-img {
	float:right;
	margin:0 15px;
	margin-bottom:5px;
}
div.search-tags {
	float:right;
	width:60%;	
}
div.search-tags div.sep {
	margin-bottom:5px;
}
div.search-tags input.submit {
	background-color:#b3d6ef; /* azul cian oscuro */
	float:right;
}
div.search-tags input.text {
	width:211px;
}
/* dives registered user */
div.dive {
	position:relative;
	float:left;
	width:210px;
	height:97px;
	overflow:hidden;
	padding:10px;
	padding-right:14px;
	margin-right:4px;
	margin-bottom:4px;	
	background-color:#fafdfe; /* blanco azulado */
	border-top:1px solid #f8f8f8;
	border-left:1px solid #f8f8f8;
}
div.dive p {
	font-size:0.9em;
}
div.dive span.tags {
	color:#f90;
}
div.dive img {
	float:right;
	width:68px;
	height:51px;
}
div.dive .right {
	width:4px;
	height:100%;
	background-image:url(../images/layout/shadow-side-right.png);
}
div.dive .bottom {
	height:4px;
	width:100%;
	background-image:url(../images/layout/shadow-side-bottom.png);
}
div.dive .corner {
	width:4px; 
	height:4px;
}
div.dive .bottom-right {
	background-image:url(../images/layout/shadow-corner-bottom-right.png);
}
div.dive .top-right {
	background-image:url(../images/layout/shadow-corner-top-right.png);
}
div.dive .bottom-left {
	background-image:url(../images/layout/shadow-corner-bottom-left.png);
}
div.dives-panel {
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
div.dive-title {
	position:relative;
	float:left;
	width:60%;
}
div.dive-delete {
	position:relative;
	float:right;
}
/* user profile */
div.warning {
	margin-bottom:10px;
}
div.warning p {
	color:#f00;
	line-height:1.8em;
}
div.warning img {
	float:left;
	margin-right:5px;
	vertical-align:bottom;
}
h2.form {
	color:#000;
}
h3.form {
	color:#369;
}
div.profile {
	padding:10px 25px;
}
div.profile .top-left {
	background-image:url(../images/layout/ci210-az-corner-top-left.png);
}
div.profile .top-right {
	background-image:url(../images/layout/ci210-az-corner-top-right.png);
}
div.profile input.text {
	width:240px;
	margin-right:10px;
}
div.dive-experience {
	border-top:1px solid #ccc;
	padding-top:25px;
}
div.dive-experience select {
	width:200px;
}
div.dive-experience input.submit {
	margin-right:40px;
}
div.check-item {
	float:left;
	width:50%;
	margin:5px 0;
}
div.check-item  input.check {
	float:left;
	margin-right:5px;
}
div.check-item label {
	clear:right;
	font-size:0.9em;
}
div.check-column {
	float:left;
	width:45%;
}	
div.checks-part {
	margin-top:8px;
}
div.form-part {
	border-bottom:1px solid #ccc;
	padding:20px 0;
}
div.form-part:last-child {
	border:0;
}
#form-profile-photo input#photo {
	margin-right:40px;
}
div.form-part h4 {
	margin-bottom:15px;
}
/* user upload photo */
div.photo-upload {
	margin-top:30px;
}
div.photo-upload textarea {
	width:400px;
	height:100px;
}
div.locale {
	padding:20px;
	margin-top:20px;
}
div.locale.register-center {
	margin-top:25px;
}
div.locale h4 {
	margin-bottom:15px;
}
div.locale select, div.locale input.text {
	width:190px;
}
div.form-vert-part {
	float:left;
	width:45%;
	margin-right:2%
}
div.form-vert-part:last-child {
	width:50%;
}
div.form-buttons {
	position:relative;
	bottom:10px;
	text-align:center;
}
div.form-buttons input.check, div.form-buttons label { 
	display:inline; 
}
div.form-buttons label {
	vertical-align:20%;
	margin-right:20px;
}
/* upload your dives */
input#otherBottom {
	width:125px;
}
.ml {
	margin-left:10px;
}
.fl {
	margin-right:10px;
}
div.final-content {
	clear:both;
	padding-top:20px;
}
div.dive-difficulty {
	border-top:1px solid #ccc;
	width:66%;
	padding:10px 0;
}
div.dive-difficulty select {
	width:150px;
	max-width:200px;
}
div.dive-difficulty select#depthUnits {
	width:85px;
}
div.dive-difficulty textarea {
	width:350px;
	height:50px;
}
div.check-item input {
	width: 13px;
	height: 13px;
	margin-right: 5px;
	vertical-align:top;
}
div.check-other {
	width:40%;
}
div.check-other input {
	float:left;
}
/* register-center */
div.data-registration {
	padding:20px;
}
div.data-registration h4 { /* lo mismo que div.locale h4. JUNTAR */
	margin-bottom: 15px;
}
div.data-registration input.text {
	width:200px;
}
div.data-registration .form-vert-part input.text {
	width:160px;
}
div.data-registration #name, div.data-registration #contactPerson {
	width:360px;
}
div.locale #street {
	width:138px;
}
div.locale #number {
	width:30px;
}
div.register-center {
}
/* Select account to upgrade */
div.box.standard-message, div.box.advanced-message {
	padding:35px 25px;
}
div.box.advanced-message {
	margin-top:45px;
}
div.box.standard-message a.button, div.box.advanced-message a.button {
	margin-top:60px;
}
div.standard-message h2, div.advanced-message h2 {
	color:#000;
	margin-bottom:20px;
}
div.standard-message span, div.advanced-message span {
	color:#f90;
}
/* registro dive to standard y modify-data */
div.dive-next-registration {
	overflow:hidden;
	margin-top: 30px;
	margin-bottom:5px;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}
div.dive-modify-registration {
	margin-top: 30px;
	padding-bottom:30px;
}
.fright div.dive-modify-registration {
	width:350px;
	float:right;
}
div.dive-next-registration textarea, div.dive-modify-registration textarea {
	width:500px;
	height:100px;
}
label#bolder {
	float:left;
	font-weight:bolder;
	line-height:2em;
	margin-right:10px;
}
/* term of use, what is Nemoran and privacy policy */
ul.alpha {
	list-style-type:upper-alpha;
}
ol.anchors li {
	color:#f90;
}
ul.important li {
	font-weight:bolder;
	margin-left:25px;
}
.album{
  padding: 10px;
  float:left;
  background-image:url(../images/layout/last-background.png);
  background-position:bottom center;
  background-repeat:no-repeat;
}
.album .imageSingle {
  float:left;
  margin: 5px;
  margin-bottom:0px;
  width:85px;
  text-align:center;
}
.album .imageSingle .image {
  width:85px;
  height:64px;
  margin:3px;
  margin-bottom:0px;
}
.album .footer {
  text-align:center;
  width: 85px;
  padding-top: 0px;
  padding-bottom:7px;
  margin-top: 1px;
}
.album .footer p{
  font-size:0.9em;
  margin-bottom:0px;
  padding-bottom:0px;
}
.wall {
  padding: 10px;
  float:left;
  background-image:url(../images/layout/last-background.png);
  background-position:bottom center;
  background-repeat:no-repeat;
}
/*Inbox Home*/

div.column-inbox {
	width:80%;
	padding-left: 2%;	
}
div.inbox-panel {
	clear:both;
	width: 100%;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:50px;
}

/*Inbox Home message read*/
div.inbox-message {
	position:relative;
	float:left;
	width:97%;
	height:50px;
	overflow:hidden;
	padding-top:1%;
	padding-left:1%;
	padding-bottom:2%;
	margin-right:10px;
	background-color:#e7eff7; /* light blue */
	border-top:1px solid #d8d8d8;
}
div.sent-by {
	float:left;
	padding: 1%;
	border:1px;	
}
div.inbox-message .title {
	float:left;
	width:60%;
	padding: 1%;
	border:1px;
}

/*Inbox Home message unread*/
div.inbox-message-unread { 
		position:relative;
		float:left;
		width:97%;
		height:50px;
		overflow:hidden;
		padding-top:1%;
		padding-left:1%;
		padding-bottom:2%;
		margin-right:10px;
		background-color:#feffc6; /* light yellow */
		border-top:1px solid #d8d8d8;
}

div.inbox-message-unread .title {
	float:left;
	width:60%;
	padding: 1%;
	border:1px;
}

/*Inbox email recibido*/

div.box.mail-heading {
	position:relative;
	width:97%;
	background-color:#fff; /* light yellow */
	border:1px solid #d8d8d8;
	border-bottom:2px solid #d8d8d8;
	padding:1%;
	margin:5px 0;
	margin-bottom:10px;
	margin-top:5px;
	overflow:hidden;
}

div.mailbody {
	width: 100%;
	background-color:#fff;
	padding:1px;
	margin-bottom:20px;
	border-bottom: 1px solid #d8d8d8;
	overflow:hidden;
	margin-top:0;
}
div.mailbody.text {
	width:87%;
	background-color:#fff;
	padding:1%;
	margin:25px 0;
	margin-bottom:10px;
	margin-top:10px;
	border:0px;
	overflow:hidden;
	margin-top:0;
	font-size:1.2em;
}
a.button.delete {
	float:right;
	width:21px;
	height:21px;
	margin-top:10px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../images/layout/deletegris.png);
}
a.button.delete:hover {
	float:right;
	width:21px;
	height:21px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../images/layout/deleterojo.png);
}
a.dive-passport-delete {
	float:right;
	width:21px;
	height:21px;
	margin-top:10px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../images/layout/deletegris.png);
}
a.dive-passport-delete:hover {
	float:right;
	width:21px;
	height:21px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../images/layout/deleterojo.png);
}
/*Wall*/
/*Containers*/
div.container-grande { 
		position:relative;
		float:left;
		width:90%;
		overflow:hidden;
		padding-top:1%;
		padding-left:1%;
		padding-bottom:2%;
		margin-right:10px;
		background-color:#fff; /* blanco */
		border-top:1px solid #A39F9F
}
div.container-mediano { 
		background-color:#fff; /* blanco */
		border-top:0px;
}
div.container-pequeno { 
		margin-left: 45px;
		background-color:#e7eff7; /* azul claro */	
		border-top:2px solid #fff;
}
div.column-wall {
	width:280px;
}
div.status { 
	clear:both;
	width: 90%;
	margin-bottom:10px;
	margin-top:10px;
	overflow:hidden;
	padding:2%;
	background-color:#d9ebf9;
}
input.comment_submit, input.comment_submit, button {
	cursor:pointer;
	float: right;
	border:0;
	margin-top: 10px;
	width:65px;
	height:20px;
	background-color:#fff;
	background-image:url(../images/layout/submit4-background.png);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#fff;
}
input.comment_submit, button {
	width:70px;
	height:20px;
	background-image:url(../images/layout/submit4-background.png);
}
input.comment_submit:hover, input.comment_submit:hover, button:hover {
	background-position:bottom center;
}
div.comment-wall {
	width:250px;
	padding:1%;
	margin-left:45px;
	background-color: #e7eff7;
}
/*Passport*/
div.passport-panel {
	clear:both;
	width: 100%;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:50px;
	background-color:#fff;
}
div.continent-option {
	position:relative;
	float:left;
	width:97%;
	overflow:hidden;
	padding-left:1%;
	margin-right:10px;
	/*background-color:#D1E3F2; /* semi dark blue */
	border-top:1px solid #d8d8d8;
	color: #000000; /*white*/
} 
div.countries-panel {
	float:left;
	width:97%;
	border:1px;
	background-color:#fff;
}
div.countries-panel .country {
	float:left;
	width:89%;
	padding:1%;
	margin-left:10%;
	border:1px solid #fff;
	background-color:#e7eff7; /* azul claro */;
}
div.country .title {
	padding:1%;
	border:1px;
}
div.dive-in-country {
	padding-left:5%;
	border:1px;
}
div.dive-in-country p{
	font-size:1em;
	color:#369; /* azul medio */
	margin-bottom:2px;
	text-decoration:none;
}	
/*Passport
div.passport-panel {
	clear:both;
	width: 100%;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:50px;
	background-color:#fff;
}
div.continent-option {
	position:relative;
	float:left;
	width:97%;
	overflow:hidden;
	padding-left:1%;
	margin-right:10px;
	/*background-color:#D1E3F2; /* semi dark blue */
	/*border-top:1px solid #d8d8d8;
	color: #000000; /*white*/
/*} 
div.countries-panel {
	float:left;
	width:97%;
	border:1px;
	background-color:#fff;
}
div.countries-panel .country {
	float:left;
	width:89%;
	padding:1%;
	margin-left:10%;
	border:1px solid #fff;
	background-color:#e7eff7; /* azul claro */;
/*}
div.country .title {
	padding:1%;
	border:1px;
}
div.dive-in-country {
	padding-left:5%;
	border:1px;
}
div.dive-in-country p{
	font-size:1em;
	color:#369; /* azul medio */
	/*margin-bottom:2px;
	text-decoration:none;
}
*/
/* Buscador*/
div.box-searcher {
	float: right;
	border:1px;
}
div.select-searcher {
	font-size:1em;
	border:1px solid #80aed0; /* azul cian para los bordes */
	padding:4px;
}
div.friendScroll{
        height: 200px;
        width: 400px;
        overflow: auto;
        border: 0px solid #666;
        background-color: #ffffff;
        padding:0px;
        border-width:1px;
        border-style:outset;
        border-color:#3B5998;
}
.borderPorra{        
        width:100%;
        background-color:#FFF;
}
.sello {
	width:50px;
	height:100px;	
}	
div.twitter{
	float:left;
	width:320px;
	height:280px;
	padding:10px;
	background-image:url(../images/layout/box-background-big.jpg);
	background-repeat:repeat-x;
	padding-top:10px;
}
.dkorange-link {
	font-weight:bold;
	margin-bottom:3px;
}
.dkgrey-link {
	font-weight:bold;
	color:#707070;
	margin-bottom:3px;
}
/* Light blue box */
.box-blue {
	background-color:#d9ebf9;
	color:#fff;
}
.column-ewindow {
	width:30%;
	margin:0px 20px;
	padding-lefty:10px;
}
/*facebook*/
div#band-fb {
	background-color:#d8dfea; /* azul claro */
	padding:0px 0;
	width:100%;
}
a.button-special-fb {
	float:left;
	position:relative;
	display:block;
	padding:5px 7px;
	font-size:1.1em;/*antes era 1.2em*/
	zfont-style:italic;
	font-weight:bold;
	text-decoration:none;
	color:#182453;
	background-color:#d8dfea;
	margin-top:0px;	
	margin-right:70px;
	border:1px solid #4e033c;	
}
a.button-special-fb:hover {
	background-color:#627aad; /* cian claro*/
	text-decoration:underline;
	color:#fff;	
}
div.fb-box {
	background-color:#f2f2f2;
	color:#fff;
	width:40%;
}
/*.submit-fb{
	padding:2px 15px 3px;
	border-style:solid;
	border-width:1px;
	border-color:#D9DFEA #0e1f5b;
	background:#3b5998;
	color:#FFF;
	font-size:11px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	text-align:center
}*/
.submit-fb {
	background-color: #3b5998;
	border: 1px solid #d8dfea;	
	color: #fff;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0 2px;
	padding: 2px 18px;
}
.submit-fb:hover {
	cursor:pointer;
}
div.logo-header-fb {
	float:left;
	margin-top:3px;
	margin-left:-134px;/*el ancho de la imagen del logo (logotipo-nemoran-beta.png)+ el margen entre foto y tab*/
	display:inline;
}
div#content-fb {
	width:97%;
	/*min-height:1000px;*/
	background-color:#fefeff; /* azul cian claro */
	background-image:url(../images/layout/content-background-fb.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	padding: 5px 10px;
	border-left:1px solid #cccdcf;
	border-right:1px solid #cccdcf;
	border-bottom:1px solid #cccdcf;
}
div.content-fb {
	margin:0 auto;/* Pats comment: antes el margen izq era auto*/
	width:99%;
	height:100%;
	overflow:auto;
}
div.box-comment-fb h3 {
	margin:0 0 15px 0;
}
div.box-comment-fb h3 span {
	color:#000;
	font-style:italic;
}
div.box-comment-fb input, div.box-comment textarea {
	margin-bottom:15px;
}
div.box-comment-fb input[type=text] {
	width:300px;
}
div.box-comment-fb input[type=checkbox], div.box-comment input.check {
	position:relative;
	top:3px;
	float:left;
	margin-right:5px;
}
div.box-comment-fb input.submit {
	float:left;
	width:127px;
	height:24px;
	background-color:#b3d6ef; /* azul cian oscuro */
	background-image:url(../images/layout/submit2-background.png);
	margin-top:5px;
}
div.box-comment-fb textarea {
	width:300px;
	height:100px;
}
div.box-comment-fb label {
	color:#000;
	float:none;
	font-weight:bold;
}
div.box-comment-fb label.remember {
	float:left;
	clear:none;
	display: inline;
}
div.box-comment-fb {
	position:relative;
	padding:10px;
	overflow:auto;
}
div.box-comment-fb .corner {
	width:9px;
	height:10px;
}
div.box-comment-fb .top-left {
	background-image:url(../images/layout/bl10-corner-top-left.png);
}
div.box-comment-fb .top-right {
	background-image:url(../images/layout/bl10-corner-top-right.png);
}
div.box-comment-fb .bottom-right {
	background-image:url(../images/layout/bl10-corner-bottom-right.png);
}
div.box-comment-fb .bottom-left {
	background-image:url(../images/layout/bl10-corner-bottom-left.png);
}
div.column-fb {
	width:410px;
}
.pics {  
    height:232px;  
    width:232px;  
    padding:0;  
    margin:0;  
} 
.pics img {  
    padding: 0px;  
    border:  0px solid #ccc;  
    background-color: #fff;    
    top:  0; 
    left: 10px; 
} 
#feedback{
position:fixed;
width:50px;
height:150px;
top: 150px;
background: red;
z-index:1;
margin:0;
padding:0;
}
.feedback-panel a.feedback-tab {
    background:transparent url(feedbacktab.gif) no-repeat scroll 0 0;
    border-width: 1px 1px 1px 0;
    display:block;
    height:99px;
    left:51px;
    bottom:21px;
    position:relative;
    float:right;
    text-indent:-9999px;
    width:30px;
    outline:none;
}
 
textarea {
    width:90%;
    padding:5px;
}
#response-message {
    background: #ccc;
    border: 1px solid #999;
    padding:50px;
}
div.box-landing{
	margin:10px;
	width:31%;
}
div.landing-club {
	background-image:url(../images/layout/content-background-blue.jpg);
	background-repeat:repeat-x;
	padding:10px;
}

