body {
	background-image: url("../img/fondo-superior.jpg");
	background-repeat: repeat-x;
	background-color: #00B3AA;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
}

#header1 {
	background: white;
	height: 200px;
	margin: auto;
	width: 1000px;
}

#logo {
	height: 200px;
	width: 390px;
}

#banner {
	background: white;
	border-radius: 7px;
	height: 200px;
	padding: 5px;
	vertical-align: top;
	width: 590px;
}

#logo, #banner {
	display: inline-block;
}

#jugador-sem {
	background: url(../img/fondo-jugador.png);
	border-radius: 10px;
	height: 120px;
	margin: auto;
	width: 940px;
}

#j-odeyees, #j-pumas {
	display: inline-block;
}

#header {
	height: 160px;
	margin: auto;
	width: 1000px;
}

#contenedor {
	background-color: #00B3AA;
	background-image: url(../img/fondo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
}

#contenido-inicio {
	background: url(../img/fondo-contenido.png);
	border-radius: 10px;
	height: auto;
	margin: auto;
	padding: 15px;
	width: 970px;
}

#video {

	height: 300px;
	margin: 0 0 0 50px;
	vertical-align: top;
	width: 450px;
}

#box, #video {
	display: inline-block;
}

#pumasjuarez1 {
	background: url(../img/fondo-pj-1.jpg);
	border-radius: 7px;
	height: 269px;
	margin: 0 0 0 20px;
	width: 420px;
}

#pumasjuarez2 {
	margin: 0 0 0 50px;
	vertical-align: top;
}

#pumasjuarez3 {
	background: url(../img/fondo-pj-3.jpg);
	border-radius: 7px;
	height: 350px;
	margin: 0 0 0 60px;
	vertical-align: top;
	width: 250px;
}

#pumasjuarez1, #pumasjuarez2, #pumasjuarez3 {
	display: inline-block;
}

#redes {
	background: url(../img/pies.jpg);
	border-radius: 7px;
	height: 169px;
	margin: auto;
	width: 925px;
}

#fb {
	height: 350px;
	margin: 0 0 0 5px;
	vertical-align: top;
	width: 430px;
}

#tw {
	height: 350px;
	margin: 0 0 0 16px;
	vertical-align: top;
	width: 430px;
}

#fb, #tw {
	display: inline-block;
}

#contenido-inicio2 {
	background: url(../img/fondo-contenido.png);
	border-radius: 10px;
	height: auto;
	margin: auto;
	padding: 15px;
	text-align: center;
	width: 970px;
}

#img-header {
	margin: auto;
}

#contenido-gral {
	background: white;
	border-radius: 0 0 10px 10px;
	min-height: 500px;
	margin: auto;
	padding: 30px;
	text-align: justify;
	width: 650px;
}

#titulo {
	background: #996;
	border-radius: 7px;
	font-size: 1.4em;
	font-weight: bold;
	height: 30px;
	margin: auto;
	padding-top: 5px;
	text-align: center;
	width: 300px;
   -webkit-box-shadow: 0 10px 6px -6px #777;
   -moz-box-shadow: 0 10px 6px -6px #777;
   -o-box-shadow: 0 10px 6px -6px #777;
   box-shadow: 0 10px 6px -6px #777;
}

#proyectos {
	text-align:center;
}

#proyectos a {
	background: #003;
	color: white;
	text-decoration: none;
}

#proyectos a:hover {
	background: #996;
}

#anuncio {
	background: red;
	color: white;
	font-size: 1.3em;
	height: 30px;
}

#pies {
	height: 30px;
	margin: auto;
	width: 1000px;
}

#creditos {
	color: white;
	font-size: .8em;
	height: 80px;
	text-align: right;
	vertical-align: top;
	width: 495px;
}

img, #creditos {
	display: inline-block;
}

footer {
	height: 30px;
	text-align: center;
	width: 100%;
}