/*

 site: www.economiamaritima.es
 design: Estudio digital km-0.com

/* =================== unificamos estilos para distintos navegadores ===================  */

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

p,ul,ol,dl,dt,dd,li,blockquote,cite,h1,h2,h3,h4,h5,h6,fieldset,hr,select
	{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

/* =================== elementos generales ===================  */

body{
	font-family: "Trebuchet MS";
	font-size: 13px;
	background-image: url('../img/textura.png');
}

h1{
	width: 850px;
	color: #0374b8;
	border-bottom: 1px solid #0374b8;
	margin-left: 50px;
	font-size: 18px;
}

h2{
	color: #333;
	font-weight: bold;
	padding: 10px;
	padding-left: 15px;
	padding-top: 5px;
	height: 25px;
}

a{
	color: 	#0374b8;
	text-decoration: none;
	outline: 0;
}

p{
	padding: 10px;
	text-align: justify;
	color: #222;
}

a:hover{
	text-decoration: underline;
	color: #97b5db;
}

/* =================== cabecera ===================  */

#cabecera{
	position: relative;
	z-index: 1;
	height: 75px;
	width: 955px;
	padding-top: 15px;
}

#menu{
	width: auto;
	height: 25px;
	padding-left: 50px;
	float: left;
}

#menu ul li{
	float: left;
}

#menu ul li a{
	width: 103px;
	border-left: 1px solid #fff;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}

#menu ul li a:hover{
	background-color: #0374b8;
}

#pantone{
	float: left;
	height: 25px;
	width: 100px;
	border-left: 1px solid #fff;
}

#pantone div{
	float: left;
	height: 25px;
	width: 25px;
}

#link_patrocinadores{
	width: 100px;
	font-size: 11px;
	color: #fff;
	float: right;
	margin-top: 10px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

#link_patrocinadores:hover{
	text-decoration: underline;
}

/* =================== contenedor y generales ===================  */

#container{
	width: 955px;
	height: auto;
	margin: auto;
	background-color: #fff;
	padding-bottom: 50px;
	background-image: url(../img/degradado_azul.jpg);
	background-position: -300px 40px;
	background-repeat: no-repeat;
}

#container_over {
	position: absolute;
	width: 955px;
	height:761px;
	z-index:0;
	background-image: url(../img/degradado_verde.jpg);
	background-position: -150px 40px;
	background-repeat: no-repeat;
}
#container_over.home,
#container.home{
	background-position: 50px 40px;
}
#container_over.authors,
#container.authors{
	background-position: 184px 40px;
}
#container_over.editors,
#container.editors{
	background-position: 318px 40px;
}
#container_over.chapters,
#container.chapters{
	background-position: 452px 40px;
}
#container_over.buy,
#container.buy{
	background-position: 586px 40px;
}
#container_over.contact,
#container.contact{
	background-position: 720px 40px;
}


#content{
	position: relative;
	z-index: 1;
	width: 955px;
	height: auto;

/*	background-image: url(../img/back_degradado.jpg); */
}

.backAzulMuyClaro{
	background-color: #e4f1f7;
}

.backAzulClaro{
	background-color: #97b5db;
}

.backAzulOscuro{
	background-color: #0374b8;
}

.backVerdeClaro{
	background-color: #dcede5;
}

.backVerdeOscuro{
	background-color: #029f74;
}

p.subtitulo{
	width: 850px;
	margin-left: 40px;
	height: auto;
	overflow: hidden;
	line-height: 20px;
}

p a{
	text-decoration: underline;
}

.leftContent{
	border-right: 0;
	width: 348px;
	height: 358px;
	margin-top: 45px;
	float: left;
	padding-left: 50px;
	background-image: url(../img/economia_maritima.png);
	background-repeat: no-repeat;
}

.leftContent p{
	padding: 0;
}

.rightContent{
	border-right: 0;
	width: 556px;
	height: 330px;
	margin-top: 25px;
	float: left;
	background-image: url(../img/caja_info.png);
	background-repeat: no-repeat;
	padding-left: 1px;
	overflow: hidden;
	font-size: 12px;
}

.rightContent p{
	line-height: 17px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
}

.clearboth {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

.select {
	position: absolute;
	width: 269px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 24px;
	padding-left: 15px;
	padding-top: 6px;
	color: #000;
	background: url(../img/select.png) no-repeat;
	background-repeat: no-repeat;
	overflow: hidden;
	border: 0;
}

.select:hover {
	background: url(../img/select_ovr.png) no-repeat;
}

.select option{
	color: #029f74;
	background-color: #fff;
	font-size: 11px;
}

.tipz {
	z-index: 99;
}
.tip {
	position:relative;
   	z-index: 99;
   	/* width: 130px; */
   	color: #000
}

.tip-title {
   	padding: 2px 10px;
   	font-weight: bold;
   	font-size: 15px;
   	background: #ffff00;
   	color: #333;
}

.tip-text {
	display:none;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 11px;
	background: #cfdfa7;
	padding-bottom: 8px;
	padding-top: 4px
}

/* =================== home ===================  */

#link_comprar_small{
	background-image: url(../img/btn_comprar_ico.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	height: 33px;
	padding-top: 5px;
	padding-left: 60px;
	float: left;
}

/* =================== autores ===================  */

ul#listado_autores{
	width: 100%;
	height: 262px;
	float: left;
	padding-bottom: 14px;
	padding-top: 13px;
	border-bottom: 1px solid #97b4da;
}

