﻿/* CSS Document */
/*----------------------------------------------------------------------------------------------
	[Esquema Plantilla]
	
	*body
			+ Contenedor / #Contenedor
			
					- Cabecera Superior / #Cabecera1
							+ BotÃ³n FredOlsen / #btnFredOlsen
							+ Opciones Cabecera / #OpcionesCabecera
							+ Idioomas / #Idiomas
					- Cabecera Inferior / #Cabecera2
							+ Menu Primario / #menu_primario
							+ Menu Secundario / #menu_secundario
							
					- Cuerpo / #Cuerpo
							+ Contenido Izquierda / #Contenido1
								- Contenido Izquierda Cuerpo / #Contenido1_cuerpo
									...
								- Contenido Izquierda Pie / #FinalContenido1
								
							+ Contenido Derecha / #Contenido2
								- Cuerpo Formularios / #CuerpoFormularios
									...
								- Pie Formularios / #FinalContenido2
								- Cuerpo Acceso Propietarios / #CuerpoAccesoPropietarios
										+ Acceso Propietarios / #AccesoPropietarios
										+ Pie Acceso Propietarios / #FinalAccesoPropietarios
								

	---------------------------------------------------------------------------------------------*/
	
	
/*** HACKS PARA IE ***/
	/* Si tienes la necesidad de aplicar algún hack para IE6 utiliza este selector: */
	/**html {
	}*/
	/* Si necesitas aplicarlo a IE7 utiliza este:*/
	*:first-child+html {
	}
/*** NEUTRALIZANDO ESTILOS:
		elementos que queremos limpiar completamente: ***/
	* {
		margin: 0;
		padding: 0;
		border: none;
	}
	html {
		font: 12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
		/*text-shadow: #555555 0px 0px 0px; Elimina el efecto bold en Safari*/
		color: #555555;
	}
	
/*** NEUTRALIZANDO ESTILOS:
		elementos con margen vertical: ***/
	h1, h2, h3, h4, h5, h6, p, pre,
	blockquote, ul, ol, dl, address {
		font-weight: normal;
		margin: 0 0 1em 0;
	}
/*** Algunos ajustes basicos: ***/
	sup {
		position: relative;
		bottom: 0.3em;
		vertical-align: baseline;
	}
	sub {
		position: relative;
		bottom: -0.2em;
		vertical-align: baseline;
	}
/*** LINKS:
		recuerda utilizar siempre la regla del LoVe-HAte ***/
		a, a:link, a:visited, a:hover, a:active {
		/*
		Si quisieramos eliminar la lÃ­nea de puntos que aparece al pulsar un enlace, aplicarÃ­amos la siguiente propiedad:
		outline: 0;
		Sin embargo no se recomienda, por temas de accesibilidad para navegaciÃ³n con teclado (lo cual implica temas legales, un tema peliagudo).
		*/
		color: #555555;
	}
	a img {
		border: none;
		text-decoration: none;
	}
	img {
		border: none;
		text-decoration: none;
		/*Si añades un background aparecerÃ¡ como fondo de la imagen, útil para imágenes de carga*/
	}
/*** FORMULARIOS: ***/
	label, button {
	cursor: pointer;
	}
	input, select, textarea {
		font: 12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
		/*font-size: 100%;*/
	}
	input:focus, select:focus, textarea:focus {
		background-color: #FFF;
	}
	fieldset {
		border: none;
	}
/*** Algunas clases Ãºtiles: ***/
	.clear {
		clear: both;
	}
	.float-left {
		float: left;
	}
	.float-right {
		float: right;
	}
	.helvetica {
		font-family: Arial, Helvetica, Geneva, sans-serif;
	}
	.destacado {
	    color:Red;
	}
	
/* CONTENIDO DE LAS PAGINAS: CAPAS */
body {	/* AJUSTE: para poner un color de fondo */
	background-color: #e5e5e5;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
}

h2 span {
	display: none;
	}

#Contenedor {
	margin: 0 auto;
	width: 955px;
	height: auto;
}

#btnFredOlsen a {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 45px;
	width: 270px;
}

#btnFredOlsen a span {
	display: none;
}

#OpcionesCabecera {
	float: left;
	width: 885px;
}

#OpcionesCabecera p {
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	color: #2B3947;
	font-weight: normal;
}

#OpcionesCabecera p a {
	color: #2B3947;
}

#Idiomas {
	float: right;
	width: 70px;
	height: 60px;
}

#Idiomas ul {
	list-style-type: none;
	width: auto;
	height: 32px;
	list-style: none;
	line-height: 1;
	display: block;
	padding-top: 17px;
}

#Idiomas ul a {
	display: block;
	width: 10em;
}

