html {
   height: 100%;
}
body {
   background-color: #808080;
	font-size: 8pt;
   height: 100%;
   margin: 0px 0px 0px 0px;
}
A:link {
	font-family: Libre Baskerville, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #33334D;
}
A:visited {
	font-family: Libre Baskerville, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #33334D;
}
A:hover {
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	font-size: 12pt;
	text-decoration: underline;
	color: beige;
}
A:active {
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	font-size: 12pt;
	text-decoration: none;
	color: #33334D;
}
h2 {
	font-size: 12pt;
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	margin-top: 0px;
	ttext-decoration: underline;
}
h3 {
	font-size: 8pt; 
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h4 {
	font-weight: bold;
	margin-bottom: 0pt; 
	padding-bottom: 0pt;
}
ul, ol {
	list-style: none;
	margin-top: 0px;
	padding: 0;
}
td a h2 {
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
}
td a img {
    border-radius: 6px;
}
.div-cabecera {
    background-color: rgb(236, 237, 232); /* <%=ColorCabeceraWeb%>; */
	border: 1px rgb(236, 237, 232) solid; /* <%=ColorCentroWeb%> solid; */
	font-family: Libre Baskerville; 
	font-size: 30pt;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
	height: 50px;
	width: 1200px; /* <%=AnchoCentroWeb%>px; */
   }
.div-cuerpo {
    background-color: rgb(215, 215, 215); /* <%=ColorCentroWeb%>; */
    border: 1px rgb(215, 215, 215) solid; /* <%=ColorCentroWeb%> solid; */
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	top: -21px;
    width: 1200px; /* <%=AnchoCentroWeb%>px; */
	z-index: 1;
   }
.div-pie-de-pagina {
    background-color: rgb(215, 215, 215); /* <%=ColorCentroWeb%>; */
    border: 1px rgb(215, 215, 215) solid;
	height: 30px;
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	position: relative;
	top: -21px;
    vertical-align: text-bottom;
	width: 1200px; /* <%=AnchoCentroWeb%>px; */
}
.div-menu {
	background-color: rgb(236, 237, 232); /* <%=ColorCentroWeb%>; */
    border: 1px rgb(236, 237, 232) solid; /* <%=ColorCentroWeb%> solid; */
    display: block; /* Convertimos la capa en un bloque. */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
    width: 1200px; /* <%=AnchoCentroWeb%>px; */
	z-index: 10;
}
.tabla-menu {
    border: none; 
	position: relative; 
	margin-top: 0px; 
	top: -7px;
}
.h1-tit-arte {
	color: #333333;
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	font-size: 16pt;
	font-weight: normal;
	margin: 10px;
	position: relative;
	text-decoration: underline;
}
.h2-subtit-bio {
	color: darkbrown;
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 10px;
}
.td-home-der {
    text-align: center;
	font-family: Helvetica, Sans-Serif;
	font-size: 10pt;
	color: brown;
	margin-left: 0px;
   }
.td-home-izq {
    text-align: center;
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: brown;
	margin-right: 0px;
}
.tabla-arte {
	border: 0px solid gray; 
	height: 650px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 1px; 
	position: relative; 
	top: -10px;
	wwidth: 90%; 
}
.lnk-artista {
    color: brown; //#F52A2A;
	font-size: 8pt;
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	text-decoration: none;
}
.td-artista-arriba {
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	width: 650px; 
}
.td-artista-abajo {
    text-align: justify;
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	font-size: 11pt;
	height: 100%; 
	margin: 0px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	vertical-align: top;
}
#listado-titulos {
	background-color: white; 
	color: blue; 
	display: block; 
	float: left; 
	height: 100%;
	margin-bottom: 0px;
	overflow: auto;
	padding: 5px 5px; 
	width: 47%;
}
#visor-texto {
	background-color: black; 
	color: white; 
	display: block; 
	float: right; 
	height: 100%;
	margin-bottom: 0px;
	overflow: auto;
	padding: 5px 5px;
	vertical-align: middle; 
	width: 50%;
}
.img-home {
    width: 100%;
	border: none;
   }
