@charset "utf-8";
/* CSS Document */
/***********************************
TAGS
/***********************************/
body{
	background:#FFFFFF;
	margin:10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/***********************************
DIVS
/***********************************/
#cuerpoSel{
	width:672px;
	margin:40px auto;
}
#botoneraSel{
	width:100%;
	margin:0 0 40px 0;
	padding:0;
	float:left;
}
#deportes{
	width:672px;
	margin:0 auto;
	clear:both;
}
.deporte{
	width:112px;
	height:14px;
	margin:0 0 4px 0;
	padding:0;
	display:block;
	clear:both;
	text-indent:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3A3A3C;
}
.ajedrez{
	border-left:#FBE048 solid 4px;/*#666666*/
	color:#999999;
}
.basquetbol{
	border-left:#EF4644 solid 4px;/*#EF4644*/
	color:#999999;
}
.futbol{
	border-left:#6BBF5F solid 4px;/*#6BBF5F*/
	color:#999999;
}
.hockey{
	border-left:#CD1D60 solid 4px;/*#CD1D60*/
	color:#999999;
}
.natacion{
	border-left:#1C4C8F solid 4px;/*#1C4C8F*/
	color:#999999;
}
.rugby{
	border-left:#6BBF5F solid 4px;/*#6BBF5F*/
	color:#999999;
}
.otros{
	border-left:#0066CC solid 4px;/*#0066CC*/
	color:#999999;
}
.taekwondo{
	border-left:#EF4644 solid 4px;/*#EF4644*/
	color:#999999;
}
.tenis{
	border-left:#FBE048 solid 4px;/*#FBE048*/
	color:#999999;
}
.pimpon{
	border-left:#EF4644 solid 4px;/*#EF4644*/
	color:#999999;
}
.voleibol{
	border-left:#FBE048 solid 4px;/*#FBE048*/
	color:#999999;
}
.judo{
	border-left:#1C4C8F solid 4px;/*#1C4C8F*/
	color:#999999;
}
.lema{
	width:130px;
	clear:both;
	display:block;
	color:#999999;
	font-size:10px;
	margin:0 0 0 8px;/*70px*/
}
/***********************************
LISTAS
/***********************************/
ul.botRegiones{
	list-style-type:none;
	border:0;
	padding:0;
	display:block;
	width:535px;/*470px*/
	margin:0 0 0 74px;
}
ul.botRegiones li{
	float:left;
	display:block;
	border-left:#EF4644 solid 4px;
	margin:0 2px;
	text-indent:4px;
	padding:0;
	height:12px;
	font-weight:bold;
	font-size:14px;
}
ul.botRegiones li a{
	color:#1C4C8F;/*#8A8A8A*/
	text-decoration:none;
}
ul.botRegiones li a:hover{
	text-decoration:underline;
}
li.primero{
	border-left:none!important;
	margin-left:0!important;
	text-indent:0!important;
}
ul.deportes{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.deportes li{
	width:112px;
	float:left;
	display:block;
}
ul.deportes li img{
	display:block;
	float:left;
}
/***********************************
IMAGENES
/***********************************/
.logoPortada{
	float:left;
	margin:40px 0 20px 0;
}
