/* CSS Document */

* { font-size:100%; margin:0; padding:0; }

html {}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font: 71%/150% verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color:#960000;
	text-align:justify;
}

img	{ border: 0; }
div { margin: 0; padding: 0; }
.clearing { clear:both;font-size:0;line-height:0; }

a, a:visited, a:link{
	font-size: 90%;
	color: #969b9f;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

.barra {
	margin:0px;
	padding:0px;
	width: 800px;
	height: 3px;
	background-color:#960000;
	overflow:hidden;
	border: 0;
}

/******************************
		CONTAINER
******************************/
#container {

	width:800px;
	position: relative;
	margin: 0 auto;
	text-align:left;
	background-color:#DBC39C;
}

/******************************
		IMAGEN PORTADA
******************************/

#imagen_portada {
	margin:0px;
	overflow:hidden;
}

/************************************
  CONTENIDO (DE LA PÁGINA INDEX.HTML)
*************************************/
#content {
	margin: 0px 0 0 15px;
	width: 470px;
	float:left;
}

#content a {
	font-size: 90%;
	color: #969b9f;
	margin:0px;
	padding:0px;
}
#content a:hover {
	text-decoration:none;
}

/************************************
  EXTEND (Demás páginas)
*************************************/
#extend {
	margin: 0px 0 0 30px;
	width: 580px;
	float:left;
}

#extend a {
	font-size: 90%;
	color: #969b9f;
	margin:0px;
	padding:0px;
}
#extend a:hover {
	text-decoration:none;
}
#extend h1 {
	margin: 10px 0 20px 0;
	text-transform:uppercase;
	width: 100%;
	text-align: right;
	border-bottom: 2px solid #356AB6;
}
#extend p {
	margin: 5px 0 15px 0;
	text-align:justify;
}

#extend a, #extend a:visited {
	color: #356AB6;
	font-size: 100%;
}

#extend a:hover {
	text-decoration: underline;
}
#extend img {

	border: 1px solid #C6C6C6;
	padding: 2px;
	margin: 0px;
}
#extend img.center {

	display: block;
	margin: auto;
}
#extend img.alignright {

	float: right;
	padding: 4px;
	margin: 5px 0 2px 10px;
	display: inline;
}
#extend img.alignleft {

	float: left;
	padding: 4px;
	margin: 5px 10px 2px 0;
	display: inline;
}


/***********************
   NOTICIAS
************************/

#noticias {
	width: 450px;
	margin: 0 0 0px 0px;
	float: left;
	text-align:justify;
}
#noticias h1 {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 0;
	color: #960000;
	border-bottom:1px solid #960000;
	margin-bottom: 20px;
}
#noticias h1 a, #noticias h1 a:visited {
	color: #000000;
	font-size: 100%;
}
#noticias ul {
	margin: 10px 0 0 0;
}
#noticias li {
	color:#960000;
	list-style:square;
	margin: 0 0 10px 20px;
}
#noticias span {
	color: #D22020;
}
#noticias h2 {
	color: #276CBA;
	display: inline;
	text-decoration: underline;
}
#noticias p {
	margin: 5px 0 0 0;
}


/*******************
  CAJAS
*******************/
.caja {
	float:left;
	margin: 0px 12px 20px 0px;
	padding:0px;
}

.caja h1 {
	color:#FFFFFF;
	background-color:#960000;
	text-align: center;
	font-weight: bold;
	display: block;
	border-top: 1px solid #960000;
	border-left: 1px solid #960000;
	border-right: 1px solid #960000;
	border-bottom:1px solid #960000;
}

.caja ul {
	margin: 0px;
	padding: 0px;
}
.caja li {
	margin: 0px;
	padding: 0px;
	color:#000000;
	text-align: center;
	list-style: none;
	display: block;
	border-left: 1px solid #960000;
	border-right: 1px solid #960000;
	border-bottom:1px solid #960000;
}
.caja a {
	display: block;
	padding: 0px;
	height: 40px;
	line-height: 40px;
}
.caja a:hover {
	background-color:#e9fbe8;
	color: #2e2e2e;
}
.caja img {
	border: 2px solid #960000;
	padding: 0px;
}

/*******************
  MINIATURAS
*******************/
.miniaturas {
	float:left;
	margin: 0px 12px 20px 0px;
	padding:0px;
}


.miniaturas img {
	border: 2px solid #960000;
	padding: 0px;
	margin: 0px;

}

/*******************
  ENLACES
*******************/
.enlaces {
	float:left;
	margin: 20px 12px 20px 0px;
	padding:0px;
}


.enlaces img {
	border: 0px solid #960000;
	padding: 10px;
	margin: 0px;

}

/********************
	EQUIPO
********************/
.equipo {
	float:left;
	margin: 0px 0px 0px 0px;
	padding:0px;
}


.equipo img {
	border: 2px solid #960000;
	padding: 0px;
	margin: 5px;
}


/********************
  FOOTER
********************/
#footer {
	width: 800px;
	margin: 5px 0 5px 0;
	color: #960000;
	text-align:center;
	font:12px;
	font-weight:bold;
}

#footer a,a:visited {
	margin: 0 0 0 3px;
	color: #960000;
}

#footer a:hover {
	text-decoration:underline;
}

#footer img{
text-align:center;
vertical-align:middle;
margin:0 10px 0 0;
}

/*********************
TABLAS
*********************/
#noticias table {
width: 100%;
border: 2px solid #960000;
margin-bottom: 20px;

}
#noticias td{
text-align: center;
border-bottom: 1px solid gray;
min-height: 25px;
}
#noticias th{
font-size: 1.2em;
width: 200px;
border-right: 2px solid #960000;
padding-left: 10px;
border-bottom: 1px solid gray;
}

#noticias tfoot{
background-color: #f0cf6a;
}

#noticias caption{
background-color: #960000;
font-weight: bold;
color: white;
}

#etapas  th{
font-size: 1.2em;
width: 90px;
border-right: 2px solid #960000;
padding-left: 0px;
border-bottom: 1px solid gray;
text-align: center;
}

#cabecera {
background-color: #960000;
font-weight: bold;
color: white;
}

#historico {
border-left: 1px solid #960000;
}

#lesiones {
background-color: #f0cf6a;
font-weight: bold;
color: black;
border-right: 2px solid #960000;
width: 40px;
}

#coeficientes {
background-color: #f0cf6a;
font-weight: bold;
color: black;
width: 100%;
}

#equipo {
background-color: #960000;
font-weight: bold;
color: white;
border-right: 2px solid #960000;
width: 100%;
}


#porcentual{
border-left: 2px solid #960000;
}

.marco {
width:800px;
height: 650px;
display:block;
visibility: hidden;
text-align: center;
vertical-align: middle;
position: absolute;
z-index: 55;
background-color:black;
}

.trofeo {
width:680px;
height: 600px;
margin:50px;
display:block;
visibility: hidden;
text-align: center;
vertical-align: middle;
position:absolute;
z-index: 55;
background-color:white;
}

.trofeo2 {
width:440px;
height: 600px;
margin-left:200px;
display:block;
visibility: hidden;
text-align: center;
vertical-align: middle;
position:absolute;
z-index: 55;
background-color:white;
}

.trofeo3 {
width:400px;
height: 380px;
margin:200px;
display:block;
visibility: hidden;
text-align: center;
vertical-align: middle;
position:absolute;
z-index: 55;
background-color:white;
}

.trofeo4 {
width:440px;
height: 400px;
margin:200px;
display:block;
visibility: hidden;
text-align: center;
vertical-align: middle;
position:absolute;
z-index: 55;
background-color:white;
}