#menuprin {
    list-style: none;
	margin-top: 0px;
	padding: 0;
	top: -45px;
	mmargin-left: 250px;
	mmargin-right: 250px;
	position: relative; 
}
#menuprin li {
	border: 0px solid #CCCCCC;
	color: green;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	/* width: 75px; */
   }
#menuprin > li {
	color: gray;
}
#menuprin li a {
	background-color: rgb(236, 237, 232);
	color: #606060;
    display: block; /* Convertimos el vínculo en un bloque. */
	font-family: Libre Baskerville, Helvetica, Arial; /*, Helvetica, Sans-Serif;*/
	font-size: 10pt;
	padding: 1px;
	text-decoration: none;
	text-align: center;
   }
#menuprin li a:hover {
	color: #606060;
	font-weight: bold;
	background-color: white;
   }
#menuprin  li ul {
	display:none;
	position:absolute;
	min-width:200px;
	height: 20px;
}
#menuprin  li:hover > ul {
	/* display:block; */
	padding: 0px;
}
#menuprin  li ul li {
	position:relative;
	height: 20px;
	width: 200px;
}
#menuprin  li ul li  a {
	font-size: 10pt;
	padding-left: 5px;
	padding-top: 2px;
	text-align: left;
}
#menuprin  li ul li  a:hover {
	display:block;
	color: darkgoldenrod;
}
#menuprin  li ul li ul {
	right: -140px;
	top: 0px;
	color: red;
}

.mnuLinkNiv02 {
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	font-size: 12pt;
}
.mnuLinkNiv02 A:link {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.mnuLinkNiv02 A:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.mnuLinkNiv02 A:hover {
	color: #A01A21;
	text-decoration: none;
}
.mnuLinkNiv02 A:active {
	color: #A01A21;
	text-decoration: none;
}
.AnibalMain {
   font-family: Helvetica Neue LT Std, Helvetica, sans serif;
}
.celdaMenuPrincipal {
	border-bottom: 1px solid SaddleBrown;
	border-left: 3px solid SaddleBrown;
	padding-left: 4px;
}
.celda-pro {
	font-size: 10pt;
	padding-left: 10px;
	text-align: left;
	width: 100%;
}
.celda-pro:hover {
	background-color: rgba(0,0,0,0.5);
}
a.link-proy {
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
}
a.link-proy:hover {
	text-decoration: none;
}
.subMenuPrincipal {
}
.btnTabla {
	border: 1px solid #222222; 
	text-align: center;
	color: #A04F4E;
}
.MargenSuperiorPagina50px {
	margin-top: 50px;
}
.Subtitulo {	
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	font-size:10px; 
	color: #222222;
}
.foto-artista {
	margin: 5px auto; 
	padding-bottom: 0px; 
	width: 100%;
}
.Textos {	
	bbackground-color: orange;
	color: white;
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	font-size:10pt; 
	margin: 5px 5px 15px 5px; /* arr der aba izq*/
	text-align: justify;
}
.texto-parrafos {
    color: #696969;
	font-family: Libre Baskerville, Helvetica, Arial;
	font-size: 12pt;
	margin-left: 10px;
	margin-right: 10px;
}
.TitulosFotos {	
	color: #222222;
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	font-size: 10pt; 
	position: relative;
	text-align: center;
}
.TitulosTextos {	
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight: bold;
	ex-color: #929395;
	color: #222222;
	text-align:left;
}
.txtPseudoEmergente {
	border: none; 
	color: #222222;
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight:bold;
}

.fotoSeccion {
	border: 0px;
	width: 350px;
}	
.pieFotoSeccion {
	color: #222222;
	font-family: Libre Baskerville, Helvetica, Sans-Serif;
	font-size:12px ; 
	text-align:  left;
}
.imgmini {
}
#titProyecto {
	color: white;
	font-size: 12pt;
}
#tit-img-grande {
}