ul#listado_autores li{
	float: left;
	width: 210px;
	padding-left: 55px;
	font-size: 14px;
	padding-bottom: 4px;
}

#listado_autores li a:hover{
	color: #029f74;
}

#descripcion_autor{
	overflow-y: auto;
	border-bottom: 1px solid #97b4da;
	background-color: #e4f1f7;
	height: 289px;
}

/* =================== editores ===================  */

#link_editor_cino{
	background-image: url(../img/cino_logo_transp.png);
	background-repeat: no-repeat;
	height: 0px;
	width: 173px;
	text-align: center;
	float: left;
	padding-top: 165px;
	margin-left: 50px;
}

#link_editor_ime{
	background-image: url(../img/ime_logo_transp.png);
	background-repeat: no-repeat;
	height: 0px;
	width: 173px;
	text-align: center;
	float: left;
	padding-top: 165px;
	margin-left: 50px;
}

/* =================== contenido ===================  */


.nivel_1{
	padding: 25px;
	margin-bottom: 50px;
	background-color: #e4f1f7;
	width: 89%;
	float: right;
	border: 1px solid #0374b8;
	border-right: 0;
}

.nivel_2{
	padding: 15px;
	display: none;
	background-color: #fff;
	margin-bottom: 5px;
	border: 1px solid #0374b8;
	position: relative;
}

.nivel_3{
	padding-left: 25px;
	display: none;
}

.nivel_4{
	padding-left: 25px;
	display: none;
}

.nivel_5{
	padding-left: 25px;
	display: none;
}

.btn_cerrar_chapter{
	width: 20px;
	height: 20px;
	background-color: #0374b8;
	color: #fff !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

.nivel_1 a,
.nivel_2 a,
.nivel_3 a,
.nivel_4 a{
	display: block;
	margin-bottom: 5px;
	color: #333;
	text-decoration: underline;
}

.nivel_1 span,
.nivel_2 span,
.nivel_3 span,
.nivel_4 span{
	display: block;
	margin-bottom: 5px;
	color: #333;
}

/* =================== comprar ===================  */

#link_comprar{
	background-image: url(../img/btn_comprar.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	height: 45px;
	width: 359px;
	padding-top: 25px;
	padding-left: 140px;
	display: block;
}

#link_comprar:hover{
	background-image: url(../img/btn_comprar_ovr.png);
}

/* =================== contacto ===================  */

.item_contacto{
	float: left;
	margin-left: 100px;
	margin-top: 25px;
}

.img_item_contacto{
	float: left;
	width: auto;
}

.info_item_contacto{
	float: left;
	width: 300px;
	font-size: 14px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #0172b6;
	height: 80px;
	padding-top: 20px;
}

/* =================== patrocinadores ===================  */

#patrocinadores_content{
	text-align: center;
	padding: 25px;
}

#patrocinadores_lvl1,
#patrocinadores_lvl2,
#patrocinadores_lvl3{
	text-align: center;
	padding: 25px;
}

#patrocinadores_lvl1 a,
#patrocinadores_lvl2 a,
#patrocinadores_lvl3 a{
	margin-left: 25px;
	margin-right: 25px;
}

#patrocinadores_lvl2,
#patrocinadores_lvl1{
	border-bottom: 1px solid #0374b8;
}

.ico_patrocinador img{
	border: 1px solid #eee;
}

.tip {
	position:relative;
  	z-index: 13000;
  	/* width: 130px; */
  	color: #000
}

.tip-title {
	padding: 2px 10px;
	font-weight: bold;
	font-size: 12px;
	background: #029f74;
	color: #fff;
}

.tip-text {
	display:none;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 11px;
	background: #cfdfa7;
	padding-bottom: 8px;
	padding-top: 4px
}

/* =================== pie ===================  */

#pie{
	position:relative;
	z-index: 1;
	height: auto;
	text-align: right;
	padding: 15px;
	/*margin-top: -30px;*/
}

#pie2{
	position:relative;
	z-index: 1;
	height: auto;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

#pie3{
	position:relative;
	z-index: 1;
	height: auto;
	text-align: right;
	padding-left: 25px;
	padding-top: 5px;
	font-size: 11px;
}














