*{
	margin:0;
	padding:0;
}
BODY {
	font-size:80%;
	width:100%;
	}
#all{
	font-size:0.95em;
	margin:0 auto;
	width:100%;
	}
	BODY > #all{
		font-size:0.9502em;
		}
#all, .centrar-contenido{
	margin:0 auto;
	text-align:center;
	}
#general {
	text-align:left;
	margin:0 auto;
	}
A IMG{
	border:0;
	}

IMG{
	border: 0px;
}
.navigator{
	display:none;
	}
.block{
	overflow:hidden;
	float: none !important;
	float: left;
}
LI.odd{
    background-color:#f2f2f2;
}
LI.even{
    background-color:#ffffff;
}
	#content,
	#content .centrar-contenido,
	#menu-completo,
	#menu-principal,
	#menu-secundario,
	#header .centrar-contenido,
	#footer .centrar-contenido{
		text-align:left;
		}
UL {
	padding:0 0 0 1.3em;
	list-style-type:none;
	}
	UL LI{
		padding:0 0 0 0em;
		}
OL {
	padding:0 0 0 2em;
	}
P{
	margin:0.5em 0;
	}
TABLE {
	empty-cells:show;
	border-collapse:collapse;
	font-size:1em;
	}

/********************************************************************************/
/*				maquetación incicial con bordes									*/
/********************************************************************************/
#header,
#footer,
#content{
	clear:both;
}
/********************************************************************************/
/*				Estilos para las clases usadas habitualmente					*/
/********************************************************************************/
.imagen-derecha{
	float:right;
	margin:0 0 0.5em 0.5em;
	}
.imagen-izquierda{
	float:left;
	margin:0 0.5em 0.5em 0;
	}

/************************************************************/
/*						NOTICIAS							*/
/************************************************************/

/****************listado********************/
.izquierda-listado-noticias{
	clear:both;
	}
.listado-noticias{
	position:relative;
	margin-bottom:1.5em;
	}
	.listado-noticias UL{
		margin-left:0;
		padding:0;
		list-style-type:none;
		}
		.listado-noticias LI{
			padding:0;
			background:none;
			}
		.listado-noticias IMG{
			}

	.listado-noticias H2{
		padding-right:100px;
		}
	.listado-noticias SPAN.fecha{
		display:block;
		font-size:0.85em;
		}
	.listado-noticias P{
		font-style:normal;
		}
.derecha-listado-noticias{
	clear:both;
	}
/****************Ampliada********************/

.noticia-ampliada{
	position:relative;
	}
	.noticia-ampliada SPAN.fecha{
		display:block;
		}
	.noticia-ampliada DIV.sumary{
		margin-bottom:0.8em;
		}
		.noticia-ampliada .enlaces-comentarios A.add-comentario{
			background:url(../images/base/ico-add-comentarios.gif) left top no-repeat;
			padding-left:20px;
			}
/*********************enlaces a comentarios ********************/
.enlaces-comentarios{
	margin-top:5px;
	}
	.enlaces-comentarios A{
		text-decoration:none;
		}
		.enlaces-comentarios A:hover{
			text-decoration:underline;
			}
	.enlaces-comentarios A.ver-comentario{
		background:url(../images/base/ico-comentarios.gif) left top no-repeat;
		margin-right:0.5em;
		padding-left:20px;
		}

/************************************************************/
/*						COMENTARIOS							*/
/************************************************************/
#comentarios {
	clear:both;
	}
	#comentarios H2{
		padding:1.2em 0 0.5em 0;
		background:url(../images/base/esq_comentarios.gif) no-repeat right bottom;
		}
	#comentarios UL{
		background:#F2F2F2;
		padding:0.5em 0.5em 0 0.5em ;
		}
	#comentarios LI{
		border-bottom:1px solid #FFFFFF;
		padding:0.5em ;
		background:none;
		}
	#comentarios A{
		text-decoration:none;
		}
		#comentarios A:hover{
			text-decoration:underline;
			}
