body {
	background: #333;
	margin: 0;
	font-family: Arial, Sans-Serif;
	color: #333;
}

body, a, div, td, blockquote, select {
	font: normal 12px Arial, Sans-Serif;
}

button {
	cursor: pointer;
	width: auto;
	overflow: visible;
	padding-top: 0;
	padding-bottom: 0;
}

a { color: #222; }

a img { border: 0; }

form {
	margin: 0px;
}

input, textarea, button {
	font: normal 11px Arial, Sans-Serif;
	background-color: #F6F8F7;
	border: 1px black solid;
	padding: 1px 2px;
}

.main {
	height: 500px;
	width: 76%;
	margin: 0 auto -2px;
}
#body {
	background: #F6F8F7;
}
#headwrapper {
	background: #333 url(images/head_bg.gif) repeat-x bottom;
}
#head {
	width: 76%;
	margin: auto;
	position: relative;
}
#head * {
	margin: 0;
}
#head h1 {
	font-size: 2em;
	padding: 1em 1em 1.4em;
}
#head h1 a {
	font-size: 1.7em;
	font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -.08em;
	color: #fff;
	text-decoration: none;
	text-shadow: #CD3667 3px 3px 3px;
}
#languages {
	position: absolute;
	top: 1em;
	right: 0;
}
#languages .entries {
	list-style: none;
	margin: 0;
}
#languages .entry {
	display: inline-block;
}
#languages a {
	font-size: .85em;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
