/* CSS */
/*-------------------------------------------------------------
 Hoja de estilo general de surftherapy.es
 version: 1.2 (04-2010)
 autor: Alberto Garcia
 email: alberto@katiuskas.com
 website: http://www.katiuskas.com/
 -------------------------------------------------------------*/
/* ETIQUETAS GENERALES
 -------------------------------------------------------------*/
* {
padding: 0;
margin: 0;
}

body {
font: normal 1em / 1.5em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
background: #FF9900 url(..//picts/bg.jpg) repeat-x;
font-size: 80%;
color: #fff;
text-align: center;
}
td a { color:#dcdcdc; }
td a:hover { color:#f90; }
h1 {
border-bottom: #ff9900 2px solid;
line-height: 1em;
}

h1 span {
font-size: 0.8em;
display: block;
}

h2 {
line-height: 1em;
display: block;
margin-bottom: 20px;
}

p {
margin-bottom: 20px;
}

span {
font-style: italic;
}

blockquote {
margin: 10px 10px 20px 0px;
display: block;
padding-left: 30px;
background: url(..//picts/comillas.gif) top left no-repeat;
}

blockquote p {
margin: 0;
}

em, strong {
color: #ff9900;
}

dl {
margin: 10px 0 30px 0;
padding-left: 10px;
border-left: #ff9900 1px dotted;
}

a {
color: #000;
text-decoration: none;
outline: none;
}

a:hover {
color: #000;
text-decoration: underline;;
}

/* NAVEGACION PRINCIPAL
 -------------------------------------------------------------*/
#navegacion {
display: block;
height: 56px;
width: 760px;
}

#navegacion li {
display: inline;
}

#navegacion li span {
display: none;
}

/* BOTONES NAVEGACION
 -------------------------------------------------------------*/
.cursos {
position: relative;
float: left;
height: 56px;
width: 146px;
background: url(..//picts/cursos.jpg) no-repeat;
}

.cursos a {
position: relative;
float: left;
height: 56px;
width: 146px;
}

.cursos a:hover {
background: url(..//picts/cursos_over.jpg) no-repeat;
}

.fotos {
position: relative;
float: left;
height: 56px;
width: 100px;
background: url(..//picts/fotos.jpg) no-repeat;
}

.fotos a {
position: relative;
float: left;
height: 56px;
width: 100px;
}

.fotos a:hover {
background: url(..//picts/fotos_over.jpg) no-repeat;
}

.contacto {
position: relative;
float: left;
height: 56px;
width: 128px;
background: url(..//picts/contacto.jpg) no-repeat;
}

.contacto a {
position: relative;
float: left;
height: 56px;
width: 128px;
}

.contacto a:hover {
background: url(..//picts/contacto_over.jpg) no-repeat;
}

.house {
position: relative;
float: left;
height: 56px;
width: 147px;
background: url(..//picts/surfhouse.jpg) no-repeat;
}

.house a {
position: relative;
float: left;
height: 56px;
width: 147px;
}

.house a:hover {
background: url(..//picts/surfhouse_over.jpg) no-repeat;
}

.blog {
position: relative;
float: left;
height: 56px;
width: 110px;
background: url(..//picts/blog.jpg) no-repeat;
}

.blog a {
position: relative;
float: left;
height: 56px;
width: 110px;
}

.blog a:hover {
background: url(..//picts/blog_over.jpg) no-repeat;
}

.home {
position: relative;
float: left;
height: 56px;
width: 129px;
background: url(..//picts/home.jpg) no-repeat;
}

.home a {
position: relative;
float: left;
height: 56px;
width: 129px;
}

.home a:hover {
background: url(..//picts/home_over.jpg) no-repeat;
}

/* IDIOMAS
 -------------------------------------------------------------*/
#idiomas {
position: relative;
float: right;
margin-right: 60px;
}

#idiomas img {
margin: 0;
padding: 0;
border: none;
}

/* ESTRUCTURA
 -------------------------------------------------------------*/
#contenedor {
margin: 0pt auto;
height: 100%;
width: 760px;
text-align: left;
}

#encabezado {
width: 760px;
height: 185px;
background: url(..//picts/therapyheader.jpg) no-repeat;
}

#cuerpo {
width: 760px;
padding: 20px 0 20px 0;
background: url(..//picts/therapybg.jpg) repeat-y;
}

#colderecha {
}

#pie {
width: 760px;
height: 260px;
clear: both;
background: url(..//picts/therapyfooter.jpg) no-repeat;
}

#pie p {
text-align: center;
font-size: 0.8em;
color: #000;
margin: 0;
}

#pie img {
border: none;
margin-top: 4px;
}

#pie li {
color: #000; /* NAVEGACION ADICIONAL */
display: inline;
}

#pie ul {
text-align: center;
margin: 0;
padding-top: 30px;
}

/* CONTENIDO
 -------------------------------------------------------------*/
#contenido {
margin: 20px 60px 20px 60px;
}

#contenido img {
float: right;
position: relative;
margin: 0px 0px 20px 20px;
}

/* BANNERS
 -------------------------------------------------------------*/
#banners {
margin: 20px 60px 0px 60px;
text-align: center;
}

#banners img {
float: none;
clear: both;
}