#Idiomas ul li { /* all list items */
	display: block;
	float: left;
	padding-left: 5px;
}

#Idiomas ul li a {
	width: 25px;
}

#Idiomas ul li a.English {
	background-image: url(images/botonEnglish.jpg);
	background-repeat: no-repeat;
	width: 23px;
	height: 16px;
}

#Idiomas ul li a.Deutsch {
	background-image: url(images/botonDeutsch.jpg);
	background-repeat: no-repeat;
	width: 22px;
	height: 17px;
}

#Idiomas ul li a span {
	display: none;
}

/************************************************* MENU PRIMARIO ***************************************/
#menu_primario ul {
	padding: 0 0 0 5px;
	list-style-type: none;
	width: auto;
	height: 32px;
	list-style: none;
	line-height: 1;
	display: block;
}

#menu_primario ul a {
	display: block;
}

#menu_primario ul li { 
	display: block;
	float: left;
}

#menu_primario ul li a span {
	display: none;
}

#pri-FredOlsenExpress a {
	margin-top: 7px;
	margin-left: 4px;
	background-image: url(images/btnFredOlsenExpress.jpg);
	background-repeat: no-repeat;	
	width: 115px;
	height: 28px;
}

#pri-FredOlsenExpress a:hover, #pri-FredOlsenExpress a.active {
	background-image: url(images/btnFredOlsenExpress_b.jpg);
}

#pri-HotelJardinTecina a {
	margin-top: 7px;
	margin-left: 6px;
	background-image: url(images/btnHotelJardinTecina.jpg);
	background-repeat: no-repeat;	
	width: 112px;
	height: 28px;
}

#pri-HotelJardinTecina a:hover, #pri-HotelJardinTecina a.active {
	background-image: url(images/btnHotelJardinTecina_b.jpg);
}

#pri-TecinaGolf a {
	margin-top: 7px;
	margin-left: 6px;
	background-image: url(images/btnTecinaGolf.jpg);
	background-repeat: no-repeat;	
	width: 80px;
	height: 28px;
}

#pri-TecinaGolf a:hover, #pri-TecinaGolf a.active {
	background-image: url(images/btnTecinaGolf_b.jpg);
}

#pri-PuebloDonThomas a {
	margin-top: 7px;
	margin-left: 6px;
	background-image: url(images/btnPuebloDonThomas.jpg);
	background-repeat: no-repeat;	
	width: 119px;
	height: 28px;
}

#pri-PuebloDonThomas a:hover, #pri-PuebloDonThomas a.active {
	background-image: url(images/btnPuebloDonThomas_b.jpg);
}

#pri-Consignataria a {
	margin-top: 7px;
	margin-left: 6px;
	background-image: url(images/btnConsignataria.jpg);
	background-repeat: no-repeat;	
	width: 92px;
	height: 28px;
}

#pri-Consignataria a:hover, #pri-Consignataria a.active {
	background-image: url(images/btnConsignataria_b.jpg);
}

#pri-RestauranteLasRosas a {
	margin-top: 7px;
	margin-left: 7px;
	background-image: url(images/btnRestauranteLasRosas.jpg);
	background-repeat: no-repeat;	
	width: 118px;
	height: 28px;
}

#pri-RestauranteLasRosas a:hover, #pri-RestauranteLasRosas a.active {
	background-image: url(images/btnRestauranteLasRosas_b.jpg);
}

#pri-CompraOnLine a {
	margin-top: 7px;
	margin-left: 22px;
	background-image: url(images/btnCompraOnLine.jpg);
	background-repeat: no-repeat;	
	width: 248px;
	height: 28px;
}
#pri-CompraOnLine_ingles a {
	margin-top: 7px;
	margin-left: 22px;
	background-image: url(images/btnCompraOnLine_ing.jpg);
	background-repeat: no-repeat;	
	width: 248px;
	height: 28px;
}
#pri-CompraOnLine_aleman a {
	margin-top: 7px;
	margin-left: 22px;
	background-image: url(images/btnCompraOnLine_ale.jpg);
	background-repeat: no-repeat;	
	width: 248px;
	height: 28px;
}
/******************************************** CONTENIDO 1***************************************/
table th{
	text-align:left;
	width:auto;
}

table tr.Precios th
{
    text-align:left;
    height: 25px;
    background-color: #d5e98f;
}
table tr.Precios td
{
    text-align:left;
    height: 25px;
    font-size: 11px;
    padding: 2px 4px 2px 4px;
}

table tbody tr td{
	border-top:1px #999999 dashed;
}

.tdizq{
	width:119px;
}

.tdder{
	text-align:right;
}

#Contenido1 {
	float: left;
	background-image: url(images/fondoContenido1.jpg);
	background-repeat: repeat-y;
	width: 685px;
}

