body{
	text-align: center;
	background: url(../img/bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003a61;
}

p{
	padding: 8px 0px;
}

.sep{
	padding: 2px 0px;
}

.adv{
	display: block;
	padding: 5px 10px;
	width: 588;
	background: #FFC;
	border: 1px solid #C00;
}

.adv2{
	display: block;
	width: 100px;
	padding: 5px 10px;
	background: #FFC;
	border: 1px solid #C00;
}

#msj_alta_asoc{
	display: inline;
	padding: 5px 10px;
	width: 250px;
	background: #FFC;
	border: 1px solid #C00;
	overflow: hidden;
	float: right;
}

.confe{
	font-size: 13px;
	font-weight: bold;
}

#contenedor{
	position: relative;
	z-index: 1;
	margin: 0px auto;
	width: 900px;
	text-align: left;
}

/* Cabecera de la página */

#cabecera{
	float: left;
	width: 900px;
	height: 170px;
	background: #ffffff;
}

#logotipo{
	float: left;
	margin-top: 25px;
	display: inline;
	text-align:center;
}

#publicidad{
	float: left;
	width: 480px;
	height: 120px;
	margin-top: 25px;
	margin-left: 5px;
	display: inline;
	overflow: hidden;
}

#contenedor_publicidad_abajo{
	float: right;
	width: 900px;
	height: 120px;
	margin-top: 25px;
	display: inline;
	overflow: hidden;
}

#publicidad_abajo_1{
	float: left;
	width: 280px;
	height: 120px;
	margin-top: 0px;
	display: inline;
	overflow: hidden;
	background: url(../img/bg_publicidad_inferior_1.png);
}

#publicidad_abajo_2{
	float: left;
	margin-left:30px;
	width: 280px;
	height: 120px;
	margin-top: 0px;
	display: inline;
	overflow: hidden;
	background: url(../img/bg_publicidad_inferior_2.png);
}

#publicidad_abajo_3{
	float: right;
	width: 280px;
	height: 120px;
	margin-top: 0px;
	display: inline;
	overflow: hidden;
	background: url(../img/bg_publicidad_inferior_3.png);
}


#acceso{
	float: right;
	width: 250px;
	overflow: hidden;
	height: 160px;
}

#acceso_usuarios{
	width: 250px;
	height: 115px;
	float: right;
	overflow: hidden;
	background: url(../img/acceso_usuario.png);
}

#candado_usuarios{
	float: left;
	display: inline;
	margin-top: 5px;
	margin-left: 10px;
}

#form_acceso_usuarios{
	float: left;
	display: inline;
	margin-top: 5px;
	margin-left: 10px;
}

#form_acceso_asociados{
	float: left;
	display: inline;
	margin-top: 18px;
	margin-left: 15px;
}

#form_acceso_asociados a{
	text-decoration: none;
	color: #003a61;
}

#form_acceso_asociados a:hover{
	color: #006600;
}

#box_acceso_usuario{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	text-align: left;
	padding: 2px 4px;
	width: 120px;
	border: 1px solid #ababab;
}

#box_acceso_usuario:hover{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#box_acceso_usuario:focus{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#box_acceso_usuario_largo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	text-align: left;
	padding: 2px 4px;
	width: 170px;
	border: 1px solid #ababab;
}

#box_acceso_usuario_largo:hover{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#box_acceso_usuario_largo:focus{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#box_peque{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	text-align: left;
	padding: 2px 4px;
	width: 60px;
	border: 1px solid #ababab;
}

#box_peque:hover{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#box_peque:focus{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#info{
	float: left;
	display: inline;
	margin-top: 4px;
	margin-left: 10px;
}

#info_desplegable{
	position: absolute;
	z-index: 10;
	top: 120px;
	right: 0px;
	width: 238px;
	padding: 5px;
	border: 1px solid #006600;
	color: #006600;
	background: #ffffff;
	visibility: hidden;
	overflow: hidden; 
}

#boton_acceso_usuarios{
	float: right;
	margin-right: 10px;
	margin-top: 9px;
	display: inline;
}

