/*Seccion para el display por categoria*/
.contenedor_galeria_display{
    border: solid #CCCCCC 0px;
    margin-left: 10px;
    width:90%;
    height:100%;
}

.contenido_galeria
{
	font-family: Times New Roman, serif;
	font-size: 11px;
    font-weight: normal;
    color:#999999;
    Background-color:#F5F5F5;
	padding: 6px;
}

.galeria_more
{
  	background-color:#F5F5F5;
  	color:#003366;
  	font-family: Times New Roman, serif;
	font-size: 10px;
    font-weight: none;
    text-align: right;
}

.title_gallery
{
  	background-color:#e3e3cf;
  	color:#003366;
  	font-family: Times New Roman, serif;
	font-size: 14px;
    font-weight: bold;
	padding: 8px;
}

.title_gallery_princ h1
{
  	font-family: Times New Roman, serif;
	font-size: 15px;
    font-weight: bold;
    margin:0;
    padding: 6px;
}

.title_gallery_cat h1
{
  	font-family: Times New Roman, serif;
	font-size: 14px;
    font-weight: normal;
    margin:0;
    padding: 8px;
}

/*Seccion para el display total de las  galerias y categorias*/

.conteniner_display_all
{
    border: solid #CCCCCC 1px;
    margin-left: 10px;
    width:90%;
    height:100%;
}

.display_categories h1
{
  	background-color:#e3e3cf;
  	color:#003366;
  	font-family: Times New Roman, serif;
	font-size: 15px;
    font-weight: bold;
    margin:0;
    padding: 6px;
}
.title_categories_display h1
{
 	font-family: Times New Roman, serif;
	font-size: 15px;
    font-weight: bold;
    margin:0;
    padding: 6px; 
}
.display_links_categories
{
  	color:#003366;
  	font-family: Times New Roman, serif;
	font-size: 15px;
    font-weight: bold;
    margin-left:10px;
    padding: 6px;
}