#cuerpo
	{
	/*margin-top:-7px;*/
	}

#infoseccion
	{
	margin-top:-8px;
	}

#central
	{
	margin-right:450px;
	border-right: 0;
	padding:0 20px;
	}

#right
	{
	width:450px;
	}
	
	#right h1
		{
		color: #fff;
		}

.eInferior
	{
	background: transparent url(http://www.lanzaroteagenda.com/imagenes/portada/transparencia40.png);
	}

#h1
	{
	background: transparent url(http://www.lanzaroteagenda.com/imagenes/iconos/info64.png) no-repeat top right;
	}
	
	#h1 h1
		{
		padding-right: 64px;
		}
		
#central h1
	{
	font-size: 24px;
	color: #fff;
	margin: 0;
	font-weight: normal;
	}
	
#central h2
	{
	font-size: 14px;
	color: black;
	font-weight: bold;
	padding: 10px 0;
	}
	
#central p
	{
	color: #000;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 0;
	}
	
.eInferior strong
	{
	display: block;
	margin-top:10px;
	}

#gracias
	{
	font-size:11px;
	color:#6daa02;
	width:200px;
	margin-left:85px;
	line-height:16px;
	}
	
strong.infoHora
	{
	display: inline;
	}
	
.eInferior a:link,.eInferior a:visited,.eInferior a:active
	{
	color: DimGray;
	}
.eInferior a:hover
	{
	color: #fff;
	}
	
#imagenEvento
	{
	float:right;
	background: transparent url(http://www.lanzaroteagenda.com/imagenes/portada/transparencia60.png);
	padding: 5px;
	margin: 0 0 10px 20px;
	}


#rating
	{
	margin-top:-10px;
	}
	
#socializar a:link,#socializar a:visited,#socializar a:active {

opacity:0.25;filter:alpha(opacity=25);
border:0;
                         }
                         
#socializar a:hover {
opacity:1;filter:alpha(opacity=100);                         
}

#socializar
	{
	padding-left: 20px;
	}
	
#eventoTxt
	{
	background: transparent url(http://www.lanzaroteagenda.com/imagenes/portada/transparencia20.png);
	padding: 20px;
	overflow: hidden;
	}
	
#formComentario
	{
	font-size: 11px;
	margin-top: 20px;
	background: transparent url(http://www.lanzaroteagenda.com/imagenes/portada/transparencia60.png);
	padding: 20px;
	overflow: hidden;
	}
	
#comentOk,#comentError
	{
	padding: 20px;
	color: #000;
	background-color: FireBrick;
	margin-top: 20px;
	}
	
#comentOk
	{
	background-color: ForestGreen;
	}
	
	

#formComentario input,#formComentario textarea
	{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	padding: 3px;
	}

a.header
	{
	cursor: pointer; cursor: hand;
	font-size: 16px;
	display: block;
	color: #000;
	}
	
#formulario
	{
	margin-top: 20px;
	}
	
.comentI,.comentD
	{
	margin-bottom: 7px;
	}

.comentI
	{
	float: left;
	width: 20%;
	text-align: right;
	line-height: 20px;
	}
	
.comentD
	{
	float: left;
	width: 70%;
	margin-left: 10px;
	}

#comentarios .nombre
	{
	margin-top: 20px;
	height: 33px;
	padding-left: 49px;
	background: transparent url(http://www.lanzaroteagenda.com/imagenes/comentarios/silueta.png) no-repeat top left;
	}

#comentarios h5
	{
	color: #fff;
	font-size: 16px;
	padding: 0;
	margin: 0;
	}
	
#comentarios h5 em
	{
	color: #ccc;
	}
	
#comentarios .nombre h6
	{
	font-weight: normal;
	font-size: 11px;
	color: #a0a0a0;
	margin: 0;
	}

#comentarios .coment
	{
	font-size: 13px;
	padding: 10px;
	margin-top: 7px;
	background: transparent url(http://www.lanzaroteagenda.com/imagenes/portada/transparencia80.png);
	}



/*STAR RATING */
	.star-rating{
		list-style:none;
		padding:0;
		width: 80px;
		height: 16px;
		position: relative;
		background: url(http://www.lanzaroteagenda.com/imagenes/star-matrix1.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0;
		margin:0;
		float: left;
	}
	.star-rating li a{
		outline: 0;
		display:block;
		width:16px;
		height: 16px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0;
	}
	.star-rating li a:hover{
		background: url(http://www.lanzaroteagenda.com/imagenes/star-matrix1.gif) left bottom;
		z-index: 2;
		left: 0;
	}
	.star-rating a.one-star{
		left: 0;
	}
	.star-rating a.one-star:hover{
		width:16px;
	}
	.star-rating a.two-stars{
		left:16px;
	}
	.star-rating a.two-stars:hover{
		width: 32px;
	}
	.star-rating a.three-stars{
		left: 32px;
	}
	.star-rating a.three-stars:hover{
		width: 48px;
	}
	.star-rating a.four-stars{
		left: 48px;
	}	
	.star-rating a.four-stars:hover{
		width: 64px;
	}
	.star-rating a.five-stars{
		left: 64px;
	}
	.star-rating a.five-stars:hover{
		width: 80px;
	}
	.star-rating li.current-rating{
		background: url(http://www.lanzaroteagenda.com/imagenes/star-matrix1.gif) left center;
		position: absolute;
		height: 16px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
