/* CSS styles for Template.Master */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #012942;
	font: normal small "Arial", Times New Roman, Trebuchet MS, Helvetica, sans-serif;
	color: #F46600;
	height: 100%;
}

/*
h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}
*/

a {
	text-decoration: underline;
	color: #F46600;
}

a:hover {
	text-decoration: none;
	color: #FF4500;
}

.lnkPopup
{
    cursor: pointer;
}

.lnkSolLiga
{
	cursor: pointer;
	text-decoration: none;
}

/* Update Progress */
.TransparentGrayBackground 
{
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000;
	filter:alpha(opacity=50);
	opacity:0.5; 
    z-index:1000; 
}

.PageUpdateProgress
{
    position:fixed;
    top:50%; 
    left:50%;
	background-color: White;
	color:black;
	width: 150px;
	text-align: center;
	border: 2px solid #3d4e68;
	z-index: 1001;
}

/*
img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}
*/

/* Main Box */

.filocianBox
{
    width:1024px;
    height:1110px;
    background: #131e30;
    margin: 20px auto;
    padding-bottom: 15px;
}

.matchplayBox
{
    width:1017px;
    height:1110px;
    background: url(contentMatchPlay.jpg);
    margin: 20px auto; 
}

/* Header */

#header 
{
	width: 961px;
	height: 139px;
    margin: 10px auto;
    background: url(header.png);
    z-index: 200;
}

/* Header > Menu */
/**************************************************/
#menu
{
    position: relative;
    z-index: 200;
    float: left;
    height:139px;
    left:-95px;
    width: auto;
    font-family: Times New Roman;
    font-size: 12px;
}

#menu a
{
    color: Black;   
}

#menu a:hover
{
    color: Black;
}

.menuStyle
{
    margin-top: 114px;
    margin-left: 15px;
    width: auto;
}

.staticMenu
{     
}

.staticMenuItem
{
    width: 85px;
    height: 25px;
    background: url(menu.jpg) center no-repeat;
    color: Black; 
    text-align: center;
}

.staticHover
{
    /*background: url(menuHover.png);*/
}

.staticHover a
{
    color: Black;   
}

.staticSelected
{
}

.dynamicMenu
{ 
	z-index: 200;
}

.dynamicMenuItem
{
	z-index: 200;
	width: 100px;
    height: 23px;
    text-align: center;
    text-decoration: none;
    background-color: #5593DE;
    vertical-align: middle;
    color: Black;
    border: 1px solid #F46600;
    background-color: #FFE4C4;
}

.dynamicHover
{  
}

.dynamicHover a
{
	z-index: 200;
    color: Black;
    font-weight: bold;
}

.dynamicSelected
{
}

/*****************************************************/

/* Login Box */
#loginbox
{
   position: relative;
   float:right;
   width: 140px;
   height: 65px;
   padding: 15px 2px 2px 2px;    
   font-size: 11px;
   color:Red;
}

#loginbox input
{
   color:black;
   background-color: #f7d582;
   font-size: 11px;
}

#welcomebox
{
   font-size: 13px;
   text-align: right;
   padding-right:15px;
}

.loginName
{
   color:White;  
}

/* Boxed Style */

.boxed {
}

.boxed .title 
{
}

.boxed .title h2 {
	height:26px;
	padding: 12px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	font-family: Times New Roman;
	color: #F46600;
}

.boxed .content 
{
    height:161px;
    margin-top: 2px;
	background: url(contentSmall.jpg);
}

.boxed .content2
{
    height: 200px;
    margin-top: 2px;
    background: url(contentMedium.jpg);   
}

.boxed .content3
{
    height: 209px;
    margin-top: 2px;
    background: url(contentMedium.jpg);   
}

.boxed .content3 li
{
    margin-left: 5px;  
    margin-right: 5px; 
}

/* Post */
/*
.post {
}

.post .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}
*/

/* Site Map Path */

#breadcrumb
{
   position: relative;
   clear: both;
   height: 20px;
   margin: 12px 0px 11px 45px;
   color: White;
   font-size: 11px;	
   text-align: left;
}