#languages a span {
	display: none;
}
#languages a:hover span {
	display: inline;
}
#languages a img {
	border: 0;
	vertical-align: middle;
}
#login {
	position: absolute;
	right: 0;
	bottom: 1em;
	color: #fff;
	font-size: .85em;
}
#login form {
	display: inline;
}
#login input {
	padding: .2em;
}
#login input, #login button {
	border: none;
	font-size: .9em;
}
#mainmenuwrapper {
	border-bottom: 1px #B4B4B4 solid;
	background: #FEFEFE url(images/mainmenu_bg.gif) repeat-x bottom;
}
#mainmenu {
	width: 76%;
	margin: auto;
}
#mainmenu .entries {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 8px;

	/* Clear */
	min-height: 0;
	height: auto !important;
	height: 1%;
}
#mainmenu .entries:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#mainmenu .entry {
	float: left;
	background: url(images/mainmenu_sep.gif) no-repeat right bottom;
}
#mainmenu .entry a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .9em;
	color: #666;
	padding: .8em 2em .6em;
}
#mainmenu .inactive a:hover {
	color: #000;
	background: #F0F0F0 url(images/mainmenu_hover.gif) repeat-x bottom;
}
#mainmenu .active {
	border-top: 1px #6B3548 solid;
	border-bottom: 1px #B17B8E solid;
	margin: -1px 0;
	position: relative;
}
#mainmenu .active a {
	position: relative;
	background: url(images/mainmenu_active.gif) repeat-x top left;
	color: #fff;
	font-weight: bold;
}
#mainmenu .active a:after, #mainmenu .active a .after {
	content: '.';
	position: absolute;
	left: 50%;
	bottom: -9px;
	margin-left: -9px;
	height: 9px;
	width: 17px;
	background: url(images/mainmenu_active_arrow.gif);
	overflow: hidden;
	text-indent: -10em;
}
#footwrapper {
	background: #333 url(images/foot_bg.gif) repeat-x top;
	color: #fff;
}
#foot {
	width: 76%;
	margin: auto;
	padding: 2em 0 3em;

	/* Clear */
	height: auto !important;
	height: 1%;
	min-height: 0;
	overflow: hidden;
}
#foot .copy {
	font-size: .9em;
	text-transform: uppercase;
	padding: 0 2em;
	float: left;
}
#foot .links {
	float: right;
	list-style: none;
	font-size: .9em;
}
#foot .links a {
	color: #fff;
	text-decoration: none;
}
.subTitulo {
	border-bottom: 1px #4F5773 solid;
	background-color: white;
	height: 16px;
	padding: 2px 5px;
}
.principal {
	background: #FEFEFE url(images/shadow_bg.gif) repeat-y left;
	vertical-align: top;
	padding: 20px 50px;
}
.menu  {
	width: 15em;
	vertical-align: top;
	padding: 0px;
	color: #667;
	height: 100%;
	background: #F6F8F7 url(../imgs/menu_bg.gif) repeat-y left;
}
.menu .title {
	color: #CD3667;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -0.06em;
	font-size: 1.2em;
	padding: .5em 0 .5em 1.1em;
	margin: 0;
}
.menu a { color: #667; }
.pie {
	border-top: 1px #4F5773 solid;
	background: #FEFEFE;
	text-align: center;
	font: normal 11px Arial, Sans-Serif;
	font-weight: bold;
	padding: .5em;
}
#navmenu {
	padding-top: 1em;
}
#navmenu .entries {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navmenu .entry img {
	margin-right: .3em;
	width: 16px;
	height: 16px;
	opacity: .7;
}
#navmenu .entry img, #navmenu .entry .name {
	vertical-align: middle;
	border: 0;
}
#navmenu .entry a {
	text-decoration: none;
	display: block;
	padding: .3em 0 .3em 1.4em;
	color: #667;
}
#navmenu .entry a:hover {
	background: #fefefe;
	color: #000;
}
#navmenu .entry a:hover img, #navmenu .active img {
	opacity: 1;
}
#navmenu .active {
	background: #FEFEFE;
}
#navmenu .active a {
	font-weight: bold;
	border: 1px #E4E4E4 solid;
	border-width: 1px 1px 1px 0;
	color: #000;
}
.OptionMenu {
	font: normal 11px Comic Sans MS;
	padding: 0;
}
.FilaMenu {
	padding-left: .5em;
}
.FilaMenu a {
	text-decoration: none;
}
.Ok {
	border: 1px green dashed;
	background: #DFD url(../imgs/ok.gif) no-repeat center left;
	text-align: justify;
	margin: 20px 0px;
	vertical-align: middle;
	padding: 10px 55px;
	width: 70%;
}
.error {
	border: 1px red dashed;
	background: #FDD url(../imgs/fallo.gif) no-repeat center left;
	text-align: justify;
	margin: 20px 0px;
	vertical-align: middle;
	padding: 10px 55px;
	width: 70%;
}
.msg {
	border: 1px blue dashed;
	background: #DDF;
	text-align: justify;
	margin: 20px 0px;
	vertical-align: middle;
	padding: 10px 55px;
	width: 70%;
}
.cuadro {
	border: 1px blue dashed;
	background: #DDF;
	text-align: justify;
	margin: 20px 0px;
	vertical-align: middle;
	width: 100%;
}
.cuadroTD {
	padding: 20px 55px;
}
.saludo {
	width: 50%;
	font: normal 11px Times New Roman;
}
.panelUsuario {
	background-color: #FFE67E;
    border: 2px #DFC65E solid;
	text-align: justify;
	vertical-align: middle;
	margin-bottom: 20px;
	width: 80%;
}
.panelUsuario TD {
	padding: 1px 10px;

}
.panelUsuario img, .panelUsuario a {
	vertical-align: middle;
	text-decoration: none;
}
.panelUsuario a:hover, .panelUsuario a:focus {
	text-decoration: underline;
}
.noticia {
	width: 100%;
	background: url(../imgs/new_bg.gif) no-repeat top left;
	margin: 25px 0px 10px;
	color: #222 !important;
}
.noticia a {
	color: #9F4558;
	text-decoration: none;
}
.noticia a:focus, .noticia a:hover {
	text-decoration: underline;
}
.noticia .inner {
	background: url(../imgs/new_bg2.gif) no-repeat bottom right;
	padding: 2em;
}
.noticiaTitulo {
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -0.06em;
	color: #CD3667;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: .2em;
}
.noticiaCuerpo {
	text-align: justify;
	line-height: 1.5em;
}
.noticiaMeta {
	padding: .2em 1em;
	width: 100%;
	margin: 0 -1em;
	border-color: #E7E7E7;
	border-style: solid;
	border-width: 1px 0;
	font-size: .9em;
	color: #999;
}
.noticiaMeta  a {
	font-size: 1em;
}
.noticiaMeta img {
	border: 0;
	vertical-align: middle;
}
.noticiaMeta span{
	vertical-align: middle;
}
.lista1 {
	background: #DDF;
}
.lista2 {
	background: #EEF;
}
.componentes {
	width: 100%;
}
.componentes TD {
	width: 50%;
	vertical-align: top;
}
.componentesLista {
	width: 100%;
}
.titulos {
	text-align: center;
	background: white;
	border: 1px black solid;
	font-weight: bold;
}
.calendario {
	border: 1px #BBB solid;
	background: white;
}
.calendario TD {
	padding: 1px 2px 1px 2px;
}
.calendarioMes TD {
	padding: 1px 2px 1px 2px;
	text-align: center;
	font-weight: bold;
	background: #DFD;
}
.calendarioDias {
	font: normal 10px Arial, Sans-Serif;
	padding: 1px 2px 1px 2px;
	text-align: center;
	background: #EEF;
}
.calendarioLista {
	padding: 1px 2px 1px 2px;
	text-align: center;
}
.calendarioDia {
	font: normal 11px Arial, Sans-Serif;
	text-decoration: none;
}
.calendarioActiva {
	background: #F66;
	font-weight: bold;
}
.calendarioPendientes {
	background: #6C6;
	font-weight: bold;
}
.calendarioOtro {
	background: #BBB;
	font-weight: bold;
}
.director IMG {
	margin: 10px;
}
.menpriv {
	border: 2px white outset;
	width: 100%;
	margin: 15px 0px;
}
.menpriv input {
	border: none;
	background: none;
}
.menprivtitulo {
	background: #CCF;
	height: 20px;
}
.menprivtitulo TD {
	font-weight: bold;
}
.menprivnew {
	background: #D8FFD8;
}
.menprivnew TD {
	border-top: 1px black dashed;
}
.menprivold {
	background: white;
}
.menprivold TD {
	border-top: 1px black dashed;
}
.vermensaje {
	border: 1px black solid;
	width: 100%;
	margin: 20px 0px;
}
.vermensajetitulo {
	text-align: center;
	font-weight: bold;
	background: white;
	padding: 2px 5px;
	border: 1px black solid;
}
.vermensajeheader {
	padding: 2px 5px;
	border-top: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	background: #DDD;
}
.vermensajemensaje {
	padding: 2px 5px;
	border-top: 2px black solid;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	background: #EEF;
	text-align: justify;
}
.nuevomp {
	width: 100%;
	border: 2px white outset;
	background: white url(../imgs/fondomenu.gif) repeat-y;
	margin: 20px 0px;
	padding: 20px 0px;
}
.nuevomp TD {
	padding: 2px 5px;
	vertical-align: top;
}
.foro {
	width: 100%;
	border: 1px solid black;
	margin-bottom: 10px;
}
.foro thead {
	background: #99E url(../imgs/cellpic3.gif);
}
.foro thead td {
	color: #FFA020;
	font-weight: bold;
	padding: 2px 5px;
	height: 20px;
	text-align: center;
}
.foro_categoria {
	width: 100%;
	height: 25px;
	text-align: center;
	font-weight: bold;
	background: white url(../imgs/cellpic1.gif);

}
.foro_foro {
	padding: 5px;
	background: white url(../imgs/fondomenu.gif) repeat-y;
}
.foro_foro a {
	text-decoration: none;
}
.foro_foro a:hover {
	text-decoration: underline;
}
.foro_foro_num {
	text-align: center;
	background: white;
}
.foro_autor {
	width: 130px;
	padding: 5px;
	background: white url(../imgs/fondomenu.gif) repeat-y;
	text-align: center;
}
.foro_autor img {
	padding: 5px;
}
.foro_busqueda {

}
.height45 {
	height: 45px;
}
.bbcode {
	width: 100%;
}
.bbcode td {
	width: 20%;
}
.bbcode a {
	font: normal 11px Arial, Sans-Serif;
	text-decoration: none;
	text-align: center;
	background-color: #EFEFFF;
	display: block;
	border: 1px solid black;
}
.fotos {
	border: 1px black solid;
	width: 100%;
	background: white url(../imgs/fondomenu.gif) repeat-y;
}
.fotos thead {
	background: #99E url(../imgs/cellpic3.gif);
}
.fotos thead td {
	color: #FFA020;
	font-weight: bold;
	padding: 2px 5px;
	height: 20px;
	text-align: center;
}
.fotos_cat {
	width: 50%;
	padding: 2px 5px;
}
.border_right {
	border-right: 1px solid black;
}
.padding10 {
	padding: 10px;
}
.panelenviar {
	border: 1px black solid;
	width: 100%;
	background: white url(../imgs/fondomenu.gif) repeat-y;
}
.panelenviar thead {
	background: #99E url(../imgs/cellpic3.gif);
}
.panelenviar thead td {
	color: #FFA020;
	font-weight: bold;
	padding: 2px 5px;
	height: 20px;
	text-align: center;
}
.panelenviar td {
	padding: 2px;
}
#comentario {
	position: absolute;
	padding: 5px;
	background: white;
	border: 2px gold solid;
	visibility: hidden;
}
#comentario a:hover{
	background-color: #EEF;
}
#ayuda {
	position: absolute;
	padding: 5px;
	background: white;
	border: 2px #55F solid;
	visibility: hidden;
}
.titulo2 {
	background: #EFEFEF url(../imgs/sep.gif) repeat-y;
	padding: 2px 15px;
	border: 1px #555 solid;
	font-weight: bold;
	vertical-align: middle;
	height: 23px;
}
.titulo2 a {
	font-weight: bold;
}

