/*
Theme Name: Contar con el f&uacute;tbol
Theme URI: http://www.contarconelfutbol.es
Description: Este es el theme oficial del proyecto <a href="http://www.contarconelfutbol.es">Contar con el F&uacute;tbol</a>
Version: 0.1
Author: Jos&eacute; Luis Alcoba Huertas
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url('images/bg.jpg');
	font-family: Georgia, serif;
	background-attachment: fixed;
	font-size: 16px;
	color: #006600;
}
body a {
	color: #006600;
	text-decoration: none;
}
#wrapper {
	width:900px;
	height: 100%;
	margin: auto;
	border-left: solid 1px #006600;
	border-right: solid 1px #006600;
	background:url('images/fondo.jpg') no-repeat scroll top;
	background-attachment: fixed;
}
#header {
	background: url('images/wave.png') top left no-repeat;
	width: 900px;
	height: 180px;
}
h1.logofaf {
	background: url('images/logo-faf.png') no-repeat;
	width:104px;
	height:138px;
	line-height: 1000px;
	overflow: hidden;
	float:left;
	margin-top:6px;
	margin-left:12px;
}
h1.logoccf {
	background: url('images/logo-ccf.png') no-repeat;
	width: 307px;
	height: 89px;
	line-height: 1000px;
	overflow: hidden;
	float: left;
	margin-top: 45px;
}
h1.logoffa {
	background: url('images/logo-ffa.png') no-repeat;
	width: 154px;
	height: 90px;
	line-height: 1000px;
	overflow: hidden;
	float:right;
	margin-right:35px;
	margin-top:60px;
}
img {
	border: 0px;
}
#navbar {
	height: 30px;
	width: 100%;
	background: url('images/navbar.png') repeat-x;
	float:left;
}
#navbar a {
	color: #FFF;
}
#navbar li {
	display: inline;
	margin-left:6px;
	margin-right:7px;
}
#navbar a:hover {
	color: #ffdf61;
}
#navbar ul {
	margin-top: 4px;
}
#content {
	width: 824px;
	margin: auto;
}
#main {
	width: 554px;
	float: left;
}
#sidebar {
	width: 270px;
	float: left;
}
#footer {
	clear: both;
	height: 200px;
	width: 100%;
	background: url('images/footer.png') repeat-x #006f00;
}
.separador {
	height: 1px;
	width: 824px;;
	background: url('images/linea-horizontal.jpg');
	margin-bottom:20px;
	margin-left: 4px;
}
.futy-oops {
	margin-left: 285px;
}
.espaciador {
	width: 400px;
	height: 20px;
}

/* BLOQUES */
.bloque ul {
	list-style-image: url('images/punto.png');
	margin-left:40px;
	margin-top:10px;
	margin-right:10px;
}
.titulo {
	margin-top: 10px;
}
/* bloque grande */
.bq-grande {
	width: 554px;
	margin-top: 12px;
}
.bq-grande-sup {
	background: url('images/bq/big-sup.png') left top no-repeat;
	width: 545px;
	height: 13px;
	float: left;
}
.bq-grande-med {
	background: url('images/bq/big.png') left repeat-y;
	width: 545px;
	float: left;
	padding-left: 13px;
}
.bq-grande-inf {
	background: url('images/bq/big-inf.png') left bottom no-repeat;
	width: 545px;
	height: 13px;
	float: left;
}
/* bloque mini */
.bq-mini {
	width: 265px;
	float:	left;
	margin:12px 11px 12px 1px;
}
.bq-mini-sup {
	background: url('images/bq/mini-sup.png') left top no-repeat;
	width: 265px;
	height: 13px;
	float: left;
}
.bq-mini-med {
	background: url('images/bq/mini.png') left repeat-y;
	width: 265px;
	float: left;
	padding-left: 13px;
}
.bq-mini-inf {
	background: url('images/bq/mini-inf.png') left bottom no-repeat;
	width: 265px;
	height: 13px;
	float: right;
}
/* bloque menu mini */
.bq-menu-mini {
	width: 265px;
	float: right;
	margin-top: 12px;
}
.bq-menu-mini-sup {
	background: url('images/bq/mini-sup.png') left top no-repeat;
	width: 265px;
	height: 13px;
	float: right;
}
.bq-menu-mini-med {
	background: url('images/bq/mini.png') left repeat-y;
	width: 265px;
	float: right;
}
.bq-menu-mini-inf {
	background: url('images/bq/mini-inf.png') left bottom no-repeat;
	width: 265px;
	height: 13px;
	float: right;
}
/* bloque menu */
.bq-menu {
	width: 265px;
	float: right;
	margin-top: 12px;
}
.bq-menu-sup {
	background: url('images/bq/menu-sup.png') left top no-repeat;
	width: 265px;
	height: 39px;
	float: right;
	color: #FFF;
	text-align: center;
}
.bq-menu-med {
	background: url('images/bq/menu.png') left repeat-y;
	width: 265px;
	float: right;
}
.bq-menu-inf {
	background: url('images/bq/menu-inf.png') left bottom no-repeat;
	width: 265px;
	height: 65px;
	float: right;
}
/* Bloque seccion */
.bq-seccion {
}
.bq-seccion-sup {
    height: 15px;
    width: 100%;
    float: left;
    background: url('images/secciones/top.png') no-repeat left bottom;
    margin-top: 10px;
}
.bq-seccion-izq {
    min-height: 300px;
    width: 804px;
    float: left;
    background: url('images/secciones/left.png') no-repeat left bottom;
}
.bq-seccion-med {
    margin-left: 20px;
    min-height: 300px;
    width: 784px;
    float: left;
    background: #FFF url('images/secciones/fondo.jpg') right bottom no-repeat;
}
.bq-seccion-der {
    width: 20px;
    min-height: 300px;
    float: left;
    background: url('images/secciones/right.png') no-repeat left top;
}
.bq-seccion-inf {
    height: 15px;
    width: 100%;
    float: left;
    background: url('images/secciones/bottom.png') no-repeat left top;
}
/* Bloque categoria videos */
.cat-vid-izq {
	background:url("images/bq/vid1.jpg") no-repeat scroll 0 0 transparent;
	float:left;
	height:412px;
	margin-left:4px;
	padding-left:20px;
	width:392px;
}
.cat-vid-der {
	background:url("images/bq/vid2.jpg") no-repeat scroll 4px 0 transparent;
	float:left;
	height:412px;
	padding-left:14px;
	width:392px;
}
/* CATEGORIA */
#main-blanco {
	background: url('images/secciones/main-blanco.png') repeat-y;
	padding-bottom: 1px;
}
#main-blanco h2 {
	padding-top:15px;
	text-align:center;
	margin-left:40px;
	margin-right:40px;
}
#main-blanco h3 {
	padding-top:15px;
	margin-left:40px;
	margin-right:40px;
}
#main-blanco ul {
	list-style-image: url('images/punto.png');
	margin:25px 40px 25px 80px;
}
#main-blanco li {
        margin-top:8px;
	margin-left:20px;
}
#main-blanco ol {
	margin:25px 40px 25px 80px;
}
#main-transparente h3 {
	margin-left: 40px;
}
/*#main-blanco a  {
	text-decoration: underline;
}*/
#linea-izq {
    background: url('images/secciones/seccion-izq.png') right;
    height:4px;
    width:268px;
    margin-top: 37px;
    margin-left: 80px;
    float: left;
}
#linea-der {
    background: url('images/secciones/seccion-der.png') left;
    height:4px;
    width:268px;
    margin-top: 37px;
    float: left;
}
.seccion {
    float:left;
    margin:0 10px 0;
    padding-top:23px;
}
.foto {
	width: 280px;
	height: 280px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.foto-noticia {
	float:left;
    height:295px;
    margin-left:40px;
    margin-right:15px;
    width:295px;
}
.noticia {
	float: left;
	padding: 10px;
	width: 474px;
}
.noticia p {
	margin-top:7px;
}
.noticia-completa {
	min-height:280px;
}
.noticia-completa p {
    margin-bottom:10px;
    margin-left:40px;
    margin-right:40px;
}
.noticia-completa img {
        margin:15px;
}
.extracto-sinfoto {
    /*height:260px;*/
    padding:20px;
    width:744px;
}
.extracto-sinfoto p {
	margin-top:7px;
}
#navegacion-pagina {
	background: url('images/secciones/main-blanco.png') repeat-y;
    float:left;
    padding-top:15px;
    width:100%;
}
#navegacion {
    float:left;
    height:40px;
    padding-top:15px;
    width:100%;
}
.navegacion-izq {
    float: left;
    margin-bottom:20px;
    margin-left:15px;
}
.navegacion-der {
    margin-bottom:20px;
    float: right;
    margin-right:15px;
}
.paginas {
	margin-bottom:20px;
	padding-top:10px;
	text-align:center;
	clear:both;
	width:824px;
}
.paginas a {
	text-decoration: underline;
}
.cat-vid p {
	font-size: 10pt;
	margin-bottom: 10px;
	margin-right: 15px;
}
/*.cat-vid-izq p {
	margin-right: 15px;
}*/
.cat-vid h3 {
	text-align: center;
}
/* Busqueda */
#s {
	background: #FFFFFF;
	border: 1px solid #0b5718;
	color: #0b5718;
	width: 173px;
	height: 22px;
	font-size: 12px;
	padding-left: 5px;
}
button#boton-buscar {
	background:none repeat scroll 0 0 #FFFFFF;
	border:medium none;
	float:left;
	height:40px;
	margin:0 0 0 10px;
	padding:0;
	width:42px;
}
#texto-buscar {
	float: left;
	margin-top:8px;
	padding-left:18px;
}
/* Pie de p‡gina */
#patrocinadores {
	float: left;
	color:#FFFFFF;
	font-size: 13px;
	padding-top: 5px;
	margin-left: 15px;
}
#patrocinadores ul {
	list-style: none;
	margin-left:0px;
	margin-top:10px;
}
#patrocinadores li {
	display: inline;
	margin-left: 4px;
}
#redes_sociales {
	color:#FFFFFF;
	float:right;
	font-size:13px;
	padding-top:5px;
	width:100px;
	margin-right: 5px;
}
#redes_sociales ul {
	list-style: none;
}
#redes_sociales li {
	margin-top: 3px;
	margin-bottom: 2px;
	display: inline;
}
#objetivos {
	width:800px; 
	overflow: hidden;
}
#objetivos ul {
	overflow: hidden;
}
@media print {
	#objetivos ul {
		display: block!important;
		height: auto!important
	}
}
/* Wordpress */
.aligncenter {
	margin: auto;
}
p.wp-caption-text {
	margin: 5px;
}
.wp-caption {
	background-color: #cff4d3;
	text-align: center;
	padding-top: 5px;
}
.alignleft {
	float: left;
        margin-bottom:15px;
        margin-right:15px;
}
.alignright {
	float: right;
        margin-bottom:15px;
        margin-right:15px;
        margin-left:15px;
}