/* ============================================================*
 * INICIO
 * ============================================================*/
.first {
margin-top: 2em;
}

#video {
float: right;
margin-top: 30px;
margin-left: 30px;
}

/* ============================================================*
 * CURSOS
 * ============================================================*/
/* TABLAS -----------------------------------------------------*/
#cursos table {
line-height: 1.4em;
font-size: 1em;
width: 320px;
border-collapse: collapse;
margin-bottom: 20px;
}

#cursos caption {
font-size: 1.2em;
border-bottom: #ff9900 1px dotted;
padding: 5px 10px 7px 5px;
text-align: left;
}

#cursos .topline:hover {
background: none;
}

#cursos thead th, tbody th {
color: #fff;
padding: 7px;
text-align: left;
}

#cursos tbody tr:hover {
background-color: #888;
color: #000;
}

#cursos td {
padding: 7px;
}

#cursos table a {
color: #fff;
background-color: inherit;
line-height: 1.5em;
}

#cursos table a:hover {
color: #000;
background-color: inherit;
}

#cursos .caracteristicas:hover {
background: none;
}

/* CLASES ----------------------------------------------------*/
.cajatabla {
float: left;
}

.linkcontacto {
display: inline;
color: #ff9900;
}

.linkcontacto:hover {
display: inline;
color: #ff9900;
text-decoration: underline;
}

.curso {
width: 640px;
height: 100%;
position: relative;
clear: both;
}

/* ============================================================*
 * FOTOS
 * ============================================================*/
#galeria {
width: 640px;
overflow: auto;
}

#galeria img {
margin: 0;
}

#galeria a {
width: 84px;
height: 84px;
display: block;
margin: 10px;
float: left;
}

#galeria a:hover {
background-color: #A9A9A9;
}

.linknegativo {
display: inline;
color: #ff9900;
}

.linknegativo:hover {
display: inline;
color: #ff9900;
text-decoration: underline;
}

/* SLIMBOX */
#lbOverlay {
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
cursor: pointer;
}

#lbCenter, #lbBottomContainer {
position: absolute;
z-index: 9999;
overflow: hidden;
background-color: #fff;
}

.lbLoading {
background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
position: absolute;
left: 0;
top: 0;
border: 10px solid #fff;
background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
display: block;
position: absolute;
top: 0;
width: 50%;
outline: none;
}

#lbPrevLink {
left: 0;
}

#lbPrevLink:hover {
background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
right: 0;
}

#lbNextLink:hover {
background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #fff;
border-top-style: none;
}

#lbCloseLink {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(closelabel.gif) no-repeat center;
margin: 5px 0;
outline: none;
}

#lbCaption, #lbNumber {
margin-right: 71px;
}

#lbCaption {
font-weight: bold;
}

/* ============================================================*
 * CONTACTO
 * ============================================================*/
#formulario {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
height: 100%;
}

form {
margin-bottom: 30px;
width: 640px;
}

form p {
font-size: 1.2em;
}

.clear {
clear: both;
}

fieldset {
margin: 1em 0;
padding: 2em;
color: #ff9900;
}

legend {
font-size: 1.2em;
padding: 0 6px 0 6px;
font-weight: bold;
}

select {
width: 3em;
margin-right: 0.5em;
border: none !important;
}

label {
color: #ff9900;
float: left;
width: 9em;
}

form p {
position: relative;
}

.required {
font-size: 0.8em;
color: #999;
}

input {
width: 200px;
padding-left: 3px;
border: none !important;
}

input:focus, textarea:focus, select:focus {
background: #ffc;
}

textarea {
width: 300px;
height: 100px;
line-height: 1.2em;
color: #000;
border: none !important;
background-color: #fff;
padding: 5px;
overflow: auto;
}

