@charset "utf-8";

/* CSS Document */

body
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #096BC6;
	background: #252525 url(./images/page_bg.png) repeat-x top left;
}

#wrapper
{
	margin: 0 auto;
	width: 960px;
}

#header
{
	height: 250px;
	background: transparent url(./images/headerimg.jpg) no-repeat top center;
}

#content
{
	width: 960px;
	background: #FFF url(./images/content.png) repeat-y top center;
	height: auto;
}

#content #content_top
{
	width: 100%;
	height: 10px;
	/*background: transparent url(images/content_top.png) no-repeat;*/
}

#content #leftcolumn
{
	width: 210px;
	height: auto;
}

#content #rightcolumn
{
	width: 210px;
	height: auto;
}

#content #maincolumn
{
	width: 540px;
	height: auto;
}

#content #maincolumn_full
{
	background: #F6F6F6;
	width: 670px;
	height: auto;
	margin-left: 40px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 15px;
}

#footer
{
	width: 960px;
	margin: 0 auto 20px;
	height: 34px;
	line-height:29px;
	text-align: center;
	color: #FFFF00;
	padding:4px 10px 0;
}

/* Imágenes */

img
{
	border: none;
}

/* Bloques */

#content .block
{
	margin-bottom: 5px;
}

#content .block h3
{
	height: 24px;
	line-height: 23px;
	padding: 0 10px 0 16px;
	margin: 0 0 8px 0;
	color: #FFFF00;
	font-size: 11px;
	text-align: left;
	font-weight: 700;
	overflow: hidden;
	text-transform: none;
}

#content #leftcolumn .block h3
{
	background: transparent url(images/box_h3.png) no-repeat left;
}

#content #rightcolumn .block h3
{
	background: transparent url(images/box_h3_r.png) no-repeat left;
}

#content #maincolumn #sponsors
{
	margin-top: -10px;
	width: 100%;
	height: 139px;
	background: url(images/news_bg.png) no-repeat center center;
}

#content #maincolumn #sponsors > div
{
	text-align: center;
	padding: 20px 30px;
	height: 80px;
}

#content #maincolumn #sponsors > div table
{
	height: 100px;
	margin-top: -10px;
	widows: 100%;
	background: #FFFF00;
}

/* Menus */

#content #leftcolumn ul.menu
{
	list-style: none;
	text-align: left;
	margin:0;
	padding:0 0 0 10px;
}

#content #leftcolumn ul.menu li
{
	margin:0 0 1px 0;
}

/* LINKS */
#content #leftcolumn ul.menu li a, #content #leftcolumn ul.menu li a:link
{
	display:block;
	font-weight: 700;
	font-size: 11px;
	height:15px;
	line-height: 15px;
	padding: 0 0 4px 10px;
	text-decoration: none;
	color: #096BC6;
}

#content #leftcolumn ul.menu li a:hover
{
	color: #000000;
	background: transparent url(./images/menu_arrow_hover.png) no-repeat center left;
}

/* Current active link*/
#content #leftcolumn ul.menu li.active a, #content #leftcolumn ul.menu li.active a:link
{
	display:block;
	color: #000000;
	background: transparent url(./images/menu_arrow_hover.png) no-repeat center left;
}

/* Contenido */

#content #maincolumn_full h3
{
	font-size: 2em;
}

#content #noticias
{
	padding: 0 30px;
}

#content #noticias .noticia
{
	margin-bottom: 50px;
}

#content #noticias .noticia > h3
{
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
	vertical-align: middle;
	color: #096BC6;
	text-align: left;
	font-weight: 700;
	margin: 0px;
	margin-bottom: 5px;
}

#content #noticias .noticia > span
{
	vertical-align: top;
	font-size: 11px;
	color: #000000;
	padding-bottom: 8px;
}

#content #noticias .noticia .cuerpo
{
	margin: 5px 0;
	text-align: justify;
}

#content #noticias .noticia .cuerpo img
{
	max-width: 500px;	
}

#content #noticias .noticia a.readmore
{
	float: right;
	background: url(./images/readon.png) repeat-x center left;
	line-height: normal;
	font-size: 11px;
	color: #FFFF00;
	font-weight: bold; /*text-transform: lowercase;*/
	text-decoration: none;
	height: 26px;
	padding: 0px 18px;
	padding-top: 11px;
}

