﻿html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #C80D2F;
	background-image: url('../imagenes/backup.gif');
	background-repeat: repeat-x;
	scrollbar-face-color: #F76C29;
	scrollbar-highlight-color: #F76C29;
	scrollbar-3dlight-color: #F76C29;
	scrollbar-darkshadow-color: #F76C29;
	scrollbar-shadow-color: #F76C29;
	scrollbar-arrow-color: #FFFF00;
	scrollbar-track-color: #C80D2F;
}

/* Usuarios */

#usuarios {
	width: 990px; 
	height: 27px; 
	padding-top: 3px; 
	background-image:url('../imagenes/background_user.png');
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: white;
	text-align: left;

}

/* Menu de usuarios */

#usernavcontainer {
	margin-top: -25px;
	margin-right: 180px;
	padding: 0px;
	height: 23px;
}
#usernavcontainer ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	text-align: center;


}
#usernavcontainer ul li {
	padding: 0;
	margin: 0;
	border-right: 1px solid #a80e2a;
	text-align: center;
	display: block;
	float: right;
}
#usernavpri {
	border-left: 1px solid #a80e2a;
}
#usernavcontainer ul li a {
	background: #8e0821;
	width: 100px;
	height: 23px;
	padding-top: 3px;
	margin-top: 3px;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #f5d7b4;
	display: block;
}
#usernavcontainer ul li a:hover {
	background: #790e11;
	color: orange;
}
#usernavcontainer a:active {
	background: #790e11;
	color: #fff;
}
#usernavcontainer li#active a {
	background: #790e11;
	color: #fff;
}

/* Cabecera */

#cabecera {
	width: 990px;
	height: 245px; 
	background-image: url('../imagenes/cabecera.png');
}

/* Menu de navegacion */

#menu {
	width: 990px;
	background-image: url('../imagenes/background_back.png');
}

.menu {
	width: 900px;
	background-image: url("../imagenes/background_menu.png");
	background-position: center;
	border:none;
	border:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.menu ul {
	height:34px;
	list-style:none;
	margin:0;
	padding:0;
}
.menu li {
	float:left;
	padding:0px;
}
.menu li a {
	border-right: 1px solid #f29400;
	color: #ffffff;
	display:block;
	font-weight:normal;
	line-height:34px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a {
	background: #f29400 url("../imagenes/hover.gif") bottom center no-repeat;
	color: #ffffff;
	text-decoration:none;
}
.menu li ul {
	background: #eb820f;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
}
.menu li:hover ul {
	display:block;
}
.menu li li {
	background: url('../imagenes/sub_sep.png') bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
}
.menu li:hover li a {
	background:none;	
}
.menu li ul a {
	display:block;
	height:34px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
	color: #ffffff;
	}
.menu li ul a:hover, .menu li ul li:hover a {
	background: #f29400 url('../imagenes/hover_sub.gif') center left no-repeat;
	border:0px;
	color:#ffffff;
	text-decoration:none;
}
.menu p {
	clear:left;
}	

/* Submenú */

#submenu ul {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #9c021e;
	color: White;
	float: left;
	width: 97.2%;
	font-family: arial, helvetica, sans-serif;
	border-top: solid 1px #E6E6E6;
}

#submenu ul li { 
	display: inline; 
}

#submenu ul li a { 
	padding: 10px;
	background-color: #9c021e;
	color: orange;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border-right: 1px solid #fff;
	display: inline; 
}

#submenu ul li a:hover {
	background-color: #fff;
	font-weight: bold;
	color: #BC0B2D;
}

/* Trimenu */

#trinavlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#trinavlist ul, #trinavlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#trinavlist a:link, #trinavlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#trinavlist a:link#current, #trinavlist a:visited#current, #trinavlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#trinavlist a:hover { color: #000; }

/* Entrenadores */

#menuentrenadores ul {
	margin-left: 10px;
	margin-top: 0px;
	padding: 10px;
	background-color: #A3CEEB;
	color: White;
	float: left;
	width: 95%;
	font-family: arial, helvetica, sans-serif;
	border-top: solid 1px #E6E6E6;
}

#menuentrenadores ul li { 
	display: inline; 
}

#menuentrenadores ul li a { 
	padding: 0.2em 1em;
	padding-left: -10px;
	background-color: #E0EDFE;
	color: #7F7C85;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border: 1px solid #fff;
}

#menuentrenadores ul li a:hover {
	background-color: #E0EFF9;
	font-weight: bold;
	color: #BC0B2D;
}




/* Contenido */

#contenido {
	width: 990px; 
	min-height: 500px;
	background-image: url('../imagenes/background_back.png');
	margin: 0;
	padding: 0;
}

#contenido_body {
	width: 900px; 
	text-align: left;
	margin: 0;
	padding: 0;
}

/* Última jornada */