.boton_acceso_usuarios{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(../img/embarcar.png);
	border: 0px;
	color: #ffffff;
	width: 90px;
	padding: 3px 0px 3px 0px;
	cursor: pointer;
}

.boton_acceso_usuarios:hover{
	background: url(../img/embarcar.png);
	background-position: 100% 20px;
}

#login{
	float: left;
	display: inline;
	margin-left: 25px;
	margin-top: 10px;
}

#login a{
	color: #575757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#login a:hover{
	color: #006600;
}

.por_que_asociarme a{
	color: #575757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.por_que_asociarme a:hover{
	color: #006600;
}


/* Menu de pestañas */

#menu_superior{
	float: left;
	width: 900px;
	height: 23px;
	overflow: hidden;
}

#menu_superior ul{
	padding: 0px 0px 0px 1px;
	list-style: none;
}

#menu_superior li{
    display: inline;
}

#menu_superior a{
      float: left;
      background: url(../img/borde_pestana.png) no-repeat left top;
      padding: 0px 1px 0px 5px;
      text-decoration: none;
	  font-size: 11px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  cursor: pointer;
}

#menu_superior a span{
      float: left;
      display: block;
      background: url(../img/pestana.png) no-repeat right top;
      padding: 5px 13px 5px 8px;
      color: #003a61;
	  cursor: pointer;
}

#menu_superior a:hover{
      background-position: 0% -42px;
}

#menu_superior a:hover span{
      background-position: 100% -42px;
	  color: #ffffff;
}

#activo a{
	  background: url(../img/borde_pestana.png) no-repeat left top;
      float: left;
	  background-position: 0% -42px;
      padding: 0px 1px 0px 4px;
      text-decoration: none;
	  font-size: 11px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  cursor: pointer;
}

#activo a span{
	  background: url(../img/pestana.png) no-repeat right top;
      float: left;
      display: block;
      padding: 5px 13px 5px 9px;
      color: #ffffff;
      background-position: 100% -42px;
	  cursor: pointer;
}

/* Banner */

#banner{
	float: left;
	width: 900px;
	height: 130px;
	overflow: hidden;
	border-bottom: 2px solid #003a61;
	border-top: 2px solid #003a61;
	background: url(../img/pesca.jpg);
}

/* Contenido de la página */

#contenido{
	float: left;
	background: url(../img/content_contenido.png);
	width: 900px;
	overflow: hidden;
}

#pie_contenido{
	float: left;
	background: url(../img/bottom_contenido.png);
	width: 900px;
	height: 25px;
	overflow: hidden;
}

#centro{
	width: 650px;
	float: left;
	overflow: hidden;
}

#centro_largo{
	width: 900px;
	float: left;
	overflow: hidden;
}

#inicio{
	width: 650px;
	float: left;
	display: inline;
	margin-top: 20px;
	overflow: hidden;
}

#titulo_inicio{
	float: left;
	width: 650px;
	padding: 7px 0px 14px 0px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background: url(../img/top_centro.png);
}

#contenido_inicio{
	float: left;
	width: 630px;
	overflow: hidden;
	padding: 0px 10px;
	text-align: justify;
	background: url(../img/content_centro.png);
}

#pie_inicio{
	float: left;
	overflow: hidden;
	width: 650px;
	height: 15px;
	background: url(../img/bottom_centro.png);
	z-index: 5;
}

/* Portada - Apartado de Anuncios */

#anun{
	float: left;
	display: inline;
	width: 610px;
	margin-top: 15px;
	overflow: hidden;
}

#anun a{
	text-decoration: none;
	color: #003a61;
}

#anun a:hover{
	color: #006600;
}

#tit_anun{
	float: left;
	width: 530px;
	padding: 5px 0px;
	overflow: hidden;
}

#cont_anun{
	float: left;
	width: 598px;
	padding: 5px;
	border: 1px solid #f0f0f0;
	color: #575757;
	overflow: hidden;
}


