/* 
Theme Name: FVM
Version: 1.0
Description: FVM de <a href="http://www.jpsi.es/">JP Servicios Informaticos.</a>
Author: Jorge Perez
Author URI: http://www.jpsi.es

*/
/************* Global *************/
html, body {
	height:100%;
	font: 16px verdana, Trebuchet MS, arial, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
/* El siguiente Holly Hack es para evitar que IE6 haga de las suyas. */
/* Hides from IE5-mac \*/
* html #content {height: 1%;}
/* End hide from IE5-mac */ 
body {
	background:#f6fdf4 url(img/body.png) top repeat-x;
	font-size:0.76em;
}
body, input{
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, sans-serif;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, sans-serif;
	color:#2A5C42;
}
h2,h3 {
	border-bottom: 1px solid #cdc;
	font-size:1.6em;
	font-weight: normal;
	color:#336;
}
p {
	margin:0.5em 0;
	line-height:1.6em;
}
p.doblespacio {
	margin-top: 1em;
}
p.triplespacio {
	margin-top: 1.5em;
}
img {
	border:#cdc 1px solid;
	background: #f3f3f3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border: 3px;
	-khtml-border-radius: 3px;
}
a:link, a:visited {
	text-decoration: none;
	color: #345c2a;
}
#entry a:hover, #entry a:active {
	text-decoration:none;
	border-bottom:#ccc 1px solid;
	color:#2A5C42;
}
cite {
	font-style:normal;
	font-weight:normal;
}
blockquote {
	background:#fafafa url(img/quote.gif) no-repeat 15px top;
	margin: 15px;
	padding: 5px 50px;
}

fieldset {
	border:0;
}

#outer {
	z-index: 5;
	position: relative;
	/*
		The width value below controls the overall width of the design. By default it's set to 82%
		(so it'll take up 82% of the browser window's width). You can set it to a different percentage
		value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
	*/
	width: 97%;
	margin: 0 auto 10px auto;
	max-width: 1024px;
	min-width: 774px;
	min-width: 1000px;
	width: expression( document.body.clientWidth < 784? "774px": document.body.clientWidth > 1030? "1024px": "97%" );	/* IE */
	width: expression( document.body.clientWidth < 1024? "1000px": document.body.clientWidth > 1030? "1024px": "97%" );	/* IE */
}
div.clearfix {
	clear: both;
}
.extrabig {
	margin-top: 0;
	font-size: 3em;
	border-bottom: 1px solid;
	width: 90%;
}
/************* Container *************/
#container {
	width: 100%;
	margin: 0 auto;
	padding:0;
	background: #fff;
	position: relative;
	border:#cdc 1px solid;
}
img.banner {
	border: none;
	background: none;
}
div#cab-sugerencias {
	background: url(img/fondo-cab-sugerencias.gif) no-repeat top right;
	padding: 0.5em 0 0 0;
	width: 200px;
	height: 27px;
	float: right;
	font-size: 0.9em;
	text-align: center;
}
div#cab-sugerencias a {
	margin: 0;
	color: #fff;
}
div#cab-sugerencias a:hover {
	border-bottom: 1px dotted #fff;
}
div#post-sugerencias {
	height: 200px;
	background: url(img/fondo-post-sugerencias.jpg) right no-repeat;
}
div#post-sugerencias p {
	width: 300px;
	padding-top: 2em;
	padding-left: 1em;
	color: #fff;
}

.clearboth {
	clear: both;
}
/************* Header *************/

#header {
	width: 100%;
	margin: 0 auto;
	padding-top:10px;
	height: 170px;
	background: url(img/cabecera.jpg) no-repeat 50% bottom;
	border:2px solid #fff;
	position:relative;
}
#header h1 {
	margin-top: 1em;
	display: block;
}
#header h1 img {
	border: none;
	background: none;
}
/*
#header h1 a {
	font-family: Trebuchet MS, Verdana, Arial;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	color: #80a;
	text-transform: lowercase;
}
*/
#header h1 a:hover {
	border-bottom: none;
}
#logo {
	height: 81px;
	width: 82px;
	background:url(img/logo-fvm.gif) no-repeat top;
	float: left;
	clear: both;
}
#escalador {
	width: 33px;
	height: 61px;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 50%;
	background: url(img/eskaltzailea.gif) no-repeat left top;
}
#escalador_dc {
	width: 40px;
	height: 145px;
	z-index: 10;
	position: absolute;
	right: 0;
	top: 0;
	background: url(img/escaladora.gif) no-repeat right top;
}