/* FIELDSETS BORDERS ----------------------------------------- */
#fcontacto, #datospersonales, #datoscurso {
border: 1px dotted #ff9900;
}

/* IDs CAMPOS FORMULARIO RESERVAS ---------------------------- */
#datospersonales input {
width: 140px;
padding-left: 3px;
border: none !important;
}

#datospersonales p {
float: left;
margin-right: 20px;
}

#course {
width: 120px;
padding-left: 3px;
border: none !important;
}

/* IDs BOTONES ---------------------------------------------- */
#enviar {
float: right;
background-color: #ff9900;
border: none !important;
width: auto;
padding: 3px;
margin: 0 0 0 10px;
}

#enviar:hover {
background-color: #ff6600;
}

#borrar {
float: right;
background-color: #ff9900;
border: none !important;
width: auto;
padding: 3px;
margin: 0 0 0 10px;
}

#borrar:hover {
background-color: #ff6600;
}

#submit {
float: right;
background-color: #ff9900;
border: none !important;
width: auto;
padding: 3px;
margin: 0 0 0 10px;
}

#submit:hover {
background-color: #ff6600;
}

#reset {
float: right;
background-color: #ff9900;
border: none !important;
width: auto;
padding: 3px;
margin: 0 0 0 10px;
}

#reset:hover {
background-color: #ff6600;
}

/* TIPO CURSO ------------------------------------------------ */
#tipocurso {
margin: 0;
padding: 0;
border: none;
width: 100%;
margin-bottom: 18px;
}

#tipocurso input {
width: 2em;
border: none !important;
}

#tipocurso h3 {
width: 10em;
float: left;
font-weight: normal;
}

#tipocurso label {
float: none;
display: inline;
}

#tipocurso p {
display: inline;
}

/* FECHAS --------------------------------------------------- */
#monthArrive, #yearArrive, #monthDepart, #yearDepart {
border: none !important;
}

#dayArrive, #dayDepart {
width: 5em;
margin-right: 0.5em;
}

#monthArrive, #monthDepart {
width: 8em;
margin-right: 0.5em;
}

#yearArrive, #yearDepart {
width: 5em;
}

/* ALOJAMIENTO ---------------------------------------------- */
#accomodation {
width: 3.5em;
}

/* PERSONAS ------------------------------------------------- */
#persons {
width: 3em;
margin-right: 0.5em;
border: none !important;
}

.linknegativo {
display: inline;
color: #ff9900;
}

.linknegativo:hover {
display: inline;
color: #ff9900;
text-decoration: underline;
}

#correo img {
margin: 0;
padding: 0;
position: relative;
float: none;
border: none !important;
}

/* ============================================================*
 * SURFCAMP
 * ============================================================*/
/* HOTEL
 -------------------------------------------------------------*/
#banner {
text-align: center;
position: relative;
margin-right: 90px;
}

#banner a {
border: none;
text-decoration: none;
}

.clear {
margin-top: 30px;
clear: both;
text-align: center;
}

#contenido h2 {
margin-top: 2em;
clear: both;
}

.first a {
color: #ff9900;
text-decoration: underline;
}

.first a:hover {
color: #fff;
}

/* TABLAS
 -------------------------------------------------------------*/
#surfcamp table {
line-height: 1.4em;
font-size: 1em;
border-collapse: collapse;
margin-bottom: 20px;
}

#surfcamp th {
width: 80px;
}

#surfcamp caption {
font-size: 1.2em;
font-weight: bolder;
border-bottom: #ff9900 1px dotted;
padding: 5px 10px 7px 5px;
text-align: left;
}

#surfcamp .topline:hover {
background: none;
}

#surfcamp thead th, tbody th {
color: #ff9900;
padding: 7px;
text-align: left;
}

#surfcamp tbody tr:hover {
background-color: #888;
color: #000;
}

#surfcamp td {
padding: 7px;
}

#surfcamp table a {
display: block;
color: #fff;
background-color: inherit;
line-height: 1.5em;
}

#surfcamp table a:hover {
color: #000;
background-color: inherit;
}

/* CLASES
 -------------------------------------------------------------*/
.tablaancha {
float: left;
margin-right: 1.2em;
width: 640px;
}

.tablaestrecha {
float: left;
margin-right: 1.2em;
}

.linkcontacto {
display: inline;
color: #ff9900;
}

.linkcontacto:hover {
display: inline;
color: #ff9900;
text-decoration: underline;
}

.temporada {
border-right: #ff9900 dotted 1px;
}

.info {
clear: both;
}