#pag_anun{
	float: left;
	display: inline;
	width: 610px;
	margin-top: 20px;
	overflow: hidden;
}

#pag_anun a{
	color: #575757;
	text-decoration: none;
	font-size: 10px;
}

#pag_anun a:hover{
	color: #006600;
}

#num_pag_anun{
	float: left;
	width: 400px;
	padding: 5px 0px;
	color: #575757;
	display: inline;
	font-size: 10px;
	overflow: hidden;
}

#resul_pag_anun{
	float: right;
	width: 140px;
	padding: 5px 0px;
	text-align: right;
	color: #575757;
	font-size: 10px;
	overflow: hidden;
}



#noti{
	float: left;
	display: inline;
	width: 630px;
	margin-top: 15px;
	overflow: hidden;
}

#noti a{
	text-decoration: none;
	color: #003a61;
}

#noti a:hover{
	color: #006600;
}

#tit_noti{
	float: left;
	width: 550px;
	padding: 5px 0px;
	overflow: hidden;
}

#fecha_noti{
	float: right;
	padding: 5px 0px;
	overflow: hidden;
	text-align: right;
	font-size: 10px;
}

#cont_noti{
	float: left;
	width: 618px;
	padding: 5px;
	border: 1px solid #f0f0f0;
	color: #575757;
	overflow: hidden;
}

#pag_noti{
	float: left;
	display: inline;
	width: 630px;
	margin-top: 20px;
	overflow: hidden;
}

#pag_noti a{
	color: #575757;
	text-decoration: none;
	font-size: 10px;
}

#pag_noti a:hover{
	color: #006600;
}

#num_pag_noti{
	float: left;
	width: 420px;
	padding: 5px 0px;
	color: #575757;
	display: inline;
	font-size: 10px;
	overflow: hidden;
}

#resul_pag_noti{
	float: right;
	width: 160px;
	padding: 5px 0px;
	text-align: right;
	color: #575757;
	font-size: 10px;
	overflow: hidden;
}

#datos{
	float: left;
	text-align: center;
	width: 100%;
	display: inline;
	margin-top: 20px;
	overflow: hidden;
}

#datos a{
	color: #575757;
	text-decoration: none;
	font-size: 10px;
}

#datos a:hover{
	color: #006600;
}

.punto_n{
	font-size: 10px;
	color: #F60;
}

/* Pie de Página */

#pie{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #003a61;
	width: 900px;
	padding: 6px 0px;
	margin: 0px;
}

#pie a{
	text-decoration: none;
	color: #575757;
}

#pie a:hover{
	color: #006600;
}

/* Servicios lateral derecho */

#servicios{
	float: right;
	margin-top: 20px;
	display: inline;
	width: 235px;
	overflow: hidden;
}

#titulo_servicios{
	float: left;
	width: 235px;
	overflow: hidden;
	padding: 7px 0px 15px 0px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: url(../img/top_servicios.png);
}

#pie_servicios{
	float: left;
	width: 235px;
	overflow: hidden;
	height: 12px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: url(../img/bottom_servicios.png);
}

#contenido_servicios{
	float: left;
	width: 231px;
	height: 99px;
	padding: 0px 2px;
	background: url(../img/content_servicios.png);
	overflow: hidden;
}

#contenido_publicidad{
	float: left;
	width: 231px;
	height: 380px;
	padding: 0px 2px;
	background: url(../img/content_servicios.png);
	overflow: hidden;
}

#layer_serv{
	float: left;
	overflow: hidden;
	display: inline;
	width: 229px;
	margin-top: 10px;
	border: none;
	/*border: 1px solid #f0f0f0;*/
}

#titulo_serv{
	float: left;
	overflow: hidden;
	width: 229px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0px 5px 0px;
	color: #003a61;
	font-weight: bold;
}

#img_serv{
	float: left;
	overflow: hidden;
	width: 80px;
	padding: 2px 0px;
}

#contenido_serv{
	float: right;
	overflow: hidden;
	width: 140px;
}

