body{
	margin:0;
	padding:0;
	background-color:#333333;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#A39B6C;
	background-image:url(../images/fondo.gif);
	background-position:top center;
	background-attachment:fixed;
}
h1{
	font-size:12px;
	margin:0;
}
h2{
	margin:0;
}
h3{
	margin:0;
	color:#CCCCCC;
	font-size:10px;
}
p{
	margin:0;
}
img{
	border:0;
}
a{
	font-weight:inherit;
	text-decoration:none;
	color:#A39B6C;
}

#banner{
	text-align:center;
	padding-top:10px;
}

#contenedor{
	width:955px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:10px;
}
#menu{
	width:955px;
	height:125px;
}
#contenidoPrincipal{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#contenedorReproductor{
	width:154px;
	height:50px;
}
.columna{
	width:366px;
	float:left;
}

.columnaTitulo{
	width:100%;
	height:15px;	/* 50 - 35 */
	background-image:url(../images/barra.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-bottom:1px solid #C3C2C0;
	padding-top:35px;
	margin-bottom:20px;
}
.columnaTituloLargo{
	width:100%;
	height:15px;	/* 50 - 35 */
/*	background-image:url(images/barraLarga.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-bottom:1px solid #C3C2C0;*/
	font-size:14px;
	padding-top:35px;
	margin-bottom:20px;
}
.columnaContenedor{
	float:left;
	padding-bottom:20px;
}
.columnaImg{
	width:90px;
	float:left;
	margin-right:13px;
}
.columnaContenido{
	width:185px;
	float:left;
	clear:right;
}
.espacioColumnas{
	float:left;
	width:48px;
}
#pie{
	width:780px;
	height:38px;
	line-height:38px;
	text-align:center;
	font-size:10px;
	/*background-image:url(images/footBackground.gif);
	background-repeat:repeat-x;*/
	color:#666666;
	clear:both;
}
#pie a{
	color:#999999;
}
/************************************************************
	Sección Noticias
************************************************************/
#contenedorNoticias{
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
#contenedorNoticias p{
	margin-bottom:10px;
}
.contenedorNoticia{
	float:left;
	width:100%;
	padding-bottom:5px;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:dashed;
	margin-bottom:20px;
}
/************************************************************
	Fin Sección Noticias
************************************************************/
/************************************************************
	Estilos para la Paginación
************************************************************/
.contenedorPaginacion{
	clear:both;
	text-align:right;
	padding-right:137px;
}
.contenedorPaginacion a{
	color:#A39B6C;
}
/************************************************************
	Fin Estilos para la Paginación
************************************************************/
/************************************************************
	Sección Tours
************************************************************/
#contenedorTours{
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
.toursFila{
	width:500px;
	/*border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;*/
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
}
.toursFila a{
	color:#A39B6C;
	text-decoration:none;
	font-weight:normal;
}
.toursColumnaFecha{
	width:100px;
	float:left;
}
.toursColumnaLugar a{
	color:#FF0000;
}
.toursColumnaLugar{
	width:200px;
	float:left;
}
.toursColumnaCiudad{
	width:200px;
	float:left;
}
/************************************************************
	Fin Sección Noticias
************************************************************/
/************************************************************
	Sección Albums
************************************************************/
#contenedorAlbums{
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
.albumsColumnaLista{
	width:260px;
	height:30px;
	float:left;
}
.albumsColumnaTapa{
	width:250px;
	height:30px;
	text-align:center;
	float:left;
}
.albumsColumnaInfo{
	width:260px;
	height:30px;
	float:right;
}
/************************************************************
	Fin Sección Albums
************************************************************/

/************************************************************
	Sección Links
************************************************************/
#contenedorLinks{
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
.linksTitulo{
	width:300px;
	float:left;
}
.linksUrl{
	width:200px;
	float:left;
}
/************************************************************
	Fin Sección Links
************************************************************/

/************************************************************
	Sección Downloads
************************************************************/
#contenedorDownloads{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
.downloadsFila{
	width:100%;
	float:left;
	border-color:#999999;
	border-style:dashed;
	border-width:1px;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:10px;
}
.downloadsTitulo{
	width:200px;
	float:left;
}
.downloadsUrl{
	width:100px;
	float:left;
}
.downloadsDet{
	width:300px;
	float:left;
}
/************************************************************
	Fin Sección Downloads
************************************************************/
.blanco{
	font-weight:bold;
	color:#FFFFFF;
}
.paginas{
	clear:both;
	padding-left:20px;
}