﻿/*
ESQUELETO DE LA PÁGINA WEB
*/
body 
{
	font-family			: Tahoma;
	font-size		    : 12px;
	background-color	: #c6c4c4;	
	
}

#header 
{
	height				: 138px;
	background-image	: url("images/background_full.gif");
	background-repeat	: repeat-x;
	margin				: 0;
}

#main 
{
	width			: 960px;
    position		: relative;
    margin			: 0px auto;
    padding			: 0;
    background		: #FFFFFF;
}

#navigation 
{
	position		: relative;
	width			: 960px;
	margin			: 0 auto auto auto;
	padding			: 0;
	z-index			: 5;
}

#head 
{
	width			: 960px;
	height			: 110px;
	position		: relative;
	margin			: 0 auto auto auto;
	padding			: 0;

}

#equipos 
{
	height			: 30px;
	position		: relative;
	margin			: 0;
	padding			: 0;
	border-bottom	: double 5px #000000;
}

#acceso_capitanes 
{
	float			: right;
	margin			: 0px;
	padding-top		: 2px;
}

#acceso_capitanes a:link 
{
	text-decoration	: none;
	border			: none;
}

#contenido
{
	width			: 940px;
	margin			: 0;
	padding			: 10px;
}

#footer
{
	width			: 950px;
	background		: #a10000;
	margin			: 0;
	padding			: 5px;
	font-size		: 9px;
	text-align		: right;
}

#footer a:link, #footer a:visited
{
	color			: #ffffff;
	text-decoration	: none;
}

#footer_laopion 
{
	position		: relative;
	float			: left;
	display			: inline;
	color			: #FFFFFF;
	font-weight		: bold;
}

h1 
{
	font-size		: 16px;
	color			: #000000;
	font-weight		: bold;
	margin			: 5px 0px;
	padding			: 0;
}

h2 
{
	font-size		: 13px;
	color			: #393939;
	margin			: 5px 0px;
	padding			: 0;
}

h3 
{
	font-size		: 22px;
	color			: #a10000;
	margin			: 15px;
	padding			: 0;
	text-align		: center;
}


#login 
{
	width			: 950px;
	margin			: 10px auto 10px 40%;
}

