/* ESTILOS ASOCIADOS AL FORMATO DE LA PÁGINA */

#contenedor {
  width: 750px;
}
#cabecera {
  height: 110px;
  background-image: url('../imagenes/partes/patsup.gif');
}
#menu {
  float: left;
  width: 150px;
}
#contenido {
  float: left;
  width: 600px;
  padding: 30px 0px 0px 0px;
}
#pie {
  clear: both;
}
#vinculosarriba {
  position: absolute;
  top: 95px;
  left: 165px;
  width: 600px;
}

/* Estilos para posicionamiento del menú izquierdo */
#bloque2 {
  background-image: url('../imagenes/partes/patizq2.gif');
  width: 150px;
  height: 60px;
}
#bloque3 {
  background-image: url('../imagenes/partes/patizq3.gif');
  width: 150px;
  height: 90px;
}
#bloque4 {
  background-image: url('../imagenes/partes/patizq4.gif');
  width: 150px;
  height: 120px;
}
#bloque5 {
  background-image: url('../imagenes/partes/patizq5.gif');
  width: 150px;
  height: 150px;
}
#bloqueabajo {
  background-image: url('../imagenes/partes/patder.gif');
  width: 150px;
  height: 400px;
}
#menutitulosecc {
  position: relative;
  top: 5px;
  left: 5px;
  padding: 1px 1px 1px 5px;
  width: 130px;
  height: 18px;
  border: 1px solid black;
}
DIV.menuelemento {
  position: relative;
  top: 5px;
  left: 5px;
  padding: 1px 1px 1px 5px;
  width: 130px;
  height: 18px;
  border: 1px solid black;
  border-top-style: none;
}

/* A PARTIR DE AQUÍ VAN LOS ESTILOS QUE SE CORRESPONDEN CON EL TEXTO EN GENERAL DE LA PÁGINA Y VAN HASTA TEXTO-FIN */

P.Textoenl
{
	text-align: justify;
	font-family: Georgia, Book Old Style, Verdana;
	font-size: 11px;		
	color: darkblue;
}

P.Titulo /*Sin uso*/
{
	font-weight: bold;
	font-family: Verdana, Georgia, Book Old Style;
	font-size: 12px;
	color: darkblue;
	margin-bottom:3px;
	margin-top:5px;
	text-align: center;
}

H1.Titulo
{
	font-weight: bold;
	font-family: Verdana, Georgia, Book Old Style;
	font-size: 18px;
	color: darkblue;
	margin-bottom:3px;
	margin-top:5px;
	text-align: center;
}

H2.Titulo
{
	font-weight: bold;
	font-family: Verdana, Georgia, Book Old Style;
	font-size: 12px;
	color: darkblue;
	margin-bottom:3px;
	margin-top:5px;
	text-align: center;
}

P.Texto
{
	text-align: justify;
	font-family: Verdana, Georgia, Book Old Style;
	font-size: 11px;
	margin-top:5px;
	margin-bottom:5px;
	color: #003366;
}

FONT.Frase
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Georgia, Book Old Style;
	color: darkblue;
	margin-left: 15px;
}

P.TextoMargen
{
	text-align: justify;
	font-family: Verdana, Georgia, Book Old Style;
	font-size: 11px;	
	color: #003366;
	margin-bottom:7px;
	margin-top:5px;
	margin-left: 15px;
}

P.TextoCentrado
{
	text-align: center;
	font-family: Verdana, Georgia, Book Old Style;
	font-size: 11px;	
	color: #003366;
	margin-bottom:7px;
	margin-top:5px;
	margin-left: 15px;
}

P.VincDesc
{
	text-indent: 2em;
	text-align: justify;
	font-family: Georgia, Book Old Style, Verdana;
	font-weight: bold;
	font-size: 11px;
}

P.Texto3
{
	text-align: justify;
	font-family: Verdana, Georgia, Book Old Style;
	font-size: 10px;		
	color: #003366;
	margin-bottom:7px;
	margin-top:5px;	
}

P.Texto4
{
	text-align: center;
	font-family: Verdana, Georgia, Book Old Style;
	font-size: 11px;	
	font-weight: bold;
	color: #003366;
	margin-bottom:7px;
	margin-top:5px;	
}

FONT.TitEnlace
{
	color: white; 
	font-family:Georgia, Book Old Style, Verdana;
	font-size: 10px;
	font-weight: bold;	
}

FONT.FrsCont
{
	font-family: Georgia, Book Old Style, Verdana;
	font-weight: bold;
	font-size: 12px;
}

/* TEXTO-FIN */

/* Hasta aquí, las clases que he creado yo o que creo que se usan. He de revisar lo de abajo y quitar lo que no use */

/* A PARTIR DE AQUÍ  VAN LOS ESTILOS QUE SE CORRESPONDEN CON LA PARTE INFERIOR Y DERECHA DE LA PÁGINA Y VAN HASTA PARTES-FIN */