#img_serv2{
	float: left;
	padding: 2px 0px;
	overflow: hidden;
	width: 229px;
	text-align: center;
}

#contenido_serv2{
	float: left;
	overflow: hidden;
	width: 229px;
	text-align: center;
}

#servicios a{
    text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
}

#servicios a:hover{
	color: #006600;
}

/* Menu oculto Meteo y Viajes */

#menu_meteo{
	position: absolute;
	z-index: 1;
	top: 392px;
	right: 8px;
	width: 220px;
	height: 161px;
	background: url(../img/menu.png);
	text-align: left;
	visibility: hidden;
	font-size: 10px;
}

#menu_meteo a{
	color: #ffffff;
	text-decoration: none;
}

#menu_meteo2{
	position: absolute;
	z-index: 1;
	top: 800px;
	left: 22px;
	width: 220px;
	height: 161px;
	background: url(../img/menu.png);
	text-align: left;
	visibility: hidden;
	font-size: 10px;
}

#menu_meteo2 a{
	color: #ffffff;
	text-decoration: none;
}

#tabla_meteo{
	width: 200px;
	height: 151px;
	margin-left: 10px;
	margin-top: 5px;
}

#menu_viajes{
	position: absolute;
	z-index: 1;
	top: 598px;
	right: 8px;
	width: 220px;
	height: 161px;
	background: url(../img/viajes.png);
	text-align: left;
	visibility: hidden;
	font-size: 10px;
}

#menu_viajes a{
	color: #ffffff;
	text-decoration: none;
}


#menu_viajes2{
	position: absolute;
	z-index: 1;
	top: 665px;
	left: 322px;
	width: 220px;
	height: 161px;
	background: url(../img/viajes.png);
	text-align: left;
	visibility: hidden;
	font-size: 10px;
}

#menu_viajes2 a{
	color: #ffffff;
	text-decoration: none;
}

#tabla_viajes{
	width: 200px;
	height: 151px;
	margin-left: 10px;
	margin-top: 5px;
}

#boton_servicios{
	float: left;
	display: inline;
	margin-left: 65px;
	margin-top: 20px;
	overflow: hidden;
	width: 100px;
	text-align: center;
	display: inline;
}

#boton_servicios a{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding: 4px 0px;
	text-decoration: none;
	background: url(../img/servicios.png);
}

#boton_servicios a:hover{
	background-position: 0% -20px;
	color: #ffffff;
}

/* Capa Común */

#comun{
	width: 650px;
	float: left;
	display: inline;
	margin-top: 20px;
	overflow: hidden;
}

#comun_largo{
	width: 900px;
	float: left;
	display: inline;
	margin-top: 20px;
	overflow: hidden;
}

#titulo_comun{
	width: 650px;
	float: left;
	display: inline;
	padding: 7px 0px 14px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: url(../img/top_centro.png);
}

#titulo_comun_largo{
	width: 900px;
	float: left;
	display: inline;
	padding: 7px 0px 14px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: url(../img/top_servicios_largo.png);
}

#contenido_comun{
	background: url(../img/content_centro.png);
	width: 610px;
	float: left;
	padding: 0px 20px;
	overflow: hidden;
}

#contenido_comun_largo{
	background: url(../img/content_centro_largo.png);
	width: 900px;
	float: left;
	padding: 0px 20px;
	overflow: hidden;
}


#contenido_comun_js{
	background: url(../img/content_centro.png);
	width: 610px;
	float: left;
	padding: 0px 20px;
	overflow: hidden;
	height: 580px;
	position: relative;
	z-index: 1;
	display: inline;
}

#contenido_comun a{
	font-size: 10px;
	color: #575757;
	text-decoration: none;
}

#contenido_comun a:hover{
	color: #006600;
}

#contenido_comun_largo a{
	font-size: 10px;
	color: #575757;
	text-decoration: none;
}

#contenido_comun_largo a:hover{
	color: #006600;
}


#contenido_comun_js a{
	font-size: 10px;
	color: #575757;
	text-decoration: none;
}

