/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.gif) 0px 0px repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
	color: #006c4b;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(../images/img07.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #006c4b; /* D56E22 */
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 980px;
	height: 237px;
	margin: 0 auto;
	padding: 0 10px;
	/* background: #000 url(../images/head.jpg) -0px +1px no-repeat; */
}

#logo h1, #logo p { display: none; }

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 30px 0 0 0;
	font-size: 3em;
}

#logo p {
	padding: 52px 0 0 3px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#ctopmenu {
	text-align: right;
	/* background-color: #006d4b; */
}
#ctopmenu a {
	color: #dddddd;
	font-weight: 100;
}

/* Menu */

#menu {
	width: 890px;
	height: 32px;
	margin: 0 auto;
	padding: 16px 10px 0;
	padding-top: 192px;
	position:relative; z-index:100;
}
/* hack to correct IE5.5 faulty box model */
* html .menu { width:880px; w\idth:879px;}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul ul { width:149px;}

#menu li {
	display: inline;
	float: left;
	/* width: 110px;   149 */
	white-space: nowrap;
	position: relative;
}

#menu a, #menu a:visited {
	display: block;
	float: left;
	height: 22px;  /* 30 */
	margin: 0;
	padding: 10px 20px 0 20px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF; background-color: transparent;
	border-left: 1px solid #000;
	/* width:138px; 
	line-height:29px;	 */
}
/* a hack so that IE5.5 faulty box model is corrected 
* html #menu a, * html #menu a:visited {width:149px; w\idth:138px;}*/
/*
#menu a:hover {
	background: #DD8B4E url(../images/img02o.gif) repeat-x;
}
*/
#menu a.current_page_item, #menu .current_page_item a.current_page_item:visited {
	background: url(../images/img02.gif) repeat-x;
	color: #006c4b !important;
}

/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {
	background:#d4d8bd url(../images/drop.gif) bottom right no-repeat;
	float: none;
}
/* style the second level hover */
#menu ul ul a.drop:hover{
	background:#c9ba65 url(../images/drop.gif) bottom right no-repeat;
}
#menu ul ul :hover > a.drop {
	background:#c9ba65 url(../images/drop.gif) bottom right no-repeat;
}
/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
#menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:32px;
	left:0; 
	/* width:149px; */
	/* border: 1px solid #000; border-top: 0px; */
}
/* another hack for IE5.5 */
* html #menu ul ul {top:31px;t\op:32px;}

/* position the third level flyout menu */
#menu ul ul ul{ left: 149px; top:-1px; /* width:149px; */ }

/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {left:-149px;}

/* 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:#DD8B4E url(../images/img02o.gif) repeat-x;
	color:#fff; 
	height:auto; 
	line-height: 22px; 
	padding: 5px 20px; 
	width: 128px;
	border-left: 1px solid #000; border-right: 1px solid #000; 
	/* border-width: 0 1px 1px 1px; */
}
#menu ul ul li.last a {
	border-bottom: 3px solid #000 !important;
}
/* 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 {
	/* color:#fff; background:#949e7c; */
	color: #fff;
	background: #000 url(../images/img02o2.gif) repeat-x;
}

	#menu ul ul a:hover{
		/* color:#fff; background:#949e7c; */
		color: #006c4b;
		background: #fff;
	}

#menu :hover > a {
	color:#fff; background:#DD8B4E url(../images/img02o2.gif) repeat-x;
}
	#menu ul ul :hover > a {
		color:#006c4b; background:#fff;
	}

/* 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;}



/* Page */

#page {
	width: 940px;
	margin: 20px auto 0;
	padding: 15px 5px;
	background: url(../images/img03.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(../images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 468px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
	line-height: 200%;
}

.title {
	margin: 0;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
	padding: 0 10px 0 20px;
	line-height: 16px;
}

	.entry p {
		margin-top: 0px;
	}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(../images/img04.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 31px;
}
	.sidebar a { border-bottom: 0; }
	.leftsidebar {
		padding: 0 31px 0 0 !important;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
	background: url(../images/img02.gif) repeat-x;
	
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 5px 25px;
	background: url(../images/img04.gif) no-repeat 10px 9px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: url(../images/bola.gif) no-repeat 170px 2px;
	border: 1px solid #F2F2F2;
	font-size: 12px;
}
	.nomargin {
		margin: 0px !important;
	}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

/* Calendar */

#calendar_wrap {
	padding: 0 0 0 20px;
	text-align: center;
}

#calendar_wrap table {
	width: 90%;
	
}

#calendar_wrap th {
	border-bottom: 1px solid #CCCCCC;
}

#calendar_wrap td {
	border-bottom: 1px solid #F2F2F2;
	text-align: right;
}

#calendar_wrap td.player {
	text-align: left;
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	padding: 30px 0 50px 0;
	border-top: 3px solid #999;
	background: #000 url(../images/img05.gif) 30px 0 no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}



.sorteos {
	background: url(../images/bgSorteos.gif) repeat-y;
	color:#000000;
	margin-top: 10px;
	padding: 5px 10px 8px 19px;
	width: 170px;
	text-align: justify;
}
.sorteos h3 {
	color:#444444;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	margin:0pt;
	padding:0pt;
	text-indent:0pt; text-align: left;
}


blockquote {
	background: url(../images/img08.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 10px 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
}

blockquote.question {
	background: url(../images/question.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0;
	padding: 5px 20px 0px 40px;
	font-size: 18px; line-height: 20px;
	color: #3D3D3D;
}

/*
 * Ticker news
 */
#tickerWrapper {
  position: relative;
  width: 198px; 
  height: 106px;
  background-color: white;
  overflow: hidden;
  border: 1px solid #eee;
  
}

#tickerWrapper p {
	width: 168px;
	margin: 9px 9px 0 9px;
	background: #eee;
	padding: 5px 5px;
	border: 1px solid #ddd;
}