P.TextoDer
{
	text-align: right;
	font-family: Verdana, Georgia, Book Old Style;
	font-size: 10px;		
	color: darkblue;
	font-weight: bold;
}

FONT.Patinf
{
	font-family: Verdana, Georgia, Book Old Style;
	font-size: 13px;
	color: white;
}

/* PARTES-FIN */

/* AQUÍ VAN LAS ETÍQUETAS FIJAS DE HTML HASTA 1-FIN */
body 
{
	font-family:Georgia, Book Old Style, Verdana;
	font-size: 11px;
	color: #003366;
}

A
{
	color: yellow; 
	font-family:Georgia, Book Old Style, Verdana;
	font-size: 10px;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.Patinf
{
	color: yellow; 
	font-family:Georgia, Book Old Style, Verdana;
	font-size: 12px;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.Patinf:hover
{
	color: red;
	font-family:Georgia, Book Old Style, Verdana;
	font-size: 12px;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.Texto
{
	color: red; 
	font-family:Georgia, Book Old Style, Verdana;
	font-size: 11px;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.Texto:hover
{
	color: blue;
	font-family:Georgia, Book Old Style, Verdana;
	font-size: 11px;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.Texto2
{
	color: red; 
	font-family:Georgia, Book Old Style, Verdana;
	font-size: 10px;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.Texto2:hover
{
	color: White;
	font-family:Georgia, Book Old Style, Verdana;
	font-size: 10px;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.Jornadas
{
	color: darkblue; 
	font-family:Verdana, Georgia, Book Old Style;
	font-size: 11px;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A.Jornadas:hover
{
	color: red; 
	font-family:Verdana, Georgia, Book Old Style;
	font-size: 11px;
	font-weight: bold;
	TEXT-DECORATION: none;
}

A:hover
{
	color: White;
	font-family:Georgia, Book Old Style, Verdana;
	font-size: 10px;
	font-weight: bold;
	TEXT-DECORATION: none
}

A.TextoNormal
{
	text-align: justify;
	color: red; 
	font-family:Verdana, Georgia, Book Old Style;
	font-size: 11px;
	TEXT-DECORATION: none;
}

A.TextoNormal:hover
{
	text-align: justify;
	color: blue;
	font-family:Verdana, Georgia, Book Old Style;
	font-size: 11px;
	TEXT-DECORATION: none;
}

UL
{
	margin-bottom:4px;
	margin-top:4px;
	text-align: justify;
	font-family: Verdana, Georgia, Book Old Style;
	font-size: 11px;	
	color: #003366;
}

OL
{
	margin-bottom:4px;
	margin-top:4px;
}

/* 1-FIN */



/* A PARTIR DE AQUÍ VAN LOS ESTILOS QUE SE USAN EN LAS PÁGINAS DEL FÚTBOL Y VAN HASTA FÚTBOL-FIN */
	
	P.Textofut
	{
		text-align: justify;
		font-family: Arial, Georgia, Book Old Style, Verdana;
		font-size: 12px;		
		color: #003366;
	}

	FONT.Textofut
	{
		font-family: Arial, Georgia, Book Old Style, Verdana;
		font-size: 12px;		
		color:#800000;
	}

	/* Aquí van los estilos de los textos del título de cada sección de fútbol como el texto de los resultados de los partidos */		
		FONT.TitFutbol
		{
			font-family: Verdana, Georgia, Book Old Style;
			font-size: 12px;			
			color: white;
		}

		FONT.TextoRes
		{
			font-family: Verdana, Georgia, Book Old Style;
			font-size: 11px;
			font-weight: bold;
			color: white;
		}

		FONT.Jornada
		{
			font-family: Verdana, Georgia, Book Old Style;
			font-size: 13px;		
			color: red;	
			font-weight: bold;
		}

	/* Aquí van los estilos de los textos de la clasificación de los equipos */
		P.TextoCla
		{
			font-family: Verdana, Georgia, Book Old Style;
			font-size: 11px;		
			color: #003366;			
		}

		FONT.TextoCla
		{
			font-family: Verdana, Georgia, Book Old Style;
			font-size: 11px;		
			color: #003366;				
		}

		FONT.TextoCla2
		{
			font-family: Verdana, Georgia, Book Old Style;
			font-size: 11px;		
			color: #003366;	
			font-weight: bold;			
		}

	/* Aquí van los estilos de ascenso y descenso del fútbol */
		FONT.TextoAsc
		{
			font-family: Verdana, Georgia, Book Old Style;
			font-size: 11px;		
			color: darkgreen;			
		}

		FONT.TextoDes
		{
			font-family: Verdana, Georgia, Book Old Style;
			font-size: 11px;		
			color: #800000;			
		}

/* FÚTBOL-FIN */