/********** Polyglot ***************/

#div_polyglot {
	width: 100px;
	height: 30px;
	font-size: 0.8em;
	margin:0;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(img/fondo-poly.gif) no-repeat left top;
}
#div_polyglot ul {
	list-style-type:none;
	list-style-image:url(img/idioma.gif) ;
	padding: 5px 0 5px 30px;
	font-weight: bold;
}
#div_polyglot ul li a:hover {
	text-decoration:underline;
}

/************* Content *************/

#content {
	margin: 10px;
	padding:10px 0;
	color: rgb(51,51,51);
}
#content div.wp-caption {
	border:#cdc 1px solid;
	text-align: center;
	padding-top: 5px;
	font-size: 0.8em;
	background: #f3f3f3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border: 3px;
	-khtml-border-radius: 3px;
}
#content div.wp-caption a {
	border-bottom: none;
}
#content div.wp-caption img {
	border: none;
	padding: 0;
}
#content p.wp-caption-text {
	padding: 5px 0;
	margin: 0;
	line-height: normal;
	color: #306;
}
#content .en-construccion {
	margin: auto;
	height: 242px;
	width: 264px;
	background: url(img/en_construccion.jpg) no-repeat;
}
#content a {
	border-bottom:1px dotted;
	padding-bottom: 2px;
}
#content a:hover, #content a:active {
	border-bottom:1px solid;
}
#content h2 a {
	border-bottom:none;
	font-family: Verdana, Tahoma, Arial, Serif;
	-ccolor:#336;
	color: rgb(153,51,51);
}
#content h2 a:hover {
	border-bottom:none;
}
#content h2 em {
	float:right;
	font-size:0.7em;
	font-style:normal;
	color:#666;
}
#content .pagetitle, #comments, #respond {
	display:block;
	border:none;
	color:#333;
	margin:1em 0;
	padding:0;
}
#content .pagetitle {
	background: url(img/underline1.jpg) no-repeat left bottom;
	padding-bottom: 15px;	
}
#content .pagetitle.search {
	background-position: 60px bottom;
}
#content .imgsearch {
	height: 37px;
	width: 50px;
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	background: url(img/lupa.gif) left top;
}
#content ul {
	padding: 1em 0 1em 1em;
	list-style-image: url(img/arrow.gif);
}
#content ul ul {
	margin: 0 0 0 2em;
	padding: 0;
	list-style-image: url(img/grey-arrow.gif);
}
#content ol {
	margin-top: 0.5em;
	list-style-position: outside;
	list-style-image: none;
}
#content ol li {
	margin-left: 2em;;
}
#content li {
	margin-bottom:0.5em;
	padding:0;
	line-height: 1.6em;
}
#content li li {
	margin-bottom:0;
	padding:0;
}
#content li.lista-especial {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0 1em;
	list-style-image: url(img/vineta-naranja1.gif);
}
#content .entry {
	margin:1em 0 3em;	
}
#content .entry.excerpt {
	margin:1em 0 3em;
	font-size: 0.9em;
}
/*
#content .entry h3 {
	border-bottom: 3px solid #e9ece9;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2em;
	text-transform: uppercase;
}
*/
#content .entry h3 {
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

#content .entry h4 {
	font-weight: bold;
	font-size:1.2em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
