@charset "utf-8";
/* CSS Document */

body, html, p {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
.body { 
	margin: 0; 
	padding: 0; 
	background: #fff url(img/bgbottom.gif) repeat; 
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em; 
	color: #333; 
}
#main { 
	width: 900px; 
	margin: 10px auto 0 auto;
	overflow:auto;
	clear:both;
	margin-bottom:15px;
}
#head {
width:99%;
margin:10px auto 0 auto;
overflow:auto;
background-color:#003a5f;
text-align:center;
border:#FFFFFF solid 1px;
border-bottom:#FFFFFF solid 1px;
height:130px;
}
#foot {
width:100%;
height:40px;
padding-top:25px;
margin:10px auto 10px auto;
color:#FFFFFF;
font-weight:bold;
text-align:center;
background: url(img/fnd3.png) repeat;
border-top:#FFFFFF solid 3px;
}
#left_ {
float:left;
width:230px;
background: url(img/jugador.png) no-repeat;
}
#right_ {
float:right;
width:644px;
padding:10px;
border-bottom: 2px solid #00cc33;
background: url(img/headcorp.jpg) no-repeat #FFFFFF;
overflow:auto
}
a {
color:#333333;
}
a:hover {
text-decoration:none;
color:#009933;
}
#menu_left { 
		float: left;  
		margin: 0 0 6px 0; 
		padding: 3px 0 1px 2px; 
		border-bottom: 2px solid #FFFFFF; 
		border-top: 2px solid #FFFFFF; 
		border-left: 2px solid #FFFFFF;
	}
		#menu_left li { list-style: none; }
		#menu_left li a { 
			display: block; 
			color: #003e65; 
			background: url(img/fnd1.png); center left; 
			width: 184px; 
			padding: 7px 33px 7px 13px;
			border-bottom:1px solid #95ac9c;
			margin: 0 0 1px 0; 
			font-weight: bold; 
			text-decoration: none; 
			
		}	
		#menu_left li a:hover { background: url(img/fnd2.png);  center left; color: #fff;border-bottom:1px solid #FFFFFF;  }
		
#divsub {
width:635px;
padding-top:20px;
}
.titulos {
font-family:Georgia, "Times New Roman", Times, serif;
color:#009900;
font-style:italic;
font-size:24px;
text-shadow:#000033 1px 1px 1px;
}
.subtitulos {
font-family:Georgia, "Times New Roman", Times, serif;
color:#FF3300;
font-style:italic;
font-size:20px;
text-shadow:#000033 1px 1px 1px;
}
.subtitulosch {
font-family:Georgia, "Times New Roman", Times, serif;
color:#FF3300;
font-style:italic;
font-size:13px;
text-shadow:#000033 1px 1px 1px;
}
.subtitulo2 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#232323;
font-style:italic;
font-size:17px;
font-weight:bold;
}
.hr {
color:#009933;
size:1px;
}
.txtt {
font-size:10px
}
.th {
background-color:#C6DFB9;
font-weight:bold;
}
.td {
background-color:#DEECD7;
}
.table {
border:solid 1px #C6DFB9;
}
.red {
color:#990000;
font-weight:bold;
}
.green {
color:#009933;
font-weight:bold;
}