* { margin:0; padding:0;}
html, body {height:100%;}
body {
	background:url(images/tail-top.jpg) left top repeat-x #f5f5f3;
	color:#333333;
	font: 100%/1em Arial, Helvetica, sans-serif;
}

input, select, textarea { font-family:Arial, Helvetica, sans-serif; font-size:1em;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper {
	width:100%;
	overflow: hidden;
}
.container { width:100%;}

p {
	margin-bottom:1em;
}
p.pie {
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 0px;
	display: inherit;
}


/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

#search-form {
	margin-top: 15px;
	margin-right: 15px;
}
#search-form input.text {
	width:150px;
	border-left:1px solid #23A143;
	border-top:1px solid #159B44;
	padding:2px 2px 3px 3px;
	margin-right:2px;
	color:#666666;
	border-right: 1px solid #83C33F;
	border-bottom: 1px solid #88C53E;
	background-color: #FFFFFF;
	background-image: url(images/input-text-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#search-form .submit {
	background:url(images/submit.gif) no-repeat left top;
	width:55px;
	height:21px;
	text-align:center;
	font-size:0.91em;
	text-transform:uppercase;
	color:#004200;
	border:none;
	font-weight: bold;
}
#search-form .submit:hover, #search-form .submit:focus, #search-form .submit:active  {
	color: #FFFFFF;
}


/*==================list====================*/
ul { list-style:none;}
#header .nav {
	width:610px;
	overflow:hidden;
	padding:6px 0 0;
	position: absolute;
	/* left: 375px; */
	left: 375px;
	height: 80px;
	top: 67px;
}

.nav li {
	float:left;
}
.nav  li  a   {
	border-left: 1px solid #999999;
	display:block;
	padding:3px 7px 2px 8px;
	color:#0B9444;
	text-decoration:none;
	white-space: pre;
	margin-bottom: 10px;
	font: bold 0.95em/1em "Trebuchet MS", Arial, sans-serif;
	background: url(none);
	text-transform: uppercase;
	letter-spacing: 0em;
}
.nav a.active, .nav2 a.active {
	color: #000000;
}

.nav li a.odd {
	color: #0B9444;
}

.nav  li  a:hover   {
	color:#FFFFFF;
	background: #0B9444;
}

#header .nav2 {
	width:800px;
	overflow:hidden;
	padding:6px 0 0;
	position: absolute;
	height: 30px;
	top: 135px;
	left: 130px;
	z-index: 2;
}

.nav2 li {
	float:left;
}
.nav2  li  a   {
	border-left: 1px solid #999999;
	display:block;
	padding:3px 9px 2px 10px;
	color:#6b6a68;
	text-decoration:none;
	white-space: pre;
	margin-bottom: 10px;
	font: bold 0.95em/1em "Trebuchet MS", Arial, sans-serif;
	background: url(none);
	text-transform: uppercase;
	letter-spacing: 0em;
}
.nav2 li a.odd {
	color: #0B9444;
}

.nav2  li  a:hover   {
	color:#FFFFFF;
	background: #666666;
}



/*.sub-nav li a { display:block; background:url(images/divider.gif) no-repeat left top; padding:0 15px 0 16px; color:#6b6a68; text-decoration:none; text-transform:uppercase;}
.sub-nav li a:hover { text-decoration:underline;}*/