#content .entry h5 {
	margin: 2em 3em 0 3em;
	padding: 0.5em;
	border: 1px solid;
	font-size:1em;
}
#content .entry .dobletam {
	font-size: 1.6em;
}
#content .post-info {
	padding:3px;
	margin:0;
	font-size:0.9em;
	color:#999;
	background:#e9ece9;
	text-align:right;
}
#content .post-info .WP-PrintIcon {
	border: none;
	padding: 0;
	margin: 0;
}
#content .post-comments {
	padding:1.2em;
	padding-left: 1.5em;
	margin:0;
	color:#999;
	background:url(img/icon-comments.gif) no-repeat left center;
}
#content .post-info em {
	color:#666;
	font-style:normal;	
	padding:0px 14px;
	margin:0;
}
#content .post-info em.user {
	background:url(img/user.png) no-repeat left center;	
}
#content .post-info em.date {
	background:url(img/icondate.gif) no-repeat left center;	
}
#content .post-info em.cat {
	background:url(img/caticon.gif) no-repeat left top;
}
#content .post-info a {
	text-decoration:none;
	border:0;
}
#content .post-info a:hover {
	text-decoration:none;
	border-bottom:1px solid;
}
#content .alignright {
	float: right;
	clear: right;
	margin-right: 0;
	margin-left: 1em;
	padding: 5px;
}
#content .alignleft {
	float: left;
	margin-left: 0;
	margin-right: 1em;
	padding: 5px;
}
#content .aligncenter {
	text-align: center;
}
#content .noborder {
	border: none;
	padding: 0;
	background: none;
}
#content p.volver {
	padding-left: 25px;
	padding-top: 25px;
	background:url(img/volver.gif) no-repeat left bottom;
}
#content p.aviso-legal {
	color: #777;
	margin-top: 3em;
	padding: 1em;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.2em;
}
.postnav {
	font-size: 0.9em;
	margin-bottom: 2em;
	padding:0.5em 0.5em;
	background: rgb(255,251,204);
	border: 1px solid rgb(230,219,85);
}
.postnav .navleft {
	float:left;
}
.postnav .navright {
	float:right;
}
#content .ParraResal {	/* Para resaltar un párrafo */
	background-color: #ccffcc;
	border: 1px solid #CC9999;
	padding: 0.5em;
	margin: 2em 10%;
}
#content .PalaResal { /* Para resaltar una palabra o palabras dentro de un párrafo */
	font-weight: bold;
}
#content .pasta {
	color: rgb(0,102,204);
	font-weight: bold;
}
#content .traduciendo {
	color: #fff;
	background-color: rgb(192,50,50);
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 1em;
}
/************* Sidebar *************/

#sidebar {
	width: 260px;
	margin:0 10px 0 0;
	padding:0;
	float: left;
	font-size:1em;
	border-right:#cdc 1px dashed;
}
#sidebar ul {
	margin: 2em auto 0 1.5em;
	padding:0;
	list-style:none;
}
#sidebar ul li {
	margin: 5px 0 0 5px;
	padding:0;
	padding-left:15px;
	list-style:none;
	font-size:1em;
	background: url(img/montana.gif) no-repeat left 1px;
}
#sidebar ul li.current_page_item a {
	font-weight: bold;
}
#sidebar p, #sidebar ul ul, #sidebar form {
    margin:0;
    padding-top: 0.5em;
}
#sidebar ul ul ul {
	margin:0;
	padding:2px 0;
}
#sidebar li li {
    margin:0.5em 0;
    padding:0;
	padding-left:10px;
	background:url(img/arrow.gif) no-repeat left 1px;
}
#sidebar li li li {
	margin:0;
	padding:3px 0 3px 12px;
	background:url(img/bulet.gif) no-repeat 2px 5px;
	font-size: 0.9em;
}
#sidebar ul img {
	border:none;
}
#sidebar ul.blogroll {
	padding-bottom: 1em;
}
#sidebar ul.blogroll li {
	padding-left: 23px;
	background: url(img/link.gif) no-repeat left 0;
}
#sidebar .ltop {
	background: url(img/ltop.jpg) no-repeat;
	width: 220px;
	height: 13px;
	-margin-bottom: -1px;	/* Solo para IE6 */
}
#sidebar .lmid {
	background: url(img/lmid.jpg) repeat-y;
	width: 200px;
	padding: 0 10px;
}
#sidebar .lbot {
	background: url(img/lbot.jpg) no-repeat;
	width: 220px;
	height: 12px;
	margin-bottom: 15px;
}
#sidebar h2 {
	margin: 0;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-weight: normal;
	font-size:1.4em;
}
#sidebar li a:hover, #sidebar li a:active {
	color:#804;
	border-bottom:#480 1px solid;
}
#sidebar a:hover, #sidebar a:active {
	color:#804;
	border:none;
}
#sidebar .generico {
	margin-top: 10px;
}
#sidebar ul.ec3_events li {
	padding-left: 2em;
	background:url(img/date.gif) no-repeat left top;
	font-weight: bold;
}
#sidebar ul.ec3_events li li {
	padding-left:15px;
	background:url(img/arrow.gif) no-repeat left 1px;
	font-weight: normal;
}
#sidebar .widget-publi li {
	background: none;
}
#sidebar .widget-publi li a:hover {
	border: none;
}
#sidebar .widget-publi img {
	padding: 5px;
}
/************* Footer *************/
#footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding:5px 0;
	color: #666;
	text-align: center;
	font-size:0.9em;
	border-top:#cdc 1px dashed;
	background:#f9fdf4;
}
.telefono {
	background: url(img/icn_tlf.gif) no-repeat left top;
	padding-left: 13px;
}
.fax {
	background: url(img/icn_fax.jpg) no-repeat left top;
	padding-left: 15px;
}
.escribe {
	background: transparent url(img/icn_pen.gif) no-repeat left -2px;
	padding-left: 15px;
}
#footer a:hover {
	border-bottom: 1px dotted;
}

