/************************************************
* Autor: Korku Soft. Internet e Informática
* Fecha:
* Descripción: Cataventos Escola de vela
* Versión: 1.0
************************************************/

/*********************** GENERAL **********************/

body {
	margin-top: 20px;
	padding: 0;
	/*background: #3F4C6B;*/
	background: #ACA3A1;
	font-size: 11px;
	text-align: justify;
	color: #ABABAB;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFB300;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #CDCDCD;
}

a:hover {
	color: #CDCDCD;
}

hr {
	display: none;
}

input[type=text] {
	width: 400px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #BDC2C9;
	padding: 4px;
}

input[type=submit], input[type=reset] {
	width: 100px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #BDC2C9;
	padding: 4px;
}

textarea {
	width: 400px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #BDC2C9;
	padding: 4px;
}

/***********************  **********************/

#cuerpo {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/fondocuerpo.png) repeat-y left top;
}


/********************** ENCABEZADO **********************/

#encabezado {
	width: 800px;
	height: 61px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

#encabezado h1, #encabezado p {
	margin: 0;
}

#encabezado h1 {
	float: left;
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	font-size: 48px;
	padding-left: 15px;
}

#encabezado p {
	float: left;
	color: #FFB300;
	padding: 17px 0 0 10px;
	font-size: 20px;
	font-weight: bold;
}

#encabezado a {
	text-decoration: none;
	color: #F79F1A;
}

/* logo */
span#logo, img#logo {
    
	position:absolute;
    top: -39px;
    left: 600px;
	width: 216px;
	height: 81px;
    border: 0;
}

#imagen-portada {
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0;
	width: 800px;
	height: 250px;
	background: url(../images/portada.png) no-repeat left top;
}

#imagen-portada-02 {
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0;
	width: 800px;
	height: 250px;
	background: url(../images/portada_02.png) no-repeat left top;
}

#imagen-portada-03 {
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0;
	width: 800px;
	height: 250px;
	background: url(../images/portada_03.png) no-repeat left top;
}

#imagen-portada-04 {
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0;
	width: 800px;
	height: 250px;
	background: url(../images/portada_04.png) no-repeat left top;
}

#imagen-portada-05 {
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0;
	width: 800px;
	height: 250px;
	background: url(../images/portada_05.png) no-repeat left top;
}

#imagen-portada-06 {
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0;
	width: 800px;
	height: 250px;
	background: url(../images/portada_06.png) no-repeat left top;
}

#imagen-portada-07 {
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0;
	width: 800px;
	height: 250px;
	background: url(../images/portada_07.png) no-repeat left top;
}

#imagen-portada-08 {
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0;
	width: 800px;
	height: 250px;
	background: url(../images/portada_08.png) no-repeat left top;
}

#imagen-portada-09 {
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0;
	width: 800px;
	height: 250px;
	background: url(../images/portada_09.png) no-repeat left top;
}

/*********************** PAGINA **********************/

#pagina {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#pagina .fondoSuperior {
	background: url(../images/fondosuperior.png) no-repeat left top;
}

#pagina .fondoInferior {
	background: url(../images/fondoinferior.png) no-repeat left bottom;
}

/*********************** CONTENIDO **********************/

#contenido {
	float: right;
	width: 505px;
	margin: 0;
	padding: 25px 25px 15px 20px;
}

.seccion {
	padding: 0px 0 0 0;
}

.titulo {
	border-left: 6px solid #2E2E2E;
	padding: 0 20px 0 10px;
	font-size: 24px;
}

.titulo a {
	text-decoration: none;
	color: #FFFFFF;
}

.texto-seccion {
	margin: 0;
	padding-left: 17px;
}

table.tabla {
	border-style: dashed;
	width: 480px;
}

td.fila {
	background:#FFB300;
	color: #FFFFFF;
}

th.encabezado {
	background:#FFB300;
	color: #FFFFFF;
}

td.fotofila {
	width: 120px;
}

/*********************** SECCIONES **********************/

#secciones {
	float: left;
	width: 210px;
	margin-bottom: 10px;
	padding: 40px 0 0 40px;
	color: #7A7A7A;
}

#secciones ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#secciones li {
	margin: 0;
	padding: 0;
	display: inline;
}



#secciones h2 {
	margin: 0;
	height: 35px;
	font-size: 18px;
}

#secciones a {
	display: block;
	float: left;
	border-bottom: 4px solid #2E2E2E;
	text-decoration: none;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	/*font-size: 14px;*/
	font-weight: bold;
	color: #FFFFFF;
}

#secciones a:hover {
	border-bottom-color: #FFB300;
}

#secciones .marcar a {
	border-bottom-color: #FFB300;
}

/*********************** ENLACES **********************/

#links {
	width: 800px;
	height: 60px;
	min-height: 60px;
	background: url(../images/fondopie.png) no-repeat left top;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ABABAB;
}

#links p {
	padding: 20px 0;
}

#links p a {
	color: #FFB300;
}

/*********************** PIE **********************/

#pie {
	width: 800px;
	height: 60px;
	min-height: 60px;
	background: url(../images/fondopie.png) no-repeat left top;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ABABAB;
}

#pie p {
	padding: 20px 0;
}

#pie p a {
	color: #FFB300;
}

/* Redes sociales*/

#redes_sociales {
	/*float: right;*/
	width: 102px;
	position: relative;
	right: -688px;
	/*top: 302px;*/
	top: 210px;
}

#redes_sociales p {
	text-align:right;
}

#redes_sociales img {
	border: 0;
}

#redes_sociales fieldset {
	border: none;
}

#redes_sociales #s {
	width: 160px;
}

#redes_sociales #x {
	width: 80px;
}

/* Blogs */

#blogs-der {

	visibility: visible;
	position: absolute;
	left: 820px;
	top: 50px; 
	width: 102px; 
}

#blogs-der img {
	border: 0;
}

#blogs-izq {
	
	visibility: visible;
	position: absolute;
	left: -205px;
	top: 50px; 
	width: 102px;
}

#blogs-izq img {
	border: 0;
}

/* ---------------------------------------------------------------------------------
   VIDEOBOX
--------------------------------------------------------------------------------- */

div.videobox {
	padding: 10px 0 10px 10px;
	overflow: hidden;
	margin-bottom: 2em;
	color: #fff;
}

div.videobox h4 {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.8em;
	margin: 0 0 10px 0;
	color: #000000;
}

div.videoboxjs div.bigvideo {
	text-align: center;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
	border: 2px solid #ffffff;
	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

div.videoboxjs div.bigvideo br {
	display: none;
}

div.videoboxjs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 0px;
}

div.videoboxjs ul li {
	float: left;
	margin: 0 10px 10px 0;
}

div.videoboxjs ul a {
	display: block;
	outline: none;
}

div.videoboxjs ul a img {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

div.videoboxjs ul a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.videoboxjs ul a.current img {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.videoboxjs ul a img {
	border: 2px solid #ffffff;
	display: block;
	width: 101px;
	height: 75px;
}

div.videoboxjs ul a.current img {
	border-color: #000000;
}

div.videoboxjs p {
	clear: both;
}

