body {
	font-family: arial, verdana, helvetica;
	font-size: 8pt;
	color: #000000;
	background-color: #ffffff;
	background-image: url('../img/fondo.jpg');
	background-repeat: repeat-X;
	margin: 0px;
	text-align:left;
}


      #overlay {
      position: fixed;
      left: 0%;
      top: 0%;
      width: 100%;
      height: 100%;
      z-index:1;
      background-color: black;
      }
       
      #master {
      clear: both;
      padding-bottom: 1em;
      }
       
      .input {
      display: none;
      color: black;
      position: fixed;
      left: 25%;
      top: 50%;
      width: 50%;
      z-index: 1000;
      text-align: center;
      background-color: white;
      border: 1px solid black;
      }
      .close {
      cursor:pointer;
      float: right;
      }





img {
	border: none;
}

h1 {
	color: #27584D;	
}

h2 {
	background-color:#27584D;
	color: #ffffff;
	padding:4px;
	margin:0px;	
}

h3 {
	padding: 4px;
	color: #27584D;	
	font-size: 12pt;
	margin: 8px;
}

table {
	font-size: 9pt;
	color: inherit;
}

select {
	font-size:9pt;
	border:1px solid #27584D;	
}

.red {
	font-size:9pt;
	color: #ffffff;
	background-color: #990000;
}

.green {
	font-size:9pt;
	color: #ffffff;
	background-color: #27584D;
}

#contenedor {
	background-color: #ffffff;
	width: 900px;
	margin: 0px auto;
	height: auto;
	text-align: justify;
}

#menu {
	background-image: url('../img/fondoMenu.jpg');
	background-repeat: no-repeat;
	width:900px;
	height: 33px;
}

#torneoTop {
	width: 435px;
	height: 73px;
	background-image: url('../img/topT.jpg');
	background-repeat: no-repeat;
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
	padding-left:15px;
	padding-top:10px;
	color: #1c4533;
	font-weight: bold;
}

#noticiasTop {
	width: 435px;
	height: 73px;
	background-image: url('../img/topN.jpg');
	background-repeat: no-repeat;
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
	padding-left:15px;
	padding-top:10px;
	color: #1c4533;
	font-weight: bold;
}

#torneoMid {
	width: 415px;
	background-image: url('../img/midN.jpg');
	background-repeat: repeat-Y;
	padding-left: 15px;
	padding-right:20px;
	padding-bottom: 10px;
}

#torneoBottom {
	width: 450px;
	height: 34px;
	background-image: url('../img/bottomN.jpg');
	background-repeat: no-repeat;
}

.verdeBold {
	color: #1c4533;
	font-weight: bold;
	font-size:11pt;
}

.verde {
	color: #1c4533;
	font-size:9pt;	
}

a.verde:link {
	text-decoration: none;
}

a.verde:visited {
	text-decoration: none;
}

a.verde:active {
	text-decoration: underline;
}

a.verde:hover {
	text-decoration: underline;
}

.pestanya {
	float: left;
	background-image: url('../img/pestana1.gif');
	background-repeat: no-repeat;
	height:23px;
	width:102px;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	padding-top:5px;
	cursor: pointer;
}

.pestanya2 {
	float: left;
	background-image: url('../img/pestana2.gif');
	background-repeat: no-repeat;
	height:23px;
	width:102px;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	padding-top:5px;
	cursor: pointer;	
}

.encabezado {
	background-color: #27584D;
	color: #ffffff;
	font-weight: bold;	
}

.borde {
	border:1px solid #27584D;
	padding: 3px;	
}

.celda1 {
	background-color: #E1E1E1;
	color: #27584D;	
}

.celda2 {
	background-color: #BFBFBF;
	color: #27584D;	
}

.registro {
	margin-top:5px;
	width:186px;
	padding:5px;
	background-image: url('../img/fondoreg2.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	font-size:10pt;
	border:1px solid #27584D;
}

html fieldset {
	position: relative;
}

html legend {
	position: absolute;
	top: -.9em;
	left: .5em;
}

.botonGolf {
	background-image: url('../img/fondoBoton.png');
	background-color: transparent;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border: none;
	height: 32px;
	width: 150px;
	cursor: pointer;
}