#footer .aviso {
	margin: 0;
	line-height: 1em;
}

/**********Comments*********/
textarea{
	width: 90%;
	height: 20em;
	border: 1px solid #ccc;
	background:#fcfcfc;
	padding:5px;
	font-family:Verdana , Arial, Serif;
	font-size:0.9em;
}

input.textbox{
	border: 1px solid #ccc;	
	background:#fcfcfc;
	font-family:Verdana , Arial, Serif;
	padding:2px;
}
input.textbox:focus, textarea:focus {
	background:#fff;
	border:#669 1px solid;
}
#content li .cmtinfo {
	font-size:0.9em;
	color:#6a639c;
	margin:0;
	padding:5px;
	background:#f5fcf5;
}

#content .cmtinfo cite {
	font-size:1.1em;
	color:#2A5C42;
	font-weight:bold;
	margin-right: 2em;
}
#content ol.commentlist {
	margin:0;
	padding:0;
}
#content ol.commentlist li {
	padding:0.5em 0;
	margin:0;
}
#content ol.commentlist li.author {
	border:#37a429 1px dashed;
	padding:5px;
}
#commentform {
	background:#f5fcf5;
	margin:1em 0;
	padding:1em;
}
.nocomments {
	text-align:center;
	font-size:0.9em;
	color:#999;
}
#content .commentId {
	font-size: 2em;
	margin-right: 0.5em;
}
.trackback {
	background:url(img/trackback.png) no-repeat left center;
	padding-left: 17px;
}
#content .feed {
	background:url(img/feed.png) no-repeat left center;
	padding-left:17px;
}
.commentsfeed {
	background:#f5fcf5;
}
#content, #sidebar, #footer, .widget {
	overflow:hidden;
}
.searchtext {
	width: 85%;
	padding-left: 20px;
	background: #fff url(img/search.gif) no-repeat;
}
.TablaAsamblea {
	font-size: 0.9em;
	margin: 2em auto 0 auto;
}
.TablaAsamblea thead {
	font-weight: bold;
	color: #fff;
}
.TablaAsamblea thead td {
	padding: 0.7em;
	background-color:#999999;
}
.TablaAsamblea td {
	padding-left: 0.5em;
	padding-right: 0.5em;
	height: 1.7em;
}
.TablaAsamblea .FilaPar td {
	background: #e9ece9;
}

.TablaAsamblea.cursos tbody td, .TablaAsamblea.clubes tbody td {
	padding: 3px;
	text-align: center;
}

.TablaAsamblea .mes  td {
	text-align: left !important;
	background: #FFBBDD;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

#content ul.lista-fechas {
	list-style: none;
	margin: 0;
}