#tickerWrapper a {
	padding-left: 10px; background: url(../images/img04.gif) 0px 3px no-repeat;
}



/*
 * Para las tablas (news)1
 */

table {
	font-size: 8pt;
}


table.patro {
	width: 100%;
	border-bottom: 2px solid #006c4b;
}

table.patro td {
	padding: 5px; padding-bottom: 2em;
	text-align: center;
	vertical-align: baseline;
	width: 50%;
}

 
table.blue {
		border-collapse:collapse;
		background:#EFF4FB url(../images/tables/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:1em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333; width: 100%;
}

table.blue td, table.blue th {
		padding:5px;
}

table.blue caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table.blue a {
		color:#950000;
		text-decoration:none;
}

table.blue a:link {}

table.blue a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
}

table.blue a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

table.blue thead th, table.blue tfoot th, table.blue tfoot td {
		background:#333 url(../images/tables/llsh.gif) repeat-x;
		color:#fff
}


table.blue tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

table.blue tbody th, table.blue tbody td {
		border-bottom: dotted 1px #333;
}

table.blue tbody th {
		white-space: nowrap;
}

table.blue tbody th a {
		color:#333;
}

table.blue .odd {}

table.blue tbody tr:hover {
		background:#fafafa
}



/*
 * Gallery
 */

#gallery {
	clear: both;
	padding-left: 0px !important;
	margin-top: 20px;
	
}

#gallery ul {
	list-style-type: none;
	padding: 0; margin-left: 0;
	/* padding-left: 10px; padding-right: 10px; */
}


#gallery li {
	width: 130px;
	border:solid #CCC;
	border-width: 0 1px 1px 0;
	-moz-border-radius: 4px;
	background:#FFF;
	padding: 5px;
	text-align:center;
	float:left;
	margin: 5px;
}

#gallery li.folder { width: 448px !important; text-align: left; padding: 0;  }
#gallery li.folder a { padding-right: 10px }
#gallery a {
	border-bottom-width: 0px !important;
}

#gallery a.open {
	padding-right: 14px;
	background: url(../images/open.gif) bottom right no-repeat; 
	border-bottom-width: 0px !important;
}

h2.item-folder {
	padding: 20px 0 20px 58px;
	background: url(../images/gallery/folder.gif) 8px 18px no-repeat;
}

/*
#gallery a span {
	position:absolute;
	left:-9999px;
}
*/
#gallery span {	
	font-weight:bold;
	background:#FFF;
	color:#999;
	font-size: 80%;
} 

#gallery img {
	border: 0px; padding-top: 1px;
/* border: 2px solid #EEE; */
/* delete line above and uncomment this for an inset effect
	border: 1px solid;
	border-color: #666 #EEE #EEE #666;
 */
}

a.back {
	padding-right: 20px;
	background: url(../images/back.gif) bottom right no-repeat; 
	border-bottom-width: 0px !important; font-weight: bold;
	line-height: 16px;
}
a.forward {
	padding-right: 20px;
	background: url(../images/forward.gif) bottom right no-repeat; 
	border-bottom-width: 0px !important; font-weight: bold;
	line-height: 16px;
}

.no-bmargin { margin-bottom: 0px; padding-bottom: 0px; }

#breadCrumb {
	height: 18px; /* This is the height we wan't on our breadcrumb */
	padding: 0 0 0 0px;
	/* background: #999; This is our background color */
	color: #f5f5f5; /*This is our color on the text which isn't a link. We want' they to be light grey */
}
#breadCrumb ul { margin: 0px; }
#breadCrumb li {
	float: left;
	display: inline;
	margin-right: 4px;
}
#breadCrumb a {
	background: url(../images/breadcrumb.gif) top right no-repeat;
	padding-right: 18px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
	text-decoration: none;
	border-bottom-width: 0px;
}
#breadCrumb a:hover {
	background: url(../images/breadcrumb.gif) bottom right no-repeat;
	border-bottom-width: 1px;
}

#breadCrumb img {
	border: 0px !important;
	vertical-align: text-bottom;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.float-none { float: none; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

.nowrap { white-space: nowrap; }

/* additional classes */
.clear { clear: both; }
.green {	color: #679a8e; }
.gray  {	color: #BFBFBF; }

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}

.finalizado {
	background: url('../images/finalized.gif') top left no-repeat;
	width: 80%;
	min-width: 316px;
	min-height: 257px; 
	padding: 20px;
}

#locale {
	text-align: center;
	margin-bottom: 10px;
}

#locale a {
	border-bottom: 0;
}
#loading, #loading1, #loading2, #loading3, #loading4 {
	width: 100%; height: 300px; 
	text-align: center; padding-top: 50px;
	color:#006c4b;
}


#pagination-style {
	border:0; margin: 5px 0 0 0; padding:0;
}

#pagination-style a { border-bottom-width: 0 }

#pagination-style li {
	border: 0; margin: 0; padding: 0;
	display: inline;
	font-size: 11px;
	list-style: none;
	margin-right: 4px;
}
#pagination-style a{
	border:dashed 1px #59ae94;
	margin-right: 4px;
}
#pagination-style .previous-off,
#pagination-style .next-off {
	border: dashed 0px #59ae94;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding: 3px 4px;
}
#pagination-style .next a,
#pagination-style .previous a {
	font-weight:bold;
}
#pagination-style .active {
	background:#105640;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding: 4px 6px;
}
#pagination-style a:link,
#pagination-style a:visited {
	color:#006c4b;
	display:block;
	float:left;
	padding: 3px 6px;
	text-decoration:none;
}
#pagination-style a:hover{
	border:solid 1px #006c4b
}