#content #noticias .noticia a.readmore:hover
{
	text-decoration: underline;
}

/* Galeria */

#galeria
{
	width: 100%;
	padding-top: 10px;
}

#galeria  > h3
{
	font-size: 2em;
	text-align: center;
}

#galeria ul
{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	list-style: none;
}

#galeria ul li
{
	display: inline-block;
	border: 1px solid;
	padding: 5px;
	width: 150px;
	list-style: none;
	margin: 5px;
}

#galeria ul li:hover
{
	border: 1px solid #000000;
	color: #000000;
}

#galeria ul li a
{
	color: #096BC6;

}

#galeria ul li a:hover
{
	color: #000000;
}

#galeria ul li span
{
	text-transform: uppercase;
	font-weight: bold;
}

#galeria ul.album
{
	margin: 0;
	padding: 0;
	width: 100%;
}

#galeria ul.album li
{
	display: inline-block;
	border: 1px solid;
	padding: 5px;
	width: 150px;
	max-width: 150px;
	margin: 5px;
}

#galeria ul.album li:hover
{
	color: #000000;
}

#galeria ul.album li img
{
	width: 100%;
}

#galeria #fullimage
{
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	top: 0;
	left: 0px;
	display: none;
}

#galeria #fullimage #background
{
	position: fixed;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=80);
	opacity: 0.8;
	background: #000;
	top: 0%;
	left: 0%;
	z-index: 100;
}

#galeria #fullimage img
{
	position: absolute;
	overflow: auto;
	max-width: 800px;
	max-height: 600px;
	z-index: 1001;
	top: 50%;
	left: 50%;
	display: none;
}

* html #galeria ul li, * html #galeria ul.album li { display:inline; }  /* for IE 6 */
* + html #galeria ul li , * + html #galeria ul.album li { display:inline; }  /* for IE 7 */


/* Faite socio */

#faite-socio
{
	
}

#faite-socio table
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#faite-socio table tr
{
	line-height: 28px;
	vertical-align: middle;
}

#faite-socio input[type=text], #faite-socio select
{
	width: 98%;
}

#faite-socio label
{
	cursor: pointer;
}

#faite-socio label:hover
{
	text-decoration: underline;
}

#faite-socio #form_error
{
	display: none;
	height: 30px;
}

#faite-socio #form_status
{
	display: none;
	height: 30px;
}

/* Contacto */

#contacto
{
	
}

#contacto table
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#contacto table tr
{
	line-height: 28px;
	vertical-align: middle;
}

#contacto input[type=text], #contacto textarea
{
	width: 98%;
}

#contacto label
{
	cursor: pointer;
}

#contacto label:hover
{
	text-decoration: underline;
}

#contacto #form_error
{
	display: none;
	height: 30px;
}

#contacto #form_status
{
	display: none;
	height: 30px;
}

/* Noticias */

table.class1
{
	border-color: #000;
  border-width: 0 0 1px 1px;
  border-style: solid;

}

table.class1 th
{	
	border-top-color: #000;
  border-top-width: 1px;
  border-top-style: solid;	
	
	border-right-color: #000;
  border-right-width: 1px;
  border-right-style: solid;
	
  margin: 0;
  padding: 4px;
	background: url(./images/readon.png) repeat-x;
	color: #FFFF00;
}

table.class1 td
{
	border-color: #000;
  border-width: 1px 1px 0 0;
  border-style: solid;
  margin: 0;
  padding: 4px;
	white-space: nowrap;
}

table.class1 td a
{
	color: #096BC6;
}

table.class1 td a:hover
{
	color: #000000;
}


/* Tempos */

#tempos > h3
{
	text-align: center;
}

#tempos #menu_tempos
{
	text-align: left;	
}

#tempos #menu_tempos select
{
	width: 100%;
	text-align: left;
	background-color: #FFFF00;
	color: #096BC6;
}

#tempos #mostrar_tempos > h3
{
	text-align: center;
}

#tempos #mostrar_tempos > table
{
	border: 1px solid;
}

#tempos #mostrar_tempos
{
	text-transform: uppercase;
}