body{margin:0;padding:0}
body, td, input, textarea
{
	font-family:Verdana;
	font-size:10px;
}
input {
	border: 1px solid #bf0000;
}
textarea {
	border: 1px solid #bf0000;
	background-color: transparent;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #bf0000;
	scrollbar-track-color: #7F7F7F;
	scrollbar-face-color: #bf0000;
	scrollbar-shadow-color: #111111;
	scrollbar-highlight-color: #CCCCCC;
}
#header {
	background: url("images/top.png") no-repeat;
	height:76px;
	width:750px;
	position:relative;
}
.lista td {font-size:9px;}
a:hover {
	text-decoration:underline;
	color:#990000
}
a {
	text-decoration:none;
	color:#990000
}
a img {
	border: 1px solid #ffffff;
}
a:hover img {
	border: 1px solid #bf0000;
}

/************************** Menu Superior **************************/
#navigation {
  position:relative;
  top:0;
  left:320px;
  font-family:"Trebuchet MS",Arial,Verdana;
  font-size:10px;
  text-align: center;
  vertical-align:middle;
  padding: 5px;
  width:440px;
  white-space:nowrap;
  height: 31px;
  border-style:none;
  background-color: #F6F6F8;
}
#navigation a.link_gris{
	color:#7F7F7F;
	text-decoration:none;
}

#navigation a.link_gris:hover{
	color:#7F7F7F;
	text-decoration: underline;
}


/************************** Menu Esquerre **************************/
#botonmenu{
position:relative;
font-family:"Trebuchet MS",Arial,Verdana;
font-size:11px;
}

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 170px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
font-weight: bold;
border: 1px solid;
border-color:#d80101 #d80101 #ffffff #d80101;
background-color: #d80101;
text-decoration:none;
opacity: .9;
-moz-opacity:0.9
}

.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
text-decoration: none;
opacity: 1;
-moz-opacity:1;
background-color: #ff2f2f;
color: white;
}

#botonmenu .submenu
{
	position: absolute; visibility: hidden; 
}
#botonmenu .submenu a
{
	font-size:10px;
	display: block; 
	border: 1px solid white; 
	padding: 3px 5px; 
	text-decoration: none; 
	color: white; 
	border-top: none;
	background-color: #d80101;
	filter: alpha(opacity=100);
}
#botonmenu .submenu a:hover
{
	color:white;	
	filter: alpha(opacity=100);
	background-color: #ff2f2f;	
	
}
/********************************* Menu Superior linkable *********************************/
#linkheader {
	position:absolute;
	top:0;
	left:0;
	height: 80px;
}
/********************************* Footer *********************************/
#footer {
	width: 520px;
	height: 100px;
	margin: 0 auto;
	padding: 10px;
	color:#7F7F7F;
	background: url(images/img02.gif) repeat-x;
	text-align: center;
}
/************************** Menu Tabs J Dentro de Equipos **************************/
#tabsJ {
	float:left;
	width:100%;
	line-height:normal;
	border-bottom:1px solid #24618E;
}
#tabsJ ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabsJ li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsJ li a {
	float:left;
	background:url("images/tableftJ.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabsJ li a span {
	float:left;
	display:block;
	background:url("images/tabrightJ.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ li a span {float:none;}
/* End IE5-Mac hack */
#tabsJ li a:hover span {color:#FFF;}
#tabsJ li a:hover {background-position:0% -42px;}
#tabsJ li a:hover span {background-position:0% -42px;}
#tabsJ li.current a {
	background-position:0% -42px;
	color:#FFF;
	cursor:default;
}
#tabsJ li.current a span {
	background-position:0% -42px;
	color:#FFF;
	cursor:default;
}
#tabsJ li.current a:hover {
	background-position:0% -42px;
	color:#FFF;
	cursor:default;
}

/************************** Caja noticias **************************/
#caja {
	font-family:"Trebuchet MS",Arial,Verdana;
}
#caja th {
	font-family:"Trebuchet MS",Arial,Verdana;
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
	padding-left: 5px;
	text-transform: uppercase;
	background-color: #d80101;
	color: #ffffff;
}
#caja td.fecha
{
	margin: 0;
	padding: 1px;
	padding-left: 15px;
	font-size: 10px;
	font-weight: bold;
	background: url(images/small.gif) no-repeat left;
	color: #d80101;
}
#caja td.titulo
{
	font-family:"Trebuchet MS",Arial,Verdana;
	margin: 0;
	padding: 1px;
	padding-left: 20px;
	font-size: 11px;
}
#caja td.texto
{
	font-family:"Trebuchet MS",Arial,Verdana;
	margin: 0;
	padding: 1px;
	padding-left: 20px;
	font-size: 10px;
}
#caja td.pie
{
	font-family:"Trebuchet MS",Arial,Verdana;
	margin: 0;
	padding: 1px;
	font-size: 10px;
	text-align: center;
	border-bottom:1px solid #d80101;
}
#caja td a.link_gris{
	color:#7F7F7F;
	text-decoration:none;
	font-size: 9px;
	padding: 0px;
}

#caja td a.link_gris:hover{
	color:#7F7F7F;
	text-decoration: underline;
	font-size: 9px;
	padding: 0px;
}