.news {
	padding:0 0 0 8px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.extra-wrap.news  {
	padding-left: 10px;

}

.news dt {
	font-size:0.95em;
	color:#666666;
	margin-bottom:3px;
	position: relative;
}
.news dd a {
	color:#096F34;
	text-decoration:none;
	font-weight:bold;
}
.news dd a:hover { text-decoration:underline;}
.news dd {
	border-bottom:1px solid #d6d2cd;
	margin-bottom:14px;
	line-height:1.25em;
	padding:0 0 15px 0px;
}
.news dd.last { border-bottom:none; margin-bottom:0; padding-bottom:13px;}

.list1 { font-size:1.1em; background:url(images/list1-head.gif) no-repeat right top; padding:14px 0 0 0;}
.list1 li { width:100%; overflow:hidden; border-bottom:1px solid #cecbc7; line-height:30px; vertical-align:top;}
.list1 li.last { border:none; background:url(images/list1-foot.gif) no-repeat right bottom; padding-bottom:18px;}
.list1 li a { text-decoration:none; font-weight:bold; float:left;}
.list1 li a:hover {color:#b93214;}
.list1 li span { float:right; background:#e8e7e4; padding:0 9px 0 9px;}

.list2 li { list-style-position:inside; list-style-type:decimal; border-bottom:1px solid #d2d0cc; padding:0 0 5px 0; margin-bottom:5px; color:#000; font-size:1.1em;}
.list2 li.last { border-bottom:none; margin-bottom:0;}
.list2 li a { font-weight:bold; text-decoration:none;}
.list2 li a:hover { text-decoration:underline;}

.list3 { font-size:1.1em;}
.list3 li { width:100%; overflow:hidden; border-bottom:1px solid #cecbc7; line-height:30px; vertical-align:top;}
.list3 li.last { border:none; margin-bottom:0; padding-bottom:0;}
.list3 li a { text-decoration:none; font-weight:bold; float:left;}
.list3 li a:hover {color:#b93214;}
.list3 li span {
	float:right;
	background:#e8e7e4;
	padding:0 9px;
}

/*==================other====================*/
.img-indent { margin:0 10px 0 0; float:left;}
.img-box { width:100%; overflow:hidden; padding-bottom:5px;}
.img-box img { float:left; margin:0 10px 0 0;}


.extra-wrap {
	overflow:hidden;
	margin-top: -10px;
	margin-left: -10px;
	height: 88px;
}
#main   .extra-wrap    {

}
#page1 #main #main-width #content .indent .row-1 wrapper indent1 .block .col-1 .box .border-bot .left-top-corner .right-top-corner .right-bot-corner .left-bot-corner .inner .wrapper .extra-wrap news {
	margin-left: 40px;
}

.dondeJugar {
	background-color: #acca57;


	border: 1px dotted #008a2e;
	position: relative;
	bottom: 1px;
	top:-10px;

	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	text-indent: -3px;
	vertical-align: bottom;

}

.p1 { margin-bottom:16px;}
.p2 { margin-bottom:8px;}

/*==================txt, links, lines, titles====================*/
a {
	color:#096F34;
}
a:hover{text-decoration:none;}
a:visited {
	color: #551a8b;
}


a  img {
	border: 1px solid transparent;
}

a  img:hover, a  img:focus, a  img:active {
	border: 1px solid #3333FF;
}


#logo {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 5px;
}
#logo img {
border:none;
}
#logo img:hover, #logo img:focus, #logo img:active {
border:none;
}
h1, h2.torneo  {
	color:#C93914;
	text-decoration:none;
	margin-bottom: 10px;
	letter-spacing: -0.03em;
	font: 1.8em/1em "Trebuchet MS", Arial, sans-serif;
	text-align: center;
}
h2.federaciones
{
    color:#C93914;
	font: 1.5em/1em "Trebuchet MS", Arial, sans-serif;
	text-align: center;    
}
h2.clubs
{
    color:#096F34;
	font: 1.4em/1em "Trebuchet MS", Arial, sans-serif;
	text-align: left;    
}

h2 {
	color:#fff;
	font: bold 1.27em/1.2em Arial, Helvetica, sans-serif;
}
h2.intro, .intro h2    {
	color: #096F34;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 1.1em;
}
h1.intro,  h2.intro,  p.intro  {
	padding-left: 20px;
	text-align: left;

}
.inner .intro {
	padding-left: 0px;
}


h3 {
	font-size:1.1em;
	color:#096F34;
	margin-bottom:6px;
	margin-top: 5px;
}
h4 { font-size:1.27em; border-bottom:1px solid #b2aea9; color:#726d66; line-height:1.2em; padding:7px 0 6px 10px; margin-bottom:14px; margin-left:10px;}
h5 {

}
h5.alt1 { margin-bottom:0;}
h6 {
	font-size:0.91em;
	color:#ac4518;
	margin-bottom:5px;
}
h6.alt1 { margin-bottom:0;}

.txt1 { }
.txt2 { }

.link1 {
	display:block;
	float:left;
	background:url(images/link1-bg.gif) left top repeat-x;
	color:#666666;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	margin-left: 0px;
	margin-top: 10px;
}
.link1 em { display:block; background:url(images/link1-left.gif) no-repeat left top;}
.link1 b { display:block; background:url(images/link1-right.gif) no-repeat right top; padding:0 11px 2px 11px; font-weight:normal; font-style:normal;}
.link1:hover {
	text-decoration:underline;
	color:#000;
}

.link2 {
	color:#cd3812;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	background:url(images/arrow1.gif) no-repeat right 3px;
	padding:0 12px 0 0;
	text-decoration:none;
	margin-right:11px;
}
.link2:hover { text-decoration:underline;}

.link3 {
	color:#fff03b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	background:url(images/arrow2.gif) no-repeat right top;
	padding:0 22px 0 0;
	text-decoration:none;
	display:block;
}
.link3:hover { text-decoration:underline;}

.link4 {
	color:#fff03b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	background:url(images/arrow3.gif) no-repeat right top;
	padding:0 22px 0 0;
	text-decoration:none;
	display:block;
}

.link4:hover { text-decoration:underline;}

.link5 {
	color:#fff03b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	background:url(images/arrow4.gif) no-repeat right top;
	padding:0 22px 0 0;
	text-decoration:none;
	display:block;
}
.link5:hover { text-decoration:underline;}

.link6 {
	color:#fff03b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	background:url(images/arrow5.gif) no-repeat right top;
	padding:0 22px 0 0;
	text-decoration:none;
	display:block;
}
.link6:hover { text-decoration:underline;}

.link7 { font-weight:bold; font-size:1.1em; text-decoration:none;}
.link7:hover { text-decoration:underline;}

.line-hor {
	background:#CCCCCC;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:10px 0 9px 0;
}
.line-ver { background-image:url(images/line-ver.gif); background-repeat:repeat-y; width:100%;}

.title { margin-bottom:20px;}

.title-box {
	background:#D33911;
	float:left;
	font-size:1.27em;
	color:#FFFFFF;
	font-weight:bold;
}
.title-box .left { background:url(images/titl-box-left.gif) no-repeat left top;}
.title-box .right { background:url(images/titl-box-right.gif) no-repeat right top; padding:3px 20px 1px 20px;}

.title-box1 {
	width:100%;
	background-color: #005B2A;
	background-image: url(images/title-box-bg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.title-box1 .left-top-corner {background:url(images/left-top-corner1.gif) no-repeat left top;}
.title-box1 .right-top-corner {background:url(images/right-top-corner1.gif) no-repeat right top;}
.title-box1 .left-top-corner1 {background:url(images/left-top-corner1-1.gif) no-repeat left top;}
.title-box1 .right-top-corner1 {background:url(images/right-top-corner1-1.gif) no-repeat right top;}
.title-box1 .left-bot-corner {background:url(images/left-bot-corner1.gif) no-repeat left bottom;}
.title-box1 .right-bot-corner {background:url(images/right-bot-corner1.gif) no-repeat right bottom; }
.title-box1 .inner { padding:6px 9px 7px 9px;}

.title-box2 {
	width:100%;
	background-color: #79A634;
	background-image: url(images/title-box-bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.title-box2 .left-top-corner {background:url(images/left-top-corner2.gif) no-repeat left top;}
.title-box2 .right-top-corner {background:url(images/right-top-corner2.gif) no-repeat right top;}
.title-box2 .left-top-corner1 {background:url(images/left-top-corner2-1.gif) no-repeat left top;}
.title-box2 .right-top-corner1 {background:url(images/right-top-corner2-1.gif) no-repeat right top;}
.title-box2 .left-bot-corner {background:url(images/left-bot-corner2.gif) no-repeat left bottom;}
.title-box2 .right-bot-corner {background:url(images/right-bot-corner2.gif) no-repeat right bottom; }
.title-box2 .inner { padding:6px 9px 7px 9px;}

.title-box3 {
	background-color: #D23603;
	background-image: url(images/title-box3-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.title-box3 .left { background:url(images/title-box3-left.gif) no-repeat left top;}
.title-box3 .right {
	background:url(images/title-box3-right.gif) no-repeat right top;
	padding:4px 9px 4px 15px;
}

.title-box4 { background:url(images/title-box4-bg.gif) left top repeat-x #1c3c56;}
.title-box4 .left { background:url(images/title-box4-left.gif) no-repeat left top;}
.title-box4 .right {
	background:url(images/title-box4-right.gif) no-repeat right top;
	padding:4px 9px 4px 9px;
}

.title-box5 {
	background-color: #79A634;
	background-image: url(images/title-box-bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.title-box5 .left {background:url(images/left-top-corner2.gif) no-repeat left top;}
.title-box5 .right {background:url(images/right-top-corner2.gif) no-repeat right top;
	padding:4px 9px 4px 9px;
}
.title-box6 {
	background-color: #006830;
	background-image: url(images/title-box-bg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.title-box6 .left {background:url(images/left-top-corner1.gif) no-repeat left top;}
.title-box6 .right {background:url(images/right-top-corner1.gif) no-repeat right top;
	padding:4px 9px 4px 9px;
}

.league-table { width:100%; overflow:hidden; font-size:1.1em; border-collapse:collapse;}
.league-table td { padding:0; border-collapse:collapse; border-bottom:1px solid #d3d1cd; padding:6px 5px 7px 5px; color:#000;}
.league-table thead td { border-bottom:none; padding-bottom:9px;}
.league-table td.cell-1 { padding-left:10px;}
.league-table td.cell-2 {  font-weight:bold;}
.league-table td.cell-2 a { color:#104471; text-decoration:none;}
.league-table td.cell-2 a:hover { color:#b93214;}
.league-table td.cell-4 { font-weight:bold;}
.league-table tr.last td { border:none;}

/*==================boxes====================*/
.block {float:left; width:100%;}

.header-box {
	background:url(images/cabecera2.jpg) no-repeat left top;
	width:100%;
	position: relative;
	height: 180px;
}
.header-box .left { background:url(images/header-box-left.jpg) no-repeat left top;}
.header-box .right { background:url(images/header-box-right.jpg) no-repeat right top; height:110px;}
.header-box .inner { padding:5px 20px 0 9px;}
#header .enlaces {
	position: absolute;
	top: 13px;
	left: 374px;
	width: 400px;
	height: 40px;
}

#header .enlaces a
{
	margin-right: 8px;
	font-size: 0.92em;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	display: inline-block;
}
#header .enlaces a:hover, #header .enlaces a:focus, #header .enlaces a:active {
	color: #0B9444;
	border-style: none;
} 


.logo-box { background:url(images/logo-box-bg.gif) left top repeat-x; float:left;}
.logo-box .left { background:url(images/logo-box-left.gif) no-repeat left top; float:left;}
.logo-box .right { background:url(images/logo-box-right.gif) no-repeat right top; float:left;}

.slide-box { background:url(images/border-bot.gif) left bottom repeat-x #fff; width:100%; position:relative;}
.slide-box .left { background:url(images/slide-box-left.gif) no-repeat left top;}
.slide-box .right { background:url(images/slide-box-right.gif) no-repeat right top; height:89px;}
.slide-box .inner { padding:8px 34px 0 35px;}
.slide-box ul li { float:left; margin-right:1px;}
.slide-box .prev { position:absolute; left:10px; top:37px;}
.slide-box .next { position:absolute; right:11px; top:37px;}

.box {width:100%; background:url(images/box-bg.gif) left bottom repeat-x #fff;}
.box .left-top-corner {background:url(images/left-top-corner.gif) no-repeat left top;}
.box .right-top-corner {background:url(images/right-top-corner.gif) no-repeat right top;}
.box .left-bot-corner {background:url(images/left-bot-corner.gif) no-repeat left bottom;}
.box .right-bot-corner {background:url(images/right-bot-corner.gif) no-repeat right bottom; }
.box .inner { padding:10px 10px 11px 10px;}

.box1 { width:100%; background:url(images/box1-bg.gif) left bottom repeat-x #d6d4ce;}
.box1 .left-bot-corner {background:url(images/left-bot-corner3.gif) no-repeat left bottom;}
.box1 .right-bot-corner {background:url(images/right-bot-corner3.gif) no-repeat right bottom; }
.box1 .inner { padding:10px 10px 10px 10px;}

.box2 {
	margin-bottom:4px;
	position: relative;
	left: 0px;
	top: 0px;
}
.box2 .left-top-corner { background:url(images/left-top-corner4.gif) no-repeat left top; padding-left:4px;}
.box2 .right-top-corner { background:url(images/right-top-corner4.gif) no-repeat right top; padding-right:6px;}
.box2 .border-top { background:#fff; height:5px; overflow:hidden; font-size:0; line-height:0;}
.box2 .border-left { background:url(images/border-left4.gif) no-repeat left bottom #fff; padding-left:1px;}
.box2 .border-right { background:url(images/border-right4.gif) no-repeat right bottom; padding-right:1px;}
.box2 .left-bot-corner { background:url(images/left-bot-corner4.gif) no-repeat left top; padding-left:5px;}
.box2 .right-bot-corner { background:url(images/right-bot-corner4.gif) no-repeat right top; padding-right:6px;}
.box2 .border-bot { height:5px; overflow:hidden; font-size:0; line-height:0; background:url(images/border-bot4.gif) left top repeat-x;}
.box2 .inner {
	padding:5px 9px 0px 9px;
	background:url(images/box2-bg.gif) left bottom repeat-x #fff;
}
.box2 .inner1 { padding:14px 19px 6px 9px; background:url(images/box2-bg.gif) left bottom repeat-x #fff;}

.box3 { width:100%; background:url(images/box3-bg.gif) left bottom repeat-x #fff;}
.box3.alt { margin-bottom:10px;}
.box3 .left-bot-corner {background:url(images/left-bot-corner5.gif) no-repeat left bottom;}
.box3 .right-bot-corner {background:url(images/right-bot-corner5.gif) no-repeat right bottom; }
.box3 .inner { padding:10px 10px 15px 8px;}
.box3 .inner .inner {
	padding:0 15px 15px 0px;
}
.box3 .inner1 {
	padding:12px 10px 26px 15px;
}
.box3 .inner2 { padding:20px 10px 20px 18px;}

.cont-box { padding:0 20px 0 0; margin:0;}
.cont-box span { float:right;}

.anyClass { width:100% !important; height:70px; overflow:hidden;}

/*header*/
#header .inside { padding:20px 0 0 0;}
#header .row-1 {
	height:58px;
	width:100%;
	overflow:hidden;
}
#header .row-1 .fright { padding:10px 0 0 0;}
#header .row-2 {
	padding-bottom:16px;
	margin:0 -5px 0 60px;
	position: absolute;
	width: 67%;
	z-index: 2;
	left: 260px;
	top: 49px;
	height: 34px;
}
#header .slogan { float:left; color:#e2a491; padding:20px 0 0 12px;}

/*content*/
#content { width:100%; background:url(images/content-bg.gif) left top repeat-x; overflow:hidden;}
#content .indent { padding:0 0 10px 0; border-bottom:1px solid #c6c3be; margin:0 10px 10px 10px;}
#content .indent1 {
	padding-bottom:10px;
	margin-top: 40px;
}
#content .indent2 { padding:0 0 0 10px;}
#content .ind { padding:0 10px 0 0;}
#content .wrap { position:relative;}
.anyClass img {
	height: 70px;
	width: 110px;
}
img.fleft {
	margin-right: 10px;
}
img.img-indent  {
	width: 72px;
	margin-top: 0px;
	margin-left: -80px;
	position: absolute;
}
.upper {
	text-transform: uppercase;
}
.title-box p {
	margin-bottom: 0px;
	margin-top: 5px;
}

/*==========================================*/
.title-box span {
	text-transform: uppercase;
	font-size: 0.8em;
}
.col-2 .wrapper 
{
	
}
.portada_torneos 
{
	top: 37px;
	position: absolute;
}
h3  span {
	display: block;
	background: #8FC63D;


	color: #fff;
	padding: 0.2em;
	color: #FFFFFF;
	padding: 0.2em 0.4em;
	position: absolute;
	text-transform: uppercase;
	top: 0px;
	right: 0px;
	font: normal 0.7em Verdana, Arial, Helvetica, sans-serif;
}
h3  span.federado {
	background: #009144;
}
.margintop  {
	margin-top: 15px;
}
.servicio {
}
.servicio  h2 {
	color: #CA3612;
	margin-bottom: 5px;
}


.servicio img {
	margin-right: 10px;
	width: 220px;
}
.servicio div {
	border: 1px solid #999999;
	background: #fff;
	padding-left: 10px;
	height: 118px;
	padding-top: 5px;
}
.box3  img.fleft {
	width: 100px;
}
.box3  img.fleft.hotel    {
	width: 220px;
}
.box3  h3 {
	margin-top: 0px;
}


.box2 .extra-wrap {
	padding-left: 80px;
}
.boxpubli {
	border: 1px solid #539A71;
	background: #FFFFFF;
	padding: 5px 5px 10px;
	margin-bottom: 10px;
	text-align: center;
}
.boxpubli h2, .calendario h2, h2.todos {
	color: #096F34;
	text-transform: uppercase;
	font-size: 0.95em;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
img.publi          {
	margin-bottom: 10px;
	height: 165px;
	width: 235px;
}
img.publi.bottom   {
	margin-bottom: 0px;
}

.width235 {
	width: 226px;
	margin-left: 6px;
}
.width235Torneo {
	width: 230px;
	margin-left: 13px;
}

.enlace_ficha {
	text-align: right;
}
.select, .inputtext {
	margin-top: 10px;
}
.listado li.destacado {
	background: #FFFFCA;
	height: 45px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 0px;
	overflow: hidden;
	margin-bottom: 10px;
}
.listado .first {
	margin-top: 10px;

}

.listado  li {
	padding: 10px;
	margin-bottom: 0px;
	position: relative;
	margin-top: 0px;
	border-bottom: 1px solid #ccc;
}
.listado a {
	color: #2200cc;
	font-weight: normal;
}


.destacado img {
	margin-right: 10px;
	float: left;
	margin-top: -10px;
	margin-left: -10px;
	width: 100px;
	overflow: hidden;
}
.nombre {
	font: bold 1.27em/1.2em Arial, Helvetica, sans-serif;
	color: #096F34;
}
.nombre, .entradilla {
	display: block;
	width: 580px;
}
.localidad {
	top: 10px;
	right: 10px;
	z-index: 40;
	width: 350px;
	margin-top: -10px;
}
.destacado .localidad {
	margin-top: 0px;
}
a.irficha {
	color: #096F34;
	float: right;
	position: relative;
	margin: 0px 0px 10px 10px;

}


.wrapper.fondo {
	background: #fff;
}
.descripcion {
	margin-top: 15px;
	height: 215px;
	overflow: hidden;

}
.anyClass img {
	margin-right: 2px;
}
dl.datos {
	display: block;
	margin-top: -5px;
}

.datos dt {
	display: block;
	width: 100px;
	float: left;
	margin-right: 10px;
	text-align: right;
	clear: left;
}
.datos dd {
	padding-left: 110px;
	border-top: 1px solid #CCCCCC;
	color: #000000;
}

.datos dt, .datos dd {
	padding-bottom: 5px;
	padding-top: 2px;

	}
.poblacion, .CP {
	white-space: pre;
	display: block;
}
.datos dd.first {
	border-style: none;
}
#contacto   .label {
	display: block;
	width: 90px;
	float: left;
	margin-right: 15px;
	text-align: right;
	padding-top: 5px;
}
#contacto   .inputtext  {
	margin-top: 3px;
	margin-bottom: 3px;
	width: 205px;
}
#contacto   .textarea {
	height: 118px;
	padding: 0.3em;
	font: 1em Arial, Helvetica, sans-serif;
	width: 280px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: 25px;
}
#contacto .botones {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;


}
.botones input {
	margin-right: 10px;
	margin-left: 10px;
}
.mapa {
	float: left;
	margin-top: 10px;
	height: 222px;
	width: 500px;
	margin-right: 15px;
}

.video {
	float: right;
	margin-top: 3px;
	margin-bottom: 10px;
}
table.torneos/* start - table */

 {
	border-collapse: collapse;
	width: auto;
	border: 1px solid #096F34;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.torneos  thead  tr, .torneos  thead  tr:hover {
	background: #ACCA57;
	color: #333333;
}
.torneos td {
	border-bottom: 1px solid #CCCCCC;
}

.torneos tr:hover, .torneos tr.odd:hover, .torneos tfoot  {
	background-color:#FFFFCA;
	color: #000000;
}
table.torneos .club, table.torneos .inicio,table.torneos .fin, table.torneos .torneo, table.torneos .descripcion, table.torneos .imagen, table.torneos .web, table.torneos .adjunto, .cubiertas , .descubiertas, .total  {
	border-left: 1px solid #096F34;
}
.torneos thead  th {
	text-align: left;

}

.imagen img {
	width: 70px;
	height: auto;
}
.adjunto {
	text-align: center;
}

.torneos th {
	font-weight: bold;
}


.torneos th, .torneos td {
	padding: 5px 10px;
	vertical-align: top;
	height: auto;
}

.torneos .odd {
	background: transparent;

}

p.subir {
	margin-top: -3px;
}
iframe  {
	margin-right: 20px;
	float: left;
}
small   {
	display: block;
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}

#mainContent .sede, #mainContent .direccion, #mainContent .telefono, #mainContent .fax, #mainContent small {
	white-space: pre;
	margin-right: 5px;
	margin-left: 5px;
}
#pedido table {
	width: 100%;
}
#contacto .contenido .fltrt {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 200px;
}

.legend {
	font-weight: bold;
	display: block;
	clear: left;
}
.botones {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.button {
	margin-right: 10px;
	margin-left: 10px;
}



.isbn {
	white-space: pre;
}
.cantidad    {
	text-align: center;
}
.titulo {

}
.cantidad .inputtext{
	width: 20px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.pedido {
	text-align: center;

}
.total {
	text-align: right;
	text-transform:uppercase;
	font-weight: bold;


}
.calendario, .todos {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.cubiertas, .descubiertas, .total {
	text-align: center;
}
table.torneos.pistas   {
	margin-top: 20px;
}
.menu {
	margin-top: 0px;
}
.menu a {
	display: block;
	padding: 10px;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	text-decoration: none;
}
.menu a:hover, .menu a:focus, .menu a:active {
	background: #FFFFCA;
}
.menu   .active, .menu  a:hover.active  {
	color: #FFFFFF;
	background: #008A2E;
	cursor: default;
}
.formulario {
	float: right;
	width: 320px;
	border: 1px solid #539A71;
	background: #FFFFFF;
	padding: 10px 10px 10px 0px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
}
.formularioServicios {
	float: right;
	width: 320px;
	border: 1px solid #539A71;
	background: #FFFFFF;
	padding: 5px 5px 5px 0px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
}
.intro.servicios {
	width: 28em;
	max-width: 40em;
	overflow: hidden;
	
	
	padding-right: 10px;
/*	padding-right: 50px;
	padding-left: 35px;
*/
}
.datos.servicios {
	margin-top: 20px;
}


#servicio {
	width: 350px;
}
.fecha {
	display: block;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 10px;
	margin-bottom: 0px;
}

.listado.noticias   .destacado {
	height: auto;
	overflow: visible;
}
.listado.noticias   .destacado  .nombre, .listado.noticias .destacado .entradilla  {
	margin-left: 110px;
	width: 480px;
}
.listado.noticias .destacado .entradilla {

}

.listado  .noticias li {
	max-height: 50px;
}
dt  span.titular {
	width: 250px;
	display: block;
}
dt .fecha {
	top: -5px;
}
.wrapper.noticias {
	padding-top: 50px;
	border-style: none;
	position: relative;
}
.wrapper.noticias   .fecha {
	position: absolute;
	top: 0px;
	right: 10px;
}
.wrapper.noticias .fuente {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 150px;
}
.anterior_siguiente {
	position: absolute;
	top: 0px;
	left: 230px;
}
.anterior_siguiente .anterior {
	background: url(images/anterior.png) no-repeat left 1px;
	height: 20px;
	margin-left: 0px;
	display: inline-block;
	padding-left: 20px;
	margin-right: 20px;
}
.anterior_siguiente .siguiente {
	background: url(images/siguiente.png) no-repeat right 1px;
	height: 20px;
	margin-right: 0px;
	display: inline-block;
	padding-right: 20px;
}
.noticias img.fright {
	width: 350px;
	margin-left: 10px;
}

#content .noticias .indent {
	border-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.historia  .wrapper  .inner li {
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 1em;
	margin-right: 20px;
}

.fotos {
	float: right;
	width: 350px;
}
.fotos_normativa {
	float: left;
	
}
.foto  {
	float: right;
	margin-left: 15px;
	width: 350px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 5px;
}
.foto  img  {
	width: 350px;
	float: right;
	margin-bottom: 10px;
}
.foto .pie  {
	margin: 8px;

}
.form #contacto {
	width: 100%;
	margin-top: 20px;
}
.form  #contacto  .inputtext {
	width: 200px;
}
.form #contacto .textarea {
	width: 190px;
	margin-left: 0px;
	height: 166px;
}
.form #contacto .label {
	width: auto;
	margin-left: 10px;
}
#contacto p.aligncenter {
	margin-top: 10px;
}
.telefono {
	float: right;
	position: relative;
	margin: -20px 0px 10px 10px;
	padding-left: 45px;
	background: url(images/telefono.png) no-repeat;
	padding-top: 5px;
	padding-bottom: 10px;

}
.federacion   {
	margin-bottom: 0px;
	font-size: 1.27em;
}
.foto.fleft img {
	width: auto;
}
p.abajo {
	margin-bottom: 15px;
}
div.intro.fleft           p  strong {
	padding-top: 30px;
}





























/* end - table */



























/*footer*/
#footer {
	padding: 10px 10px 0px;
}
#footer .nav {
	width: 65%;
	float: left;
}
#footer .enlaces {
	float: right;
	margin-bottom: 3px;
	text-align: right;
}
#footer  .enlaces a {
	font-size: 1.3em;
	margin-bottom: 5px;
	display: block;
	color: #666;
	text-decoration: none;
}
#footer  .enlaces a:hover, #footer .enlaces a:focus, #footer .enlaces a:active {
	color: #fff;
	text-decoration:underline;
	border-style: none;
}
#footer .nav a {
	font: bold 1.2em "Trebuchet MS", Arial, sans-serif;
	border-left: 1px solid #999999;
	border-bottom-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 4px;
}
#footer .nav a:hover, #footer .nav a:focus, #footer .nav a:active {
	color: #fff;
	background: #666;
}


#footer a {
	color:#666;
}
#footer p { margin:0; padding:18px 20px 0 0;}
#diseno {
	clear: right;
	text-align: right;
	margin-top: 0px;
	display: block;
	font-size: 1.2em;
	padding-top: 5px;
	color: #999999;
}
#diseno a {
	text-decoration:none;
	color: #999999;
}
#diseno a:hover, #diseno a:focus, #diseno a:active {
	text-decoration:underline;
}
