@charset "UTF-8";
/* CSS Document */

.izquierda {float:left; margin-right:12px;}
.derecha {float:right; margin-left:12px;}
.centro {float:left; margin: 0 12px; text-align:center;}

.destaca {font-weight:bold;}
.color {color:#900;}

.textoCentro {text-align:center;}
.mini {font-size:0.8em;}
.miniMas {font-size:0.6em; font-weight:normal !important;}

.limpio {clear:both; height:1px;}
.bordeAbajoGordo {border-bottom:solid 4px #000;}
.bordeArribaGordo {border-bottom:solid 4px #000;}

.grande {
	margin-top:10px;
	font-size:1.5em;
	text-align:center;
	line-height:1.2em;
}

img.imagenAncho {width:706px;}

.separa {clear:both; height:20px; width:706px; margin:4px 0;}
.separa a {}
.separa a:hover {}
	
.separa img {width:706px; border: 0;}

/*ANCHOS DE COLUMNAS*/

.anchoMitad {width: 342px;}
.anchoMitad img {width:336px;}

.anchoTercio {width: 226px;}
.anchoTercio img {width:220px; margin-bottom:5px;}

.anchoDosTercios {width: 457px;}
.anchoDosTercios img {width:451px;}

.anchoTrescolumnas {width: 221px;}
.anchoTrescolumnas img {width:215px;}


/*LISTAS*/
.listaDosColumnas {}
.listaDosColumnas ul li{
	width:334px;
	height:600px;
	float:left;
	margin: 20px 0;
	overflow:hidden;
}
.listaDosColumnas li img{width:328px;}

.listaTresCoumnas {}
.listaTresCoumnas ul li{
	width:204px;
	margin: 6px;
	float:left;
	display:block;
}

.lista{}
.lista ul li {margin: 0 0 4px 0;}
.lista ul li h4 {margin-top: 10px;}

ul.listaEntradas {}
ul.listaEntradas li{
	padding:8px;
	border: solid 1px #900;
	text-align:center;
	margin-bottom:10px;
}
ul.listaMedios {}
ul.listaMedios li{
	padding:8px;
	height:80px;
	border: solid 1px #900;
	text-align:center;
	margin-bottom:10px;
}
ul.galeriaFotos {
	margin-top:20px;
}
ul.galeriaFotos li{
	width:100px;
	height: 100px;
	margin: 6px;
	padding: 5px;
	float:left;
	display:block;
	text-align:center;
}
ul.galeriaFotos li img{
	padding:0; !important	
	border:none; !important
}

/*CONTENIDOS ESPECIFICOS*/
.video {
	margin-top:26px;
}
.gira {
	padding: 8px;
	border: double 1px #333 !important;
	color:#333;
	margin-bottom:14px;
	text-align:center;
}