@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

#contenedor {
margin:0 auto;
}

img {
	border:0;
}

body{
	background:url(../imagenes/bg.jpg) no-repeat top center #000;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	color:#111111;
}

p {
	margin-bottom:15px;
}

a {
	color:#ef4224;
	text-decoration:none;
}	


a:hover {
	text-decoration:underline;
}

p li {
margin-left:20px;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#ef4224;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:5px;
	margin-bottom:40px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#616161;
	font-weight:normal;
	margin-bottom:10px;
	line-height:120%;
}

h3 a {
	text-decoration:none;
	color:#616161;
}

h3 a:hover {
	text-decoration:none;
	color:#EF4224;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#b7b7b7;
	font-weight:normal;
	letter-spacing:5px;
	margin-bottom:20px;
	text-transform:uppercase;
}

#cabecera {
	width:980px;
	margin: 342px auto 0 auto;
}

#contenido {
	width:940px;
	background:#fff;
	padding:20px;
	margin: 0 auto;
}

#contenido_i {
	width:610px;
	margin: 0 30px 0 0;
	float:left;
}

#lateral {
	width:300px;
	margin: 0;
	float:right;
}


.limpiar {
	clear:both;
}

.banner {
	margin-bottom:20px;
}

.noticia {
	margin-bottom:25px;
	border-bottom:1px solid #cccccc;
	padding-bottom:15px;
}

.noticia img {
	margin-bottom:15px;
}

.leer_mas {
	color:#ef4224;
	text-decoration:none;
}	


a:hover.leer_mas {
	text-decoration:underline;
}

.otras{
	color:#616161;
	text-decoration:none;
	font-size:12px;
}
a.otras{
	color:#616161;
	text-decoration:none;
	font-size:12px;
}

a:hover.otras {
	color:#ef4224;
	text-decoration:none;
	font-size:12px;
}


#otras_noticias ul{
	list-style:none;
}

#otras_noticias li {
	margin-bottom:10px;
}

#otras_noticias li a{
	color:#616161;
	text-decoration:none;
}

#otras_noticias li a:hover{
	color:#ef4224;
	text-decoration:none;
}

#torneos {
	margin-top:20px;
	margin-bottom:40px;
}
#lateral h2 {
	margin-bottom:20px;
}

#calendario {
margin-bottom:40px;
}

#torneos table, #calendario table  {
border-collapse:collapse;
font-size:12px;
}

#torneos th {
	background:#b7b7b7;
	color:#fff;
	text-align:left;
	padding:3px;
	border-color:#9d9d9d;
	border-style:solid;
	border-width:1px;
}

#calendario th {
	background:#EF4224;
	color:#fff;
	text-align:left;
	padding:3px;
	border-color:#9d9d9d;
	border-style:solid;
	border-width:1px;
}


#torneos td {
	color:#111;
	text-align:left;
	padding:3px;
	border-color:#9d9d9d;
	border-style:solid;
	border-width:1px;
	line-height:90%;
}

#calendario td {
	color:#111;
	text-align:left;
	padding:3px;
	border-color:#9d9d9d;
	border-style:solid;
	border-width:1px;
}

#pie {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#b3b3b3;
	padding:20px;
	width:940px;
	margin:0 auto 20px auto;
}

#pie a {
	color:#b3b3b3;
	text-decoration:none;
}

#pie a:hover {
	color:#EF4224;
	text-decoration:none;
}

#pie_i {
	float:left;
	width:550px;
	margin-top:20px;
}

#pie_d {
float:right;
text-align:right;
	margin-top:20px;

}


#galeria {
margin:30px 0;
}

#galeria img {
	margin-right:8px;
	margin-bottom:8px;
	border:1px solid #b7b7b7;
}

.facebook {
	margin-top:40px;
}