.TablaAsamblea.cursos td {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

#content ul.lista-fechas li {
	background: url(img/date.gif) no-repeat left 2px;
	padding-left: 2em;
	margin-bottom: 1em;
}

#content li.html_outer {
	list-style-image: url(iconize/icon_external.gif)
}

#content li.html_inner {
	list-style-image: url(iconize/icon_exe.gif)
}

#clubes-activ li {
	margin-left: 20px;
}

/*------------------------------------*/
/* Listado de clubes */
#content .listaMunis {
	width: 10em;
	margin-right: 1em;
}
#content #busca_clubes {
	padding: 1em;
	background-color: #ccd;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 2em;
}
#content #busca_clubes .por-muni {
	margin-right: 3em;
	float: left;
}
#content #busca_clubes .por-nombre {
	float: left;
}
#content .club p {
	line-height: 1.3em;
}
#content .club p.nom-club {
	font-weight: bold;
	background: url(img/group.gif) left top no-repeat;
	border-bottom: 1px solid #ccc;
	padding-left: 2em;
	line-height: 1.6em;
}
#content .club p.direccion {
	background: url(img/house.png) left top no-repeat;
	margin-left: 2em;
	padding-left: 2em;
}
#content .club p.email {
	background: url(iconize/icon_mailto.gif) left top no-repeat;
	margin-left: 2em;
	padding-left: 2em;
}
#content .club p.web {
	background: url(iconize/icon_external.gif) left top no-repeat;
	margin-left: 2em;
	padding-left: 2em;
}
#content .club p.activs {
	background: url(img/icon_activs.gif) left top no-repeat;
	margin-left: 2em;
	padding-left: 2em;
}
#content .club p.sep {
	margin-bottom: 3em;
}
#content div.clubes.postnav {
	margin-top: 4em;
	text-align: center;
	width: 95%;
}
#content .clubes.searchtext {
	width: 15em;
	margin-right: 1em;
}
#content .searchbutton.clubes {
	text-align:center;
	padding: 0;
	margin-top: 5px;
}
#content .totalclubes {
	float: right;
	color: #888;
}
#content .totalclubes .totalclubescant {
	font-weight: bold;
	font-size: 1.5em;
}

#clubes-activs {
	background: url(img/fondo-clubes-activs.jpg) bottom center no-repeat;
	height: 550px;
}

/*------------------------------------*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:100%;
	height:32px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	margin-top: 10px;
	margin-bottom: 5px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:100%;
	w\idth:100%;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:149px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration:none;
	color:red;
	width:148px;
	height:30px;
	border: none;
	line-height:29px;
	text-align: center;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:159px;
	w\idth:148px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd url(img/grey-arrow.gif) 130px center no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#c9ba65 url(img/blue-arrow.gif) 130px center no-repeat;	/* IE */
}
.menu ul ul :hover > a.drop {
	background:#c9ba65 url(img/blue-arrow.gif) 130px center no-repeat;	/* RESTO */
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#d4d8bd;
	text-align: left;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background: #c9ba65;
}
/* hide the sub levels and give them a positon absolute so????? that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	-hheight:0;
	-ttop:30px;
	-ttop:50px;
	-lleft:0;
	width:149px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:148px;
	top:0;
	width:149px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-148px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#d4d8bd;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	font-weight: normal;
	font-size: 1.1em;
	-font-size: 11.38px;	/* IE */
	text-align: left;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {	/* IE */
	color: #306;
	background:#c9ba65 url(img/subr-menu.gif) bottom repeat-x;
	border: none;
}
.menu :hover > a, .menu ul ul :hover > a {	/* RESTO */
	color: #306;
	background:#c9ba65 url(img/subr-menu.gif) bottom repeat-x;
}
.menu ul ul a:hover {	/* IE */
	background-image: none;
}
.menu ul ul :hover > a {	/* RESTO */
	background-image: none;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}

/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

.menu ul .current_page_item a {
  color: #306;
}

.menu ul .current_page_item a:hover {
}

.menu ul ul .current_page_item a {
  color: #306;
  font-weight: bold;
  border: none;
}

.menu ul .current_page_item ul a {
  font-weight: normal;
  color: #000;
}

/* ttftitles*/
img.ttf {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
