/*------------------------------------------------------------------------
# Copyright (C) 2010 Carlos José Núñez Sierra
# Website:  http://www.orbitacinco.com
# Email: carlosjose@orbitacinco.com
-------------------------------------------------------------------------*/

body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* Margin y padding llevados a cero desde el body para los browser que tienen diferentes predeterminaciones */
	padding: 0;
	text-align: center; /* Esto centra el container en IE 5*. El texto entonces se establece como -left- en el #container */
	background: url(../images/fondo_intersoccer_madrid.jpg) no-repeat scroll center top #E1E8C8;
	color: #333333;
}

.soccer #container_header {
    background: none repeat scroll 0 0 transparent;
    border: none;
    margin: auto; /* Auto margins (junto al width) entra la página */
    padding: 60px 0 0;
    text-align: left; /* -Overrides- el text-align: center en el body. */
    width: 940px;
}

.soccer #container {
	background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    margin: auto; /* Auto margins (junto al width) entra la página */
    padding: 15px 30px;
    text-align: center; /* -Overrides- el text-align: center en el body. */
    width: 940px;
}

.soccer #container_footer {
    background: none repeat scroll 0 0 #454545;
    border: none;
    margin: auto; /* Auto margins (junto al width) entra la página */
    padding: 30px;
    text-align: left; /* -Overrides- el text-align: center en el body. */
    width: 940px;
}

.soccer #header {
	margin: 0 0 50px 0;
	padding: 1;
	display: block;
	height: 100px;
	width:100%;
}

.soccer #mainContent {
	padding: 0;
	margin: 0 0 5px 0;
	text-align:center;
}

.soccer #imageContent {
	margin: 0 0 5px 0;
	padding: 0; /* Padding es dentro del div y margin es fuera del div */
}

.soccer #buttonContent {
	background: url(../images/fondo_cursos_intersoccer_madrid.jpg) no-repeat scroll center transparent;
	height: 100px;
	text-align:center;
	vertical-align:middle;
	margin: 0;
	padding: 0; /* Padding es dentro del div y margin es fuera del div */
}

.soccer #content {
	margin: 0 0 5px 0;
	text-align: justify;
	border-bottom:none;
}

.soccer #footer {
	color:#FFFFFF;
	text-align:left;
	margin: 0;
	display: block;
	height: 20px;
	width:100%;
}

h1 {
	font-size: 130%;
	font-weight: normal;
}

h1 a {
	color: #333333;
	text-decoration: none;
}

h1 a:hover, a:active, a:focus {
	color: #537244;
}


h2 {
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
}

h2 a {
	text-decoration: none;
	color:#FFFFFF;
	vertical-align:middle;
	line-height: 400%;
}

h2 a:hover, a:active, a:focus {
	font-weight:bold;
}


h3 {
	font-size: 90%;
	font-weight: normal;
}

h3 a {
	color: #333333;
	text-decoration: none;
}

h3 a:hover, a:active, a:focus {
	color: #537244;
}

p {
	line-height: 120%;
}

small {
	font-size: 70%;
}

small a {
	color: #cccccc;
	text-decoration: none;
}

small a:hover, a:active, a:focus {
	color: #FFFFFF;
}