#contenido_comun_js a:hover{
	color: #006600;
}
/*nueva*/
#texto_comun_js{
	position: absolute;
	top: 0px;
	overflow: hidden;
	left: 0px;
	z-index: 2;
}

#texto_comun_js p{
	padding: 6px 0px 0px 20px;
}

#texto_comun_js span{
	display: block;
	float: left;
	width: 610px;
	height: 580px;
	overflow: hidden;
}

#pie_comun{
	background: url(../img/bottom_centro.png);
	width: 650px;
	float: left;
	height: 15px;
	overflow: hidden;
}

#pie_comun_largo{
	background: url(../img/bottom_centro_largo.png);
	width: 900px;
	float: left;
	height: 15px;
	overflow: hidden;
}

#box_contacto{
	width: 180px;
	border: 1px solid #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	padding: 4px;
}

#box_contacto:hover{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#box_contacto:focus{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#box_combo_asoc{
	width: 450px;
	border: 1px solid #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	padding: 4px;
}

#box_combo_asoc:hover{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#box_combo_asoc:focus{
	background: #FFC;
	border: 1px solid #c0c0c0;
}


#box_fecha{
	width: 90px;
	text-align: center;
	border: 1px solid #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	padding: 4px 0px;
}

#box_fecha:hover{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#box_fecha:focus{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#box_contacto2{
	width: 400px;
	height: 200px;
	overflow: visible;
	border: 1px solid #ababab;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	padding: 3px 4px;
}

#box_contacto2:hover{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#box_contacto2:focus{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#box_comentario{
	width: 435px;
	overflow: visible;
	border: 1px solid #ababab;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	padding: 3px 4px;
}

#box_comentario:hover{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#box_comentario:focus{
	background: #FFC;
	border: 1px solid #c0c0c0;
}

#boton_comun{
	padding: 2px 8px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background: #003a61;
	border: 1px solid #003a61;
	cursor: pointer;
}

/* Boton insertar noticia */

#boton_insertar{
	float: left;
	display: inline;
	margin-left: 255px;
	margin-top: 30px;
	overflow: hidden;
	width: 100px;
	text-align: center;
	display: inline;
}

#boton_insertar a{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding: 4px 0px;
	text-decoration: none;
	background: url(../img/servicios.png);
}

#boton_insertar a:hover{
	background-position: 0% -20px;
	color: #ffffff;
}

/* Listas pdf */

#parrafo2{
}

#parrafo2 li{
	list-style: none;
	list-style-position: outside;
	background-image: url(../img/pdf.png);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
}

/* Listas power points */
#parrafo3{
}

#parrafo3 li{
	list-style: none;
	list-style-position: outside;
	background-image: url(../img/powerpoint.png);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
}
/* Secciones */

#nav{
	float: left;
	width: 200px;
	overflow: hidden;
}

#nav_contenido{
	float: left;
	width: 200px;
	background: url(../img/bara_menu.png);
	overflow: hidden;
}

#nav_titulo{
	float: left;
	width: 200px;
	text-align: center;
	padding: 10px 0px;
	font-weight: 600;
	color: #003a61;
}

#nav_opciones{
	float: left;
	width: 180px;
	padding: 5px 10px;
	text-align: left;
	overflow: hidden;
}

#nav_opciones a{
	color: #003a61;
	text-decoration: none;
}

#nav_opciones a:hover{
	color: #006600;
}

#nav_pie{
	float: left;
	width: 200px;
	height: 20px;
	background: url(../img/bottom_menu.png);
	overflow: hidden;
}

#content{
	float: right;
	width: 435px;
	display: inline;
	margin-top: 20px;
	overflow: hidden;
}

#titulo_content{
	text-align: left;
	padding: 0px 0px 5px 0px;
	float: left;
	width: 435px;
	color: #003a61;
	border-bottom: 2px solid #003a61;
}

#contenido_content{
	float: left;
	display: inline;
	margin-top: 10px;
	width: 435px;
	overflow: hidden;
	height: 580px;
	position: relative;
	z-index: 1;
}