#cambiaridioma a {
	padding: 2px;
	display: inline-block;
}

#cambiaridioma a:hover {
	padding: 1px;
	border: 1px #667 solid;
}

#cambiaridioma a img {
	border: 0;
	vertical-align: middle;
}




#history .photo {
	float: right;
	margin: 0 0 .2em 1.2em;
}

#conductor .photo {
	float: right;
	margin: 0 0 .2em 1.2em;
}

#components .title {
	font-family: Georgia,serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -0.06em;
	margin: 0 0 .5em;
	padding-bottom: .2em;
	border-bottom: 1px #f6f6f6 solid;
}

#components .title .amount {
	color: #CD3667;
}

#components .block {
	width: 45%;
	float: left;
	margin-bottom: 2em;
}

#components .evenblock {
	clear: both;
}

#components .oddblock {
	float: right;
}

#components .entries {
	list-style: none;
	margin: 0;
	padding: 0;
}

#components .entry {
	padding: .3em 0;
}

#components .entries .odd {
	background: #f6f6f6;
}



#discography .title {
	font-family: Georgia,serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -0.06em;
	margin: 0 0 .5em;
	padding-bottom: .2em;
	border-bottom: 1px #f6f6f6 solid;
}

#discography .entry {
	width: 48%;
	float: left;
	margin-bottom: 2em;
}

#discography .entry .photo img {
	border: 1px #A9A9A9 solid;
	padding: 2px;
	vertical-align: bottom;
}

#discography .entry .tracklist {
	line-height: 1.6em;
}

#discography .entry .tracklist span {
	color: #CD3667;
}

#discography .odd {
	float: right;
}

#discography .info {
	clear: both;
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px #E4E4E4 solid;
}

#discography .info .title {
	border: none;
}


.pagetitle {
	border-bottom: 1px solid #E4E4E4;
	color: #CD3667;
	font-family: Georgia,serif;
	font-size: 2em;
	font-style: italic;
	font-weight :bold;
	letter-spacing: -0.06em;
	padding-bottom: 0.1em;
}

.textcontent {
	line-height: 1.5em;
	text-align: justify;
	font-size: 1em;
}

#followus {
	margin-top: 2em;
}

#followus .entries {
	list-style: none;
	padding: 0 0 0 1.4em;
	margin: 0;
}

#followus .entries a img {
	opacity: .8;
}

#followus .entries a:hover img {
	opacity: 1;
}