#breadcrumb a
{
   color: #5593DE;
}

/* Content */

#content 
{
    position: relative;
	width: 961px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: left;
	width: 620px;
	height: 890px;
	/*margin-left: 20px; */
	background: url(centerContent.jpg) top center no-repeat;
	color: Black;
}

.imgCenter 
{
    text-align: center;   
}

/* Content > Main > Welcome */

/*#welcome {
}*/

/* Content > Main > Example */

/*#example {
}*/

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 150px;
	margin-right: 20px;
}

#sidebar .boxed .title h2 
{
    background: #131e30 url(head1.jpg) no-repeat left top;
}

/* Content > Sidebar > Lugares */

#lugares
{
    height:200px;
    margin-bottom: 1px;
}

.clubContent
{
    margin-left: 5px;
    width: 140px;
    font-size: 12px;
    color: White;
    font-weight: bold;   
}

/* Content > Sidebar > News*/

#news
{
}

#news ul {
	margin-left: 5px;
	list-style: none;
}

#news h3 {
	font-size: 12px;
	margin-top: 0px auto;
	margin-bottom: 5px;
	text-decoration: underline;
	color: White;
	font-weight: bold;
}

#news p {
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 3px;
}

#news a {
	text-decoration: none;
	color: Black;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 150px;
	margin-left: 20px;
}

#sidebar2 .boxed .title h2 {
	background: #131e30 url(head2.jpg) no-repeat right top;
}

/* Content > Sidebar2 > Encuesta */

#encuesta 
{
    margin-top: 25px;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 
{
    margin: 10px auto;
	text-align: center;
}

/* Footer */

#footer {
	width: 960px;
	height: 25px;
	margin: 0 auto;
	/*padding: 20px 0;*/
    padding-bottom: 20px;
	/*background: #131e30;*/
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #F46600;
}

#footer a:hover {
	text-decoration: none;
	color: #FF4500;
}

/* Footer > Legal */

#legal 
{
  color: #666666;  
}

/* Footer > Links */

#links {
}

/* Footer > corporateServices */

#corporateServices 
{
    padding-bottom: 25px;
}

/******************************************/
/* User Controls: NewsletterBox & PollBox */
/******************************************/


.pollbox
{
   font-size: 11px;
   color: Black;
   text-align: center;
}

.pollbox a
{
   color: Black;
}

.pollcontent
{
   padding: 6px;
}

.pollquestion
{
   font-size: 13px;
   font-weight: bold;
   text-align: center;
}

.polloptions
{
   margin-top: 8px;
   margin-bottom: 3px;
   margin-left: 10px;
   text-align: left;
}

.pollbar
{
   background-color: #5593DE;
   font-size: 4px;
}

.progressbarcontainer
{
   width: 98%;
   height: 15px;
   border: solid 1px black;
   padding: 1px;
}

.progressbar
{
   width: 0px;
   background-color: Red;
   height: 15px;
}

.sectiontitle
{
   /*font-weight: bold;*/
   padding-top: 15px;
   font-size: 16px;
   /*color: #b45d16;*/
   color: #5593DE;
   padding-left: 55px;
}

.sectiontitle span
{
   /*font-weight: bold;*/
   font-size: 16px;
   /*color: #b45d16;*/
   padding-left: 55px;
}

.sectionsubtitle
{
   /*font-weight: bold;*/
   font-size: 12px;
   padding-bottom: 10px;
   padding-left: 55px;
   padding-top: 10px;
   color:White;
}

/* Gridviews */

.gvwFilocian
{
    width: 450px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid black;
}

.gvwFilocianCabecera
{
    font-size: 10px;
    color: White;
    background-color: #F46600;
    text-align: center;
    border: 1px solid black;
}

.gvwFilocianPager
{
    text-align: center;
    font-size: 10px;
}

.btnCenterCuadroLigaMP
{
	font-family: Calibri;
	color: Black;
	font-size: 12px;
	z-index:50;
}