#Contenido1_formulario {
	float: left;
	background-image: url(images/fondoContenido1Formulario.jpg);
	background-repeat: repeat-y;
	width: 955px;
}

#Contenido1_cuerpo {
    float:left;
	position: relative;
	width: 653px;
	padding: 6px 16px 0 16px;
}

#Contenido1_cuerpo_formulario {
    float:left;
	position: relative;
	width: 923px;
	padding: 6px 16px 0 16px;
}

#imagenInterior {
	float: left;
	width: auto;
	height: 100%;
	margin-top: 26px;
}

#Contenido1_portada_izquierda 
{
    float: left;
    width: 352px;
    height: auto;
}

#Contenido1_portada_derecha
{
    float: left;
    width: 280px;
    height: auto;
    padding-left: 10px;
    padding-top: 10px;
}

#Contenido1_texto_interior {
	float: left;
	width: 451px;
	margin-left: 25px;
}

#Contenido1_texto_interior_formulario {
	float: left;
	width: 462px;
}

#Contenido1_texto_interior h2
{
    margin:3px 0 10px 0;
    color:#5A5A2E;
}
    

#Contenido1_texto_interior a, #Contenido1_texto_interior a {
	color: #51A127;
	font-weight: bold;
}

#Contenido1_texto_interior ul {
	list-style:none;	
	margin:5px;
}

#Contenido1_texto_interior ul li {
	padding-left:12px;
	background:transparent url(images/guion.gif) no-repeat 0px 6px;
}

#Contenido1_texto_inferior p input.usuario {
	border: 1px solid #c0c0c0;
	margin-left: 35px;
	width: 120px;	
}
.usuario {
    border: 1px solid #c0c0c0;
	margin-left: 35px;
	width: 120px;
}

#Contenido1_texto_inferior p input.contrasenia {
	border: 1px solid #c0c0c0;
	margin-left: 14px;
	width: 120px;	
}
.contrasenia{
    border: 1px solid #c0c0c0;
	margin-left: 14px;
	width: 120px;
}

#Contenido1 p, #Contenido1_formulario p {
	margin: 10px 0 0 0;
	line-height: 120%;
}

#Contenido1 p img, #Contenido1_formulario p img 
{
    margin:0 0 0 8px;
}

#Contenido1 img, #Contenido1_formulario img
{
    margin-top:10px;
}

#FlashParcelario 
{
    float:left;
	margin-top:20px;
	width:auto;
	height:auto;
}

#Contenido1_parte_baja {
	clear: both;
	position: relative;
	width: 457px;
	height: auto;
	padding: 20px 0 0 190px;
}

#Contenido1_final {
	float: left;
	width: 685px;
	height: 40px;
	background-image: url(images/fondoPieContenido1.jpg);
	background-repeat: no-repeat;
}

#Contenido1_final_formulario {
	float: left;
	width: 955px;
	height: 40px;
	background-image: url(images/fondoPieContenido1Formulario.jpg);
	background-repeat: no-repeat;
}

#Panel_derecha_formulario
{
    float:right;
    width:232px;
    height:325px;
    background:transparent url(images/fondoPanelDerechaFormulario.jpg) no-repeat top left;
    color:#2B662B;
    padding:7px 13px;
    font-size:13px;
}

#Panel_derecha_formulario h2 
{
    margin-bottom:8px;
    font-size:18px;
}

.pdf {
	padding-right:22px;
	background:transparent url(images/pdf.gif) no-repeat 100% 2px;
}
/********************************************* MENU TERCIARIO **************************************/
#menu_terciario ul{
	float: left;
	list-style-type: none;
	width: 163px;
	height: 100%;
	list-style: none;
	line-height: 1;
	display: block;
	margin: 0 0 13px 0;
}

#menu_terciario ul a {
	display: block;
}

#menu_terciario ul li { 
	display: block;
	float: left;
	border-bottom: #999999 dashed 1px;
}

#menu_terciario ul li a span {
	display: none;
}

.ter a {
	padding: 7px 0 3px 8px;
	background: transparent /*url(images/flecha.gif)*/ no-repeat top left;
	width: 155px;
	text-decoration: none;
	text-transform: uppercase;
	color: #3E738C;
}

.ter a:hover, .ter a.active {
	color: #2B662B;
	font-weight: bold;
	background: transparent url(images/flechaNegra.gif) no-repeat top left;
}

#menu_terciario ul li ul li {
	border-bottom: none;
	padding: 0 0 0 5px;
}

#menu_terciario ul li ul li a {
	text-transform: none;
	padding-left: 10px;
}
/********************************************* FIN MENU PRIMARIO ********************************/

#Cuerpo {
	width: 100%;
	float:left;
	margin: 0;
	padding: 0;
}

