﻿#Cabecera1 {
	float: left;
	display: block;
	position: relative;
	background: url(Main/images/logoFOSA.jpg) no-repeat left bottom;
	width: 100%;
	height: 73px;
}

#Cabecera2 {
	float: left;
	display: block;
	background-image: url(Main/images/fondoCabecera.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
}

/********************************************* CONTENIDO 1 ****************************************/
#Contenido1 {
	float: left;
	background-image: url(Main/images/fondoContenido1.jpg);
	background-repeat: repeat-y;
	width: 685px;
}

#Contenido1 p img 
{
    margin:0 0 0 8px;
}

#Contenido1 img 
{
    margin-top:10px;
}

#Contenido1_cuerpo {
    float:left;
	position: relative;
	width: 653px;
	padding: 0px 12px 0 12px;
}

#ImagenPortada1
{
    float: left;
    width: 275px;
}

#ImagenPortada2
{
    float: left;
    margin-left: 5px;
    margin-top: 15px
}
#ImagenPortada2 img
{
    
    width: 365px;
    
}

#ImagenPortada3
{
    float: left;
    width: 170px;
    margin-left: 10px;
    margin-top: 10px
}

#ImagenPortada4
{
    float: left;
    width: 190px;
    margin-left: 7px;
    margin-top: 10px
}

#Contenido1_texto_interior h2
{
    margin:3px 0 10px 0;
    color:#5A5A2E;
    font-size:18px;
}
    
#Contenido1_texto_interior a {
	color: #51A127;
	font-weight: bold;
}

#Contenido1_texto_interior ul {
	list-style:none;	
}

#Contenido1_texto_interior ul li {
	padding-left:12px;
	background:transparent url(images/guion.gif) no-repeat 0px 6px;
}

#Contenido1_final {
	float: left;
	width: 685px;
	height: 40px;
	background-image: url(Main/images/fondoPieContenido1.jpg);
	background-repeat: no-repeat;
}

/********************************************* CONTENIDO 2 *************************************/
#Contenido2 {
	float: right;
	height: auto;
	background-repeat: repeat-y;
	width:265px;
}

#CuerpoFormularios {
	background: transparent url(Main/images/fondoContenido2.jpg) repeat-y top left;
	padding-top:0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 16px;
}

#CuerpoFormularios fieldset
{
    width:229px;
    display:block;
}

#CuerpoFormularios fieldset label
{
    float:left;
}

#CuerpoFormularios fieldset .text_box
{
    float:right;
    width:17px;
}

#CuerpoFormularios fieldset .campo
{
    float:right;
    border:1px #c0c0c0 solid;
    margin-right:10px;
}

#Contenido2 select {
	color: #555555;
	width: 125px;
	border: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	float:right;
}

#CuerpoFormularios fieldset h2{
    margin-top: 5px;
    margin-bottom:0;
}

#CuerpoFormularios fieldset h2.Billetes {
	background-image: url(PuebloDonThomas/images/tit_BilletesBarco.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 17px;
}
#CuerpoFormularios fieldset h2.Billetes_ingles {
	background-image: url(PuebloDonThomas/images/tit_BilletesBarco_ing.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 17px;
}
#CuerpoFormularios fieldset h2.Billetes_aleman {
	background-image: url(PuebloDonThomas/images/tit_BilletesBarco_ale.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 17px;
}

#CuerpoFormularios fieldset h2.Hotel {
	margin-top: 5px;
	margin-left: 5px;
	background-image: url(HotelJardinTecina/images/tit_ReservasHotel.gif);
	background-repeat: no-repeat;
	width: 240px;
	height: 16px;
}

#CuerpoFormularios fieldset h2.HotelEnglish {
	margin-top: 5px;
	margin-left: 5px;
	background-image: url(HotelJardinTecina/images/tit_ReservasHotel_en.gif);
	background-repeat: no-repeat;
	width: 240px;
	height: 18px;
}
#CuerpoFormularios fieldset h2.TecinaGolf{
	background-image: url(PuebloDonThomas/images/tit_TecinaGolf.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 17px;
}
#CuerpoFormularios fieldset h2.TecinaGolf_ingles {
	background-image: url(PuebloDonThomas/images/tit_TecinaGolf_en.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 17px;
}
#CuerpoFormularios fieldset h2.Alquileres {
	background-image: url(PuebloDonThomas/images/tit_AlquileresPDT.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 18px;
}
#CuerpoFormularios fieldset h2.Alquileres_ingles {
	background-image: url(PuebloDonThomas/images/tit_AlquileresPDT_en.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 18px;
}

#CuerpoFormularios fieldset h2 span {
	display: none;
}

#Contenido2 p {
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 20px;
}

#Contenido2 select {
	color: #555555;
	width: 200px;
	border: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	/*margin-left: 20px;*/
}

#Contenido2 select.izquierda {
	color: #555555;
	width: 80px;
	border: 1px;
	border-style: solid;
	border-color: #c0c0c0;
}

#Contenido2 select.derecha {
	color: #555555;
	width: 100px;
	border: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	margin-left: 16px;
}

#Contenido2 select.NJugadores {
	color: #555555;
	width: 80px;
	border: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	margin-left: 25px;
}

#Contenido2 select.NDias {
	color: #555555;
	width: 80px;
	border: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	margin-left: 59px;
}

#FinalContenido2 {
	float: left;
	width: 265px;
	height: 16px;
	background-image: url(Main/images/fondoPieContenido2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0;
}
.fredolsenexpress
{
    float:left;
    width:281px;
    height:410px;
    margin-top:8px;
}