#ultima_jornada { 
	height: 170px;
	width: 650px;
	margin-left: 125px;
	margin-top: -19px;
	padding-left: 30px;
	background: url('../imagenes/background_ultima_jornada.png') no-repeat;
}

/* Última hora */

#ultima_hora {
	width : 900px;
	margin: 0;
	text-align : left;
}

#seccion {
	width: 95%; 
	height: 30px; 
	padding-top: 10px;
	padding-left: 20px;
	margin-left: 10px;
	background-color: #B40729; 
	color: white; 
	text-align: left;
}

.activo_importantes
{
width : 95%;
background-color:#FEEDED;
padding: 5px;
}
.inactivo_importantes
{
width : 95%;
background-color:#ffffff;
padding: 5px;
}

/* Noticias importantes */

#noticias_importantes {
	width : 900px;
	text-align : left;
}

#noticias_importantes_head {
	margin-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}


.a1 {
	width: 33%;
	float : left;
}

.a2 {
	width: 33%;
	float : left;
}

.a3 {
	width: 33%;
	float : left;
}

.iall {
	padding: 5px;
	width : 95%;
}

.ihead {
	width : 100%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted maroon;
}

.ibody {
	width : 100%;
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 20px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: justify;
	color: #040404;
}

.ifooter {
	width : 100%;
	border: 0px solid orange;
}

hr {
	clear:both;
	display:block;
} 

.activo_generales
{
background-color:#FEEDED;
padding: 5px;
}

.activo_generalesb
{
background-color:#FFFFCC;
padding: 5px;
}

.inactivo_generales
{
background-color:#ffffff;
padding: 5px;
}

/* Noticias generales*/

#noticias_generales {
	width : 95%;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}

.gall {
	padding: 5px;
}

#noticias_template {
	width : 97.2%;
	margin-top: 20px;
	margin-left : 10px;
	margin-right : auto;
	padding : 0px;
	text-align : left;
}

#noticias_template_body {
	background-color: #FEEDED;
	padding: 5px;
	border-top: 0px solid #CC0000;
}

#noticias_breves {
	width : 70%;
	margin-top: 20px;
	margin-left : auto;
	margin-right : auto;
	padding : 0px;
	background-color: #FFFFCC;
	border: 1px solid #FF9933;
	text-align : left;
}

#news_template_body {
	min-height: 220px;
}

#news_template_footer {
	width: 95%; 
	margin-top: 30px;
	margin-left:10px;  
	border: 0px solid #969696;
	background-color: #FEEDED;
	padding: 5px;
}

/* Calendario */

#calendario_head {
	width: 96%;
	height: 20px;
	margin-top: 20px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #f29400;
	border-color: #000000;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	font-size: 12px; 
	color: white;
	text-align: left;
}


#calendario_index {
	width: 96%;
	height: 30px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 10px;
	border-color: #000000;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;	
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000000;
}

/* Jornada */

#jornada_head {
	width: 96%;
	height: 20px;
	margin-top: 20px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #FFFFCC;
	border-color: #000000;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	font-size: 12px; 
	color: #f29400;
	text-align: left;
}

#jornada_index {
	width: 96%;
	height: 30px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 10px;
	border-color: #000000;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;	
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000000;
}



/* Pie de página */

#pie{
	width: 100%; 
	height: 150px; 
	background-color: #e77817;
	background-image: url('../imagenes/bottom_back.png'); 
	background-repeat: repeat-x; 
	position: relative;
}

/* Nube */ 

.nube{
   color: #666666;
   width: 90%;
   text-align: center;
}
.nube div.etiquetas{
   font-family: verdana,arial,helvetica;
   font-size:8pt;
   padding:5px;
}
.nube div.etiquetas span{
   float: left;
   margin: 0 3px 0 3px;
   height: 20pt;
   white-space: nowrap;
}
.nube div.etiquetas a.etiquetatam1{
   color: #666666;
   font-size: 110%;   
}
.nube div.etiquetas a.etiquetatam2{
   color: #666666;
   font-size: 120%;   
}
.nube div.etiquetas a.etiquetatam3{
   color: #666666;
   font-size: 130%;   
}
.nube div.etiquetas a.etiquetatam4{
   color: #666666;
   font-size: 140%;   
}
.nube div.etiquetas a.etiquetatam5{
   color: #666666;
   font-size: 150%;   
}
.nube div.etiquetas a.etiquetatam6{
   color: #666666;
   font-size: 160%;   
}
.nube div.etiquetas a.etiquetatam7{
   color: #666666;
   font-size: 170%;   
}
.nube div.etiquetas a.etiquetatam8{
   color: #666666;
   font-size: 180%;   
}
.nube div.etiquetas a.etiquetatam9{
   color: #666666;
   font-size: 190%;   
}
.nube div.etiquetas a.etiquetatam10{
   color: #666666;
   font-size: 200%;   
}