/************************************************************/
/*						ADD COMENTARIO						*/
/************************************************************/
#add-comentario {
	margin-top:1.3em;
	}

/************************************************************/
/*						VOLVER								*/
/************************************************************/
.volver {
	clear:both;
	margin-top:0.5em;
	border-top:1px solid #AAAAAA;
	padding-top:0.5em;
	}
/************************************************************/
/*						EVENTO								*/
/************************************************************/

/****************listado********************/
.listado-eventos{
	position:relative;
	margin-bottom:1.5em;
	}
	.listado-eventos UL{
		margin-left:0;
		padding:0;
		list-style-type:none;
		}
		.listado-eventos LI{
			padding:0;
			}
		.listado-eventos IMG{
			}

	.listado-eventos H3{
		padding-right:100px;
		}
	.listado-eventos SPAN.fecha{
		display:block;
		font-size:0.85em;
		}
	.listado-eventos P{
		font-style:normal;
		}


/************************************************************/
/*						FORMULARIOS							*/
/************************************************************/
	FIELDSET {
		padding:1em;
		}
	LABEL {
		text-align:left;
		vertical-align:middle;
		margin-right:0.2em;
		}
	INPUT,
	TEXTAREA{
		vertical-align:middle;
		padding:0.2em 0.3em 0.2em 0.3em;
		line-height:1.1em;
		}
	FORM IMG {
		vertical-align:middle;
		width:auto;
		cursor:pointer;
		}
	.formulario .aceptaprivacidad{
		clear:both;
		}
		.formulario .aceptaprivacidad INPUT{
			vertical-align:baseline;
			border:0;
			padding:0;
			background:none;
			}
		.formulario .aceptaprivacidad LABEL{
			width: auto;
			line-height:1.2em;
			}
	.botones {
		clear:both;
		width:auto;
		}
		.botones DIV {
			float:left;
			margin:0;
			padding:0;
			}
		.botones INPUT{
			cursor:pointer;
			}
/************************************************************/
/*					ERROR EXPLANATION						*/
/************************************************************/
.errorExplanation {
	border:1px solid #AAAAAA;
	background:#EEEEEE;
	padding:1em;
	margin:1em 0;
	}
	.errorExplanation UL{
		color:#000000;
		padding:1em;
		list-style:square;
		margin-left:1em;
		}
		.errorExplanation UL LI{
			color:#BF0000;
			}
/************************************************************/
/*						RSS									*/
/************************************************************/
.rss{
	font-size:0.9em;
	margin-right:1em;
	}
	.rss A{
		padding-left:20px;
		background:url(../images/base/rss.gif) no-repeat 0 0.2em;
		color:#3e3e3e;
		font-weight:bold;
		text-decoration:none;
		line-height:1.5em;
		}

/************************************************************/
/*						XML									*/
/************************************************************/
.xml{
	font-size:0.9em;
	margin-right:1em;
	}
	.xml A{
		padding-left:40px;
		background:url(../images/base/xml.gif) no-repeat 0 0.2em;
		color:#3e3e3e;
		font-weight:bold;
		text-decoration:none;
		line-height:1.5em;
		}


/************************************************************/
/*						PAGINADOR							*/
/************************************************************/
	.pagination P SPAN{
		float:right;
		}
		.pagination P SPAN.disabled{
			float:none;
			}
		.pagination P SPAN.current{
			float:none;
			}
/************************************************************/
/*				CAJA GRIS CON 4 ESQUINAS					*/
/************************************************************/
.esq-top-izq{
	margin-top:1em;
	background:#f2f2f2 url(../images/base/esq_gris_top_izq.gif) no-repeat top left;
	}
.esq-top-der{
	background:url(../images/base/esq_gris_top_der.gif) no-repeat top right;
	}
.esq-bottom-izq{
	background:url(../images/base/esq_gris_bottom_izq.gif) no-repeat bottom left;
	}
.esq-bottom-der{
	background:url(../images/base/esq_gris_bottom_der.gif) no-repeat bottom right;
	}
