﻿body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	font-family:arial, sans-serif;
}

#cintillo{
	background: black;
	width: 100%;
	height: 5px;
}

#cabecera{
	width: 1200px;
	margin: 0 auto;
}

#cabecera-conten{
	background:rgba(256,256,256,0.5);
	width: 1200px;
	height: 100%;
	float: left;
}

#logotipo{
	width: 20%;
	float: left;
}
#logotipo img{
	width: 100%;
}

#leyenda{
	border: 0px solid red;
	width: 57%;
	font-size: 47px;
	font-weight: bold;
	color: red;
	float: left;
	margin: 40px 0 0 0;
}

#redes{
	border: 0px solid red;
	width: 200px;
	height: 100%;
	text-align: center;
	float: right;
	padding: 50px 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#redes img{
	height: 35px;
	float: left;
	margin: 0 20px;
}

#wrapP{
	width: 1200px;
	margin: 0 auto;
}

#pagina{
	background: rgba(256,256,256,0.4);
	width: 100%;
	float: left;
	padding: 10px;
	margin: 10px 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#menu{
	border: 0px solid red;
	width: 300px;
	text-align: center;
	color: black;
	font-weight: bold;
	float: left;
}

#menu a{
	color: black;
	text-decoration: none;
}

.menu{
	border: 0px solid #5184c1;
	background: url(../images/boton.png) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	/*
	background: #e4edff;
	background: -moz-linear-gradient(top, #e4edff 0%, #c4d8ff 44%, #a3c4ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4edff), color-stop(44%,#c4d8ff), color-stop(100%,#a3c4ff));
	background: -webkit-linear-gradient(top, #e4edff 0%,#c4d8ff 44%,#a3c4ff 100%);
	background: -o-linear-gradient(top, #e4edff 0%,#c4d8ff 44%,#a3c4ff 100%);
	background: -ms-linear-gradient(top, #e4edff 0%,#c4d8ff 44%,#a3c4ff 100%);
	background: linear-gradient(top, #e4edff 0%,#c4d8ff 44%,#a3c4ff 100%);
	*/

	width: 100%;
	color: white;
	text-align: center;
	float: left;
	margin: 0 0 20px 0;

	border-radius: 12px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.menu:hover{
	/*
	background: #a3c4ff;
	background: -moz-linear-gradient(top, #a3c4ff 0%, #a3c4ff 44%, #a3c4ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3c4ff), color-stop(44%,#a3c4ff), color-stop(100%,#a3c4ff));
	background: -webkit-linear-gradient(top, #a3c4ff 0%,#a3c4ff 44%,#a3c4ff 100%);
	background: -o-linear-gradient(top, #a3c4ff 0%,#a3c4ff 44%,#a3c4ff 100%);
	background: -ms-linear-gradient(top, #a3c4ff 0%,#a3c4ff 44%,#a3c4ff 100%);
	background: linear-gradient(top, #a3c4ff 0%,#a3c4ff 44%,#a3c4ff 100%);
	*/
}

.icono{
	border: 0px solid red;
	width: 100px;
	height: 100%;
	float: left;
}

.icono img{
	height: 100%;
}

.texto-menu{
	border: 0px solid red;
	width: 100%;
	font-size: 20px;
	float: left;
	padding: 15px 0;
}

#ligas{
	border: 1px solid #a3c4ff;
	background: rgba(256,256,256,0.8);
	width: 100%;
	float: left;
	margin: 20px 0;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#ligas a{
	color: blue;
}

#titulo-ligas{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 12px 0;
	float: left;
}

#desarrollo-ligas{
	border: 0px solid red;
	width: 100%;
	float: left;
}

#desarrollo-ligas div{
	width: 100%;
	text-align: center;
	float: left;
}

#desarrollo-ligas div a{
	border: 0px solid red;
	width: 24%;
	display: inline-block;
}

#desarrollo-ligas div img{
	height: 100px;
	margin: 0 20px;
}

#ladod{
	border: 1px solid #a3c4ff;
	background: white;
	width:860px;
	float: right;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}