/* CSS Document */

/* autor */
	.columnaIzq		{float:left; width:372px; padding-right:14px; border-right:dashed 1px #c4af9b; margin-right:14px;}
	.columnaDcha	{float:left; width:147px;}

	.imgAutor	{float:left; margin-top:10px; width:62px; margin-right:11px;}
	.infoAutor	{float:left; margin-top:10px; width:299px;}
	
	.zonaCampo	{margin-bottom:5px; font-size:13px;}
	.zonaCampo strong	{color:#9a0000; font-weight:normal;}
	
	.zonaCampo a	{color:#9a0000; text-decoration:underline;}
	.zonaCampo a:hover, .zonaCampo a:hover strong	{color:#000;}
	
	a.linkNegro	{color:#000; text-decoration:underline;}
	a.linkNegro:hover	{color:#9a0000;}
	
	.indentado	{padding-left:10px;}

	.listaMiniaturas		{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; list-style-type:none;}
	.listaMiniaturas li		{display:inline; margin:0px 15px 0px 0px; padding:0px 0px 0px 0px;}
	.listaMiniaturas li	a img	{border:none; margin-top:10px;}
	
	.navMiniaturas	{height:12px; text-align:right; padding-right:10px;}
	.navMiniaturas a	{color:#9a0000; font-weight:bold;}
	.navMiniaturas a:hover	{color:#000;}
	
	.contenidos h2.conValoracion {float:left; margin-right:10px;}
	.contenidos h2.conValoracion img {margin:0px;}
	
	.votosResumen {float:left; margin-top:0px; padding:0px 5px;}
	
	
	.votos	{float:left; margin-top:0px; padding:0px 5px;}
	.votoCompleto	{float:left; display:block; width:15px; height:15px; background:transparent url('../img/estados_favorito.gif') no-repeat; font-size:1px;}
	.votoMedio		{float:left; display:block; width:15px; height:15px; background:transparent url('../img/estados_favorito.gif') no-repeat 0px -30px; font-size:1px;}
	.votoVacio		{float:left; display:block; width:15px; height:15px; background:transparent url('../img/estados_favorito.gif') no-repeat 0px -15px; font-size:1px;}
	
	.votoCompleto:hover, .votoMedio:hover, .votoVacio:hover	{background-position:0px 0px;}

    .separador		{margin:10px 0px 0px 0px; border-bottom:dashed 1px #c4af9b;}
    
    .proximaExpo    {padding-left:14px; background:transparent url('../img/flechaGranate2.jpg') no-repeat 0px 1px;}

/* obra */

	.obraIzq, .obraDcha		{float:left; width:266px; margin-bottom:10px;}
	.obraIzq	{margin-right:10px;}
	
	.zonaObra	{background-color:#e8dfd7; width:260px; padding-bottom:5px; padding:3px 3px 5px 3px;}
	
	.zonaObraMusical	{background-color:#e8dfd7; width:536px; padding-bottom:5px; padding:3px 3px 5px 3px; margin-bottom:10px;}
	.obraIzqMusical		{float:left; width:200px; margin-bottom:10px; margin-right:10px;}
	.obraDchaMusical	{float:left; width:326px; margin-bottom:10px;}
	
	
	.imgObra	{float:left; width:122px; margin-right:11px;}
	.infoObra	{float:left; width:121px;}
	.infoObraMusical	{padding:5px;}
	.infoObra strong,
	.infoObraMusical strong {color:#9a0000; font-weight:normal;}
	
/* exposiciones */

	.listaExposiciones			{margin:5px 0px 20px 0px; padding:0px 0px 0px 0px; list-style-type:none;}
	.listaExposiciones li		{margin:0px 0px 6px 0px; padding:0px 0px 0px 0px;}
	.listaExposiciones li a		{display:block; width:540px; color:#9a0000; font-size:13px; height:14px; padding:2px 2px 4px 6px; background-color:#e8dfd7;}
	.listaExposiciones li a:hover	{background-color:#dccfc3;}
	
	.infoExpo	{padding:6px 0px 6px 10px;}

/* criticas */

	.listaCriticas			{margin:5px 0px 20px 0px; padding:0px 0px 0px 0px; list-style-type:none;}
	.listaCriticas li		{margin:0px 0px 20px 0px; padding:0px 0px 0px 0px;}

	.imgAutorCritica	{float:left; width:33px; margin-right:11px;}
	.infoCritica		{float:left; width:504px;}	
	.infoCritica p		{font-size:13px; margin-top:5px;}
	
	.realizarCritica	{float:right; text-align:right;}
	
	.zonaBoton		{float:right;}
	.botonMarron		
	{
		display:block; height:18px; width:76px;
		padding:3px 0px;
		text-align:center; font-weight:bold; font-size:13px;
		color:#fff;
		background:transparent url('../img/botonMarron.gif') no-repeat;
	}
	.botonMarron:hover	{background-position:0px -24px;}
	
