
/* INDEX */

#index figure {
	background-image: url(../img/b1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	height: 420px;
	vertical-align: bottom;
}
#index figure > hgroup {
	color: #F9F9F9;
	font-size: 3em;
	padding: 40px;
	padding-top: 220px;
	text-align: left;
}
#index > nav {
	margin-top: 20px;
	padding: 0px;
	text-align: justify;
	width: 100%;
}
#index > nav:after{
    content: ".";
    display: inline-block;
    visibility: hidden;
    width: 100%;
}
#index > nav a {
	display: inline-block;
	text-align: center;
	width: 24%;
}
#index > nav a img {
	width: 100%;
}

.anos {
	position: absolute;
	width: 230px;
	top: 0;
}

/* NOSOTROS */
#nosotros ul, #servicios ul{
	margin-left: 50px;
}

/* SERVICIOS */

#servicios ul {
	margin-bottom: 30px;
}

/* EQUIPOS Y CLIENTES */

#equipos > div {
	border-bottom: 1px solid #C0C0C0;
	margin: auto;
	padding-bottom: 40px;
}
#equipos figure {
	margin-top: 60px;
}
#equipos figure, #clientes figure {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
#equipos figure > img, #clientes figure > img {
	display: block;
	margin: auto;
	width: 300px;
}
#equipos figure > div {
	margin: 30px;
}
#equipos > nav {
	margin-top: 20px;
	padding: 0px;
	text-align: justify;
	width: 100%;
}
#equipos > nav:after{
    content: ".";
    display: inline-block;
    visibility: hidden;
    width: 100%;
}
#equipos > nav a {
	border: 1px solid  #7E7E7E;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}
#equipos > nav a img {
	padding: 30px 10px 30px 10px;
	width: 215px;
}
#equipos > nav a h3 {
	background-color: #7E7E7E;
	color: #F9F9F9;
	line-height: 40px;
}


/* FUTBOL CLUB BREZ */

#fcbrez div {
	background-color: #0C0C0A;
	text-align: center;
	padding: 50px 0px;
	margin-bottom: 50px;
}
#fcbrez figure {
	float: left;
	text-align: center;
	margin: 20px;
}
#fcbrez figure > img {
	width: 400px;
}
#fcbrez p {
	margin-bottom: 80px;
}
#fcbrez p > i {
	display: block;
	margin-top: 10px;
}
#fcbrez ul {
	margin: 20px;
}
#fcbrez video {
	float: right;

}

/* CONTACTO */

#contacto p {
	height: 470px;
}
iframe {
	border: none;
	float: right;
	height: 500px;
	margin-left: 80px;
	width: 520px;
}
form label {
	display: inline-block;
	font-weight: 400;
	margin-right: 30px;
	margin-bottom: 30px;
	vertical-align: top;
}
input, textarea {
	border: 1px solid #C0C0C0;
	color: #6B6B6B;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	padding: 0.2em;
}
input:focus, textarea:focus {
	border: 1px solid #FADB03;
}
input {
	width: 200px;
}
input[name="legal"] {
	display: none;
}
textarea {
	width: 450px;
}
#check {
	width: auto;
}
#boton {
	background-color: #0A0A0A;
	border: none;
	color: #F9F9F9;
	cursor: pointer;
	padding: 10px 20px;
	width: auto;
}
#boton:hover {
	background-color:#E6B906;
}

#privacidad ul {
	margin-left: 30px;
}