/***************************** FORMULARIOS ***********************/

#Contenido1_texto_interior_formulario fieldset
{
    margin-top: 5px;
    float: left;
    width: 441px;
    height: auto;
    border-top: 1px #66CCFF solid;
    border-left: 1px #66CCFF solid;
    border-right: 1px #66CCFF solid;
    border-bottom: 1px #66CCFF solid;
    padding: 10px 10px 3px 10px;
    border-top-color: #66CCFF;
    border-right-color: #66CCFF;
    border-left-color: #66CCFF;
    border-bottom-color: #66CCFF;
}

#Contenido1_texto_interior_formulario fieldset label
{
    display:block;
}

#Contenido1_texto_interior_formulario fieldset h2
{
    margin:-14px 0 0 0;
    color:#0066FF;
    padding-left:2px; 
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
    background:#fff;
    width:120px;
}

#Contenido1_texto_interior_formulario fieldset div.campoFecha
{
    float:left;
    width: 98px;
    margin-right:10px;
}

#Contenido1_texto_interior_formulario fieldset div.campoFecha input
{
    display: inline;
    background: #DFEFFF;
    border: 1px #66CCFF solid;
    height: 19px;
    width: 60px;
    vertical-align: middle;
}

#Contenido1_texto_interior_formulario fieldset div.campo1
{
    float:left;
    width:400px;
    margin-right:10px;
}

#Contenido1_texto_interior_formulario fieldset div.campo1 div.campo_radio input
{
    width:30px;
    float:right;
    background:transparent;
    border:none;
}

#Contenido1_texto_interior_formulario fieldset div.campo1 div.campo_radio label
{
    float:left;
}

#Contenido1_texto_interior_formulario fieldset table td
{
    border:none;
}

#Contenido1_texto_interior_formulario fieldset table td.NoDisponible
{
    background-color: #efc1ab;
    width:15px;
    text-align: right;
}
#Contenido1_texto_interior_formulario fieldset table td.Disponible
{
    background-color:#d5e98f;
    width: 15px;
    text-align: right;
}

#Contenido1_texto_interior_formulario fieldset div.campoActualizacion
{
    float:left;
    width:100%;
    margin-right:20px;
}

#Contenido1_texto_interior_formulario fieldset div.campo1 input, 
#Contenido1_texto_interior_formulario fieldset div.campo1 select,
#Contenido1_texto_interior_formulario fieldset div.campo1 textarea
{
    background:#DFEFFF;
    border:1px #66CCFF solid;
}

#Contenido1_texto_interior_formulario fieldset div.text_box
{
    display:inline;
    vertical-align:middle;
}
#Contenido1_texto_interior_formulario fieldset div.campo1 table tr td{
    width: 50px;
}

#Contenido1_texto_interior_formulario fieldset div.text_box input
{
    width:auto;
    height:auto;
    background:transparent;
}

#Contenido1_texto_interior_formulario fieldset div.campo1sinAlto
{
    float:left;
    width:160px;
    margin-right:10px;
}

#Contenido1_texto_interior_formulario fieldset div select.personas
{
    width:80px;
}

#Contenido1_texto_interior_formulario fieldset div.campo1sinAlto input, #Contenido1_texto_interior_formulario fieldset div.campo1sinAlto select
{
    display:inline;
    background:#EEF1D3;
    border:1px #A0D8A0 solid;
    height:19px;
    width:130px;
    vertical-align:middle;
}

#Contenido1_texto_interior_formulario fieldset div.campo1sinAlto div.campo_radio input
{
    width:30px;
    float:right;
    background:transparent;
    border:none;
}

#Contenido1_texto_interior_formulario fieldset div.campo1sinAlto div.campo_radio label
{
    float:left;
}

#Contenido1_texto_interior_formulario fieldset div.campo2
{
    float:left;
    width:58px;
    margin-right:10px;
}

#Contenido1_texto_interior_formulario fieldset div.campo2 input, #Contenido1_texto_interior_formulario fieldset div.campo2 select
{
    background:#EEF1D3;
    border:1px #A0D8A0 solid;
    height:19px;
    width:55px;
}

#mensaje_formulario 
{
    background:#DFEFFF;
    border-bottom:1px #66CCFF solid;
    border-left:1px #66CCFF solid;
    border-right:1px #66CCFF solid;
    float:left;
    width:441px;
    height:21px;
    font-weight:bold;
    padding:2px 10px 0 10px; 
}

#enviar 
{
    float: left;
    margin-top: 6px;
    width: 465px;
}
#enviar input.anterior
{
}

#enviar input.siguiente
{
    padding-left:345px;
}

/************************************************** CLASES **************************************/
.negrita {
	font-weight: bold;
}