.caja-gris {
	padding:0.8em 0.8em 3em 0.8em;
	}
/************************************************************/
/*						ASTERISCO							*/
/************************************************************/
.asterisco {
	color:#000000;
	}
/************************************************************/
/*						VOTO								*/
/************************************************************/
/*
 *
.voto {
	float: right;
	font-size: 0.8em;
	margin: 0;
	position: relative;
	text-align:center;
	width:80px;
	}
.voto SPAN{
	display:inline;
	text-align:center
	}
	.voto .oculto{
		display:none;
		}

.voto ul{
	background-image: url(../images/base/votosUnSel.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	float: right;
	height: 15px;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
	position: relative;
	width: 80px;
	text-align:center;
	}
.voto ul li{
	background-image: none;
	color: #FFF;
	display: inline;
	font-size: 11px;
	height: 15px;
	left: 0pt;
	padding: 0pt;
	margin:0;
	position: absolute;
	top: 0pt;
	width: 16px;
	}
.voto a{
	background: transparent none repeat scroll 0%;
	color: #FFF;
	display: block;
	height: 15px;
	left: 0pt;
	padding: 0pt;
	position: absolute;
	text-decoration: underline;
	top: 0pt;
	width: 100%;
	}
.voto a:hover{
	background: transparent url(../images/base/votosOver.gif) repeat-x scroll 0pt 50%;
	}
.voto ul li.votoActual{
	background-image: url(../images/base/votosSel.gif);
	background-position: 0pt;
	background-repeat: no-repeat;
	}
.voto ul li.star1{
	position: absolute;
	width: 16px;
	z-index: 6;
	}
.voto ul li.star2{
	position: absolute;
	width: 32px;
	z-index: 5;
	}
.voto ul li.star3{
	position: absolute;
	width: 48px;
	z-index: 4;
	}
.voto ul li.star4{
	position: absolute;
	width: 64px;
	z-index: 3;
	}
.voto ul li.star5{
	position: absolute;
	width: 80px;
	z-index: 2;
	}
*/
.voto {
	float:right;
	font-size: 0.8em;
	margin: 0;
	position: relative;
	text-align:center;
	width:80px;
	}
	/******************Mostrar votos*********************/
	.voto UL{
		float: right;
		background: url(../images/base/votosUnSel.gif) no-repeat 0 0;
		height: 15px;
		list-style-type: none;
		margin: 0pt;
		padding: 0pt;
		position: relative;
		width: 80px;
		text-align:center;
		}
		.voto UL LI{
			background: none;
			color: #FFFFFF;
			display: inline;
			font-size: 11px;
			height: 15px;
			width: 16px;
			padding: 0pt;
			margin:0;
			position: absolute;
			top: 0pt;
			left: 0pt;
			}
			.voto ul li.votoActual{
				background-image: url(../images/base/votosSel.gif);
				background-position: 0pt;
				background-repeat: no-repeat;
				}
/******************Mostrar votos*********************/
.voto FORM{
	background:url(../images/base/votosUnSel.gif) no-repeat 0 0;
	border:0;
	float:left;
	width:16px;
	height:15px;
	}
	.voto INPUT {
		visibility:hidden;
		margin:0;
		padding:0;
		position:absolute;
		width:16px;
		height:15px;
		top:0;
		bottom:0;
		background:red;
		cursor:pointer;
		border:0;
		}
.voto INPUT.star1{
	position: absolute;
	width: 16px;
	z-index: 6;
	}
.voto INPUT.star2{
	position: absolute;
	width: 32px;
	z-index: 5;
	}
.voto INPUT.star3{
	position: absolute;
	width: 48px;
	z-index: 4;
	}
.voto INPUT.star4{
	position: absolute;
	width: 64px;
	z-index: 3;
	}
.voto INPUT.star5{
	position: absolute;
	width: 80px;
	z-index: 2;
	}

