body{
	text-align: center;
	font-family: arial,Verdana;
	font-weight: bold;

}

#contenedor{
width: 980px;
height: 660px;
padding: 5px;
background-color:#0B0B61;
margin-left: auto;
margin-right: auto;
}

#cabecera_index{
	width: 960px;
height: 90px;
/*padding-top: 10px;*/
padding-right: 10px;
padding-left: 10px;
}
#botonera{
	width: 700px;
height: 30px;

margin-left: 60;
margin-top: 0px;
font-size: 18px;
}
#marca{
	width: 500px;
height: 65px;
margin-right: auto;
margin-left: auto;
text-align: center;
	font-family: comic;
	font-weight: bold;
	font-size: 50px;
	color:#CEF6F5;
}
#contenido_index{
	width: 960px;
height: 500px;
/*background-color:#2E9AFE;*/

padding: 10px;
}
#pie_index{
width: 960px;
height: 30px;
line-height: 30px;
background-color:#CEE3F6;
padding: 10px;
color: #0B0B61;
text-align: left;
}

#redes{
width: 130px;
height: 30px;
float: right;
}
#caja1{

width:254px;
height:460px;
background: -moz-linear-gradient(top,#2E9AFE,#A9F5F2);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#2E9AFE),  to(#A9F5F2));
background: -o-linear-gradient(rgb(0,0,255),rgb(255,0,0));
float: right;
padding-top: 37px;
padding-right: 3px;
padding-left: 3px;
}

#caja2{
width:685px;
height: 315px;
opacity:0.5;
}

#caja3, #caja4, #caja5{
width:225px;
height: 170px;
background-repeat: no-repeat;
background-size: cover;
float: left;
margin-top: 10px;
margin-right:5px;
}

#caja3{
background-image: url(Imagenes/Rugby1.jpg);

}

#Galeria{
	width: 96%;
	height: auto;
	font-family: comic;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	color:#CEF6F5;
	display: none;
}


#imgredonda{
	width:685px;
	height:315px;
	border: 3px solid #553245;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	background-image: url(Imagenes/Rugby2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	opacity:0.5;
	
}
	ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul li{
	display:inline;
}
ul li a{
	display:inline-block;
	/* width:100px; */
	height:20px;
	padding: 2px;
background-color:#086A87;
	/*margin-right:8px;*/
	margin-top: 10px;
	color:#CEF6F5;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-radius: 5px;
	
}
ul li :hover{
	background:#81BEF7;
	color:#0B0B61;
	-moz-box-shadow: 0px 0px 20px #ffffff;
    -webkit-box-shadow: 0px 0px 20px #ffffff;
    box-shadow: 0px 0px 20px #ffffff;
     border: 0px solid #ffffff;
	}

	/* ----------------- media 600 a 1024px ------------------------*/

@media handheld, screen and (min-width:600px) and (max-width:1023px)
{

#contenedor{
width: 580px;
height:auto;
}

#cabecera_index{
	width: 580px;
height: 90px;
/*padding-top: 10px;*/
}
#botonera{
	width:560px;
height: 30px;
margin-right: auto;
margin-left: auto;
font-size: 18px;
}

#marca{
	width: 500px;
height: 65px;
	font-size: 50px;
}

#contenido_index{
	width: 580px;
height: 460px;
}

#pie_index{
width: 560px;
}

#redes{
width: 130px;
height: 30px;
}

#caja1{

width:26%;
height:420px;
overflow: scroll;
padding-right: 0.3%;
padding-left:  0.3%;

}


#caja3, #caja4, #caja5{
width:23%;
height: 130px;
margin-top: 10px;
margin-right:0.5&px;
}

#imgredonda{
	width:71%;
	height:315px;
	background-size: cover;
	
}


ul li a{
	display:inline-block;
	height:20px;
	padding: 2px;
	background-color::#0B0B61;
	/*margin-right:8px;*/
}


}

/* ------- media -600px --------*/

@media handheld, screen and (max-width:598px) 
{

#contenedor{
width: 90%;
height:auto;
}

#cabecera_index{
	width: 100%;
height: auto;
}

#botonera{
width:100%;
height: auto;
margin-right: auto;
margin-left: auto;
font-size: 18px;
}

#marca{
	width:80%;
height: auto;
	font-size: 1em;
}

#contenido_index{
width: 97%;
height: auto;
}

#pie_index{
width: 90%;
padding: 1em;
font-size: 0.8em;
margin-right: auto;
margin-left: auto;
}

#redes{
width: 80px;
height: auto;
}

#caja1{

width:98%;
height:auto;
overflow: scroll;
margin-right: auto;
margin-left: auto;
margin-bottom: 1em;
}


#imgredonda{
	width:98%;
	height:315px;
	clear: right;
	float: none;
	background-size: cover;
	margin-right: auto;
    margin-left: auto;	
}

#caja3, #caja4, #caja5{
	display: none;
}

ul li{
	display:block;
}


ul li a{
	display:inline-block;
	width: 70%;
	height:20px;
	border-radius: 0.5em;
	margin-bottom: 0.3em;
	padding: 1em;
	background-color:#086A87;
	
}
#Galeria{
		display: block;
		padding-bottom: 1em;

}



}