body {
	margin: auto;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia;
}
q {
	font-style: italic;
}
#contenedor {
	margin: 20px auto;
	width: 740px;
	border: 1px solid #000000;
	min-height: 470px;
	*height: 470px;
}
/* LOGO Y BOTON DE ENTRAR */
#topLogo {
	visibility: hidden;
}
.topLink {
	text-align:right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
}
.topLink {
	margin-bottom: 5px;
}
.topLink a:link, .topLink a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.topLink a:hover {
	color: #CC0000;
}
.logo {
	margin: 40px 170px;
	width: 364px;
	text-align: center;
}
.entrar {
	margin: 20px auto;
	width: 191px;
}

/* MENU */
#menu {
	position: relative;
	bottom: 0px;
}
#menu .pl {
	color: #CC0000;
	font-weight: bolder;
	font-size: 12pt;
}
#menu ul{
	list-style: none;
}
#menu ul li {
	font-weight: bold;
	font-size: 16px;
	width: 120px;
	line-height: 20px;
	display: block;
}
#menu ul li a:link, #menu ul li a:visited {
	text-decoration: none;
	color: #000000;
	width: 100%;
	display: block;
	padding-left: 10px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
#menu ul li a:hover {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
#noticia_holder {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#noticia_holder #noticia {
	width: 300px;
	padding: 0px;
	margin: 0px 0px 0px 440px;
	cursor: pointer;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#noticia p { padding-right: 10px; }
#noticia h2 {
	color: #BB0000;
	margin: 0px;	
	background-color: #EEEEEE;
	padding-right: 10px;
	font-size: 25px;
}
.title {
	color: #CC0000;
}

#loading {
	float: left;
	display: none;
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #FFFFFF;
	padding: 0px;	
	margin: 0px;
	z-index: 999;
}
#contenidoGral {
	padding: 20px;
}
#generalCont h1 {
	margin-top: 20px;
	color: #CC0000;
	font-size: 25px;
	border-bottom: 1px solid #000000;
	text-align: right;
}

.temas {
	font-weight: bold;
	list-style-image: url(imagenes/nota.jpg);
}
.temas li {
	margin: 0px 3px 0px 3px;
}
.temas em {
	font-weight: normal;
}

.temas a:link, .temas a:visited {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}
.temas a:hover {
	text-decoration: underline;
}

#formulario input, #formulario textarea {
	width: 300px;
	border: 1px solid #CC0000;
	padding-left: 5px;
}
#formulario #btn {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	width: 70px;
}
.temas_div {
	display: none;
	font-weight: normal;
	padding: 60px 10px 10px 10px;
	margin: 10px;
	width: 400px;
	border: 1px solid #000000;
}
.noticia_recuadro {
	width: 300px;
	background-color: #EEEEEE;
}
.noticia_recuadro p {
	padding: 5px;
}
.noticia_recuadro .fecha{
	text-align: right;
	color: #666666;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
}

#enlaces {
	list-style: none;
}
#enlaces li a:link, #enlaces li a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#enlaces li a:hover {
	color: #CC0000;
}
.link_cat {
	color: #CC0000;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	margin: 5px;
	width: 90%;
}
.integrantes_titulo_off {
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 5px;
	width: 230px; 
	border: 1px solid #000000;
}
.integrantes_titulo_on {
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 5px;
	width: 230px; 
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #EEEEEE;
}
.integrantes_ficha {
	margin-top: 0px;
    display: none;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    height: 180px;
    background: #EEEEEE;
}
.integrantes_ficha img {
	border: 1px solid #000000;    
	margin: 10px;
    float: right;
}
.integrantes_ficha dl {
    margin-left: 10px;
}
.integrantes_ficha dt {
    
}
.interantes_ficha dd {
    
}
.gallery table tr td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