/**********************         GALERIA         ****************************/
.galeria{
    
}
.galeria IMG{
    border:none;
    background-color:transparent;
}
.galeria .slideshow{
    text-align:center;
    width:479px;
    float: left;
    border:1px solid #ccc;
}
.galeria .slideshow .image-wrapper{
    line-height: 0.9em;
    float: left;
    width:479px;
    background-color:#eee;
}
.galeria .controls{
    width:480px;
    float: left;
}
.galeria .controls DIV{
    float: right;
    padding-right:15px;
}
.galeria .embox .download{
    float: right;
    padding-right:5px;
}
.galeria .embox .image-title{
    padding-left:5px;
}
.galeria UL{
    padding: 0;
}
.galeria UL LI{
    list-style-type:none;
    list-style-image:none;
    float:left;
    background-image:none;
    margin: 0 0 5px 5px;
    padding: 1px;
    border: 1px solid #ccc;
    height:83px;
    width: 110px;
    text-align: center;
    line-height:83px;
}
.galeria UL LI IMG{
    vertical-align: middle;
}
.galeria .pagination{
    text-align:right;
    width:auto;
    margin:10px;
}
.galeria .pagination a{
    margin:0 5px;
}

/************************   Ventanas emergentes    *************************/
/*#TB_window img{
    background-color:transparent;
    border:none;
    padding: 0;
}
#TB_window .nueva_imagen{
    border-top: 4px solid #E6E3E3;
    float:left;
    width: 232px;
    margin-top:5px;
    padding-left: 9px;
}
#TB_window .nueva_carpeta{
    border-top: 4px solid #E6E3E3;
    float:left;
    width: 232px;
    margin-top:0;
    padding-left: 9px;
}
#TB_window H2{
    font-size:14px;
    line-height:14px;
    padding-top:10px;
    padding-bottom:5px;
}
#TB_window .formulario{
    margin:0px;
}
#TB_window .formulario div{
    margin: 5px 0;
}
#TB_window .formulario label{
    display: inline;
    float:left;
    font-weight:normal;
    font-size:11px;
}
#TB_window .formulario input{
    padding: 0;
    font-size:11px;
}
#TB_window .formulario .bubbleInfo{
    display:inline;
}
#TB_window .formulario .botones{
	margin-left:90px;
}
#TB_window #preview {
	padding:0;
    width: 232px;
    height:260px;
}
#TB_window #preview .imagen{
    margin:0 10px 5px 0;
    border: 4px solid #E6E3E3;
	height:150px;
    width:200px;
    line-height:150px;
}
#TB_window #preview .imagen img{
    vertical-align:middle;
}
#TB_window #preview .titulo{
    text-align:center;
}
#TB_window #preview .herramientas{
	margin:5px 0 0 0;
    padding: 0;
    text-align:center;
}
#TB_window #preview .herramientas A{
    float: left;
    display:inline;
    color: #000000;
    text-decoration:none;
    margin:0 10px;
    padding: 2px;
    text-align:left;
    width:85px;
    border: 2px solid #E6E3E3;
    font-size:12px;
    line-height:12px;
}
#TB_window #preview .herramientas-documents A{
    margin:0 3px;
    width:100px;
}
#TB_window #preview .herramientas A:hover{
    background-color:#E6E3E3;
}
#TB_window #preview .herramientas A IMG{
    float: left;
    margin: 0 4px;
}
#TB_window #preview  .rotate-right{
    position:absolute;
    margin-top:-62px;
    margin-left:179px;
}
#TB_window #preview  .rotate-left{
    position:absolute;
    margin-top:-62px;
    margin-left:157px;
}
#TB_window #preview_folder{
	background:url(/images/base/icons/folder.png) no-repeat center top;
    height: 162px;
    line-height:270px;
    text-align:center;
}
#TB_window #preview_document{
	background:url(/images/base/icons/document.png) no-repeat center 20px;
    height: 190px;
    line-height:329px;
    text-align:center;
}
*/


.videoplayer {
    display: block;
    width: 284px;
    height: 212px;
}

.videoplayer_playlist {
    display: block;
    width: 284px;
    height: 212px;
}