#contenido_content a{
	font-size: 10px;
	color: #575757;
	text-decoration: none;
}

#contenido_content a:hover{
	color: #006600;
}

#texto_content{
	position: absolute;
	top: 0px;
	overflow: hidden;
	left: 0px;
	z-index: 2;
}

#texto_content p{
	padding: 6px 0px;
}

#texto_content span{
	display: block;
	float: left;
	width: 435px;
	height: 580px;
}

.buttons{
	float: left;
	display: inline;
	margin-top: 10px;
}

.buttons span{
	color: #003a61;
	float: left;
	margin-right: 10px;
	padding: 2px;
	display: inline;
	cursor: pointer;
}

.buttons span.active, .buttons span:hover{
	background: #003a61;
	color: #ffffff;
}


.buttons2{
	position: absolute;
	display: inline;
	top: 200px;
	z-index: 5;
	width: 200px;
}

.buttons2 span{
	color: #003a61;
	float: left;
	margin-right: 10px;
	padding: 2px;
	display: inline;
	cursor: pointer;
}

.buttons2 span.active, .buttons span:hover{
	background: #003a61;
	color: #ffffff;
}

#file{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}

#imagen{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}

/* Subparrafos con circulos */

#subparrafo{
	color: #575757;
}

#subparrafo li{
	list-style-type: square;
	list-style-position: outside;
	padding: 5px 0px;
	margin-left: 30px;
}

/* Insertar/Modificar noticia */

#insert{
	width: 90px;
	padding: 3px 0px;
	margin: 0px;
	color: #ffffff;
	border-style: none;
	border-width: 0px;
	background: url(../img/embarcar.png) 0px 0px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#insert:hover{
	background: url(../img/embarcar.png);
	background-position: 100% 20px;
}

/* CSS Obsoletos */

#content .contact form button:hover {
	background-position: 0 -27px;
}

/* Sub - menus */

#sub_menus1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	padding: 0px 0px 0px 30px;
	width: 160px;
	float: left;
	text-align: left;
	overflow: hidden;
}

#sub_menus2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	padding: 0px 0px 0px 30px;
	width: 160px;
	text-align: left;
	overflow: hidden;
}

#sub_menus3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	padding: 0px 0px 0px 30px;
	width: 160px;
	float: left;
	text-align: left;
	overflow: hidden;
}
#sub_menus4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	padding: 0px 0px 0px 30px;
	width: 160px;
	float: left;
	text-align: left;
	overflow: hidden;
}

#sub_menus5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	padding: 0px 0px 0px 30px;
	width: 160px;
	float: left;
	text-align: left;
	overflow: hidden;
}

#sub_menus6{
	position:absolute;
	left: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	padding: 0px 0px 0px 30px;
	width: 100px;
	text-align: left;
	overflow: hidden;
	z-index:10;
	background-color:#FFF;
}

#sub_menus7{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	padding: 0px 0px 0px 30px;
	width: 160px;
	float: left;
	text-align: left;
	overflow: hidden;
}

#sub{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sub li{
	margin: 0px;
	padding: 3px 0px;
}

#sub a{
	text-decoration: none;
	color: #575757;
	font-size: 10px;
}

#sub a:hover{
	color: #006600;
}

h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003a61;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	font-weight: bold;
}

.par{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003a61;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

#tabla_precios{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003a61;
	width: 300px;
}

.min{
	font-size: 10px;
	height: 280px;
}

.tab{
	height: 560px;
	width: 100%;
}

.azul{
	color: #003a61;
}

.fuente{
	font-size: 10px;
	color: #006600;
}

.resaltar{
	font-size: 10px;
	color: #c00;
}

#rojo_resalta{
	font-size: 10px;
	color: #c00;
}

#rojo_resalta a{
	color: #c00;
}



.resaltar_serv{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #003A61;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #003a61;
	margin: 0px;
	padding: 0px;
}

.td_murimar{
	border-bottom: dashed 1px #0494d1;
	padding:12px 0px;
}