@charset "utf-8";
/* CSS Document */
body, html {
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	min-height: 100%;
	height: 100%;
	background-color: #fff;
}
/* ----------------- TOP ----------------------- */
#top {
	width: 960px;
	height: 70px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#top img {
	float: left;
}
.marg20 {
	margin-right: 20px;
}
/* ----------------- MENU HORIZONTAL ----------------------- */
#menutabnav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
ul#tabnav {
	text-align: left;
	font: bold 14px verdana, arial, sans-serif;
	border-bottom: 1px solid #036;
	list-style-type: none;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
ul#tabnav li {
	display: inline;
}
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a {
	background-color: #fff;
	color: #000;
	position: relative;
	top: 1px;
	padding-top: 4px;
}
ul#tabnav li a {
	padding: 3px 4px;
	border: 1px solid #036;
	background-color: #DDD;
	color: #666;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}
ul#tabnav a:hover {
	background: #fff;
	text-decoration: none;
}
/* ----------------- CONTENEDOR ----------------------- */
#contenedor {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
}
#contenedor a:link, #contenedor a:visited, #contenedor a:active {
}
#contenedor a:hover {
	color: #000;
	text-decoration: underline;
}
#contenedor h1 {
	color: #016E6F;
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contenedor h2 {
	color: #D20054;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contenedor p {
	color: #333;
	margin-bottom: 10px;
}
#contenedor strong {
	font-weight: bold;
}
#contenedor .imgizq {
	clear: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#contenedor .imgdch {
	clear: none;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.marg20 {
	margin-right: 20px;
}
.marg480 {
	margin-right: 480px;
}
.lista ul {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #333;
}
.lista ul li {
	margin-left: 30px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
}
.icono {
	vertical-align: middle;
}
hr {
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dashed #999;
}
/* ---------------------------------- TABLA LISTADO MINI ---------------------------------- */
table {
	border: 1px solid #666;
	margin-bottom: 15px;
	width: 920px;
}
td {
	border: 1px solid #666;
	padding: 5px;
}
.aldch {
	text-align: right;
}
.alcen {
	text-align: center;
}
.alcencolor {
	text-align: center;
	background-color: #00A8A8;
}	
/* ------------------------------------ COSAS VARIAS ------------------------------------- */
#oferta {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 390px;
}
.tngo {
	background-color: #0a53a0;
}
.iberbanda {
	background-color: #016e6f;
}
.a-tngo {
	color: #0a53a0;
	text-decoration: underline;
}
.a-iberbanda {
	color: #016e6f;
	text-decoration: underline;
}
.espana {
	background-image: url(images/espana.gif);
	background-repeat: no-repeat;
	background-position: 540px 20px;
}
/* ------------------------------------ LISTADO PROVINCIAS ------------------------------------- */
#provincias ul {
	font-size: 10px;
}
#provincias li {
	display: inline;
	width: 175px;
	margin: 2px;
	clear: none;
	float: left;
}
/* ------------------------------------ OTRAS ------------------------------------- */
.caja {
	background-color: #F5F5F5;
	padding: 20px;
	margin-bottom: 20px;
	width: 920px;
	clear: both;
	overflow: hidden;
}
.oculto {
	display: none !important;
}
/* ---------------------------------- FORMULARIO ---------------------------------- */
#formulario h2 {
	color: #999;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 240px;
}
#formulario fieldset {
	border: 1px solid #016e6f;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #EEE;
}
#formulario input, #formulario select, #formulario textarea {
	border: 1px solid #016e6f;
	padding: 2px;
}
#formulario select {
	vertical-align: baseline;
	margin-left: -1px;
}
#formulario label {
	color: #000;
	display: block;
	font-weight: bold;
	width: 230px;
	clear: none;
	float: left;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
}
#formulario small {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.formatencion {
	vertical-align: text-bottom;
	margin-left: 5px
}
.enviar {
	background-color: #016E6F;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}
/* ---------------------------------- MENSAJES ---------------------------------- */
.info, .ok, .atencion, .nok {
	border: 2px solid;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 50px;
	font-size: 16px;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/info.png');
}
.ok {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('images/ok.png');
}
.atencion {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('images/atencion.png');
}
.nok {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/nok.png');
}
/* ----------------- PIÉ ----------------------- */
#pie {
	width: 960px;
	height: 100px;
	clear: both;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#pie p {
	font-size: 12px;
	color: #CCC;
	text-align: center;
}
#pie strong {
	font-weight: bold;
	color: #FFF;
}
#pie a:link, #pie a:visited, #pie a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#pie a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
