.FondoTablaPrincipal {
	background-image: url(imgns/FondoTabla.jpg);
}
.FondoTablaInferior {
	background-image: url(imgns/FondoInferior.jpg);
}
.FondoTablaPiePagina {
	background-image: url(imgns/FondoTablaPiePagina.jpg);
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #787878;
}

.CategoriesContenido {
	background-image: url(imgns/CategoriesContenido.jpg);
}
.CategoriesInferior {
	background-image: url(imgns/CategoriesInferior.jpg);
}
.BarraMenues {
	background-image: url(imgns/BarraMenues.jpg);
}
#Menu {
	font-size: 10px;
	text-transform: uppercase;
	color: #5c5c5c;
}

#Menu a {
	color: #5c5c5c;
	font-weight: bold;
	text-decoration: none;
}

#Menu a:hover {
	color: #3a6c96;
}
.Titulos
{
    font-family: "Myriad Pro";
    font-size: 20px;
    font-weight: bold;
    color: #6e942e;
}
.SubTitulo
{
    color: #7b9aba;
    font-family: tahoma;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
#Categorias
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-transform: capitalize;    
}
#Categorias a
{
    color: #759d31;
    text-decoration: none;
}

#Categorias a:hover
{
    color: #7b9aba;
}
.Fecha
{
    color: #759d31;
    text-decoration: none;
    font-size: 10px;
}
#ReadMore
{
    font-size: 11px;
}

#ReadMore a
{
    color: #7b9aba;
    text-decoration: none;
}
#ReadMore a:hover
{
    color: #759d31;
    text-decoration: underline;
}
#Miembros
{    
    font-size: 12px;
    font-weight: bold;
}

#Miembros a
{
    color: #4E4E4E;
    text-decoration: none;
}

#Miembros a:hover
{
    color: #759d31;
    text-decoration: underline overline;
}

a
{
    text-decoration: none;
    color: #7b9aba;
}

a:hover
{
    color: #759d31;
}
.Descripcion
{
    font-weight: lighter;
    font-style: oblique;
    font-size: 11px;
}

#BlockItem
{
    width: 450px;
    display: block;
    text-align: center;
}
#BlockItem .Items
{
    padding: 3px;
    margin: 5px;
    border: 1px solid #DBDBDB;
    width: 200px;
    float: left;
    height: 220px;
}

#BlockItemGallery
{
    width: 450px;
    display: block;
    text-align: center;
}
#BlockItemGallery .Gallery
{
    padding: 3px;
    margin: 5px;
    border: 1px solid #DBDBDB;
    width: 200px;
    float: left;
    height: 150px;
}