/* 

CREDITS
-------

Galera Visol
www.e-nologia.com

*/

/* MENU */
.menuvisol a{
	color: #EEEEEE;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	display:block;
	width:120px;
	background: url(../images/fonbot.png) no-repeat;
	height: 34px;
	padding-top: 7px;
	font-size:16px;
	}
.menuvisol a:hover {
	background: url(../images/fonboto.png) no-repeat;
}
.menuvisol a:active {
	background: url(../images/fonbota.png) no-repeat;
}

/* LETRAS */
.letras {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.titulo {
font-family: "Times New Roman", Times, serif;
color: #FFFFFF;
font-weight: bold;
font-size: 24px;
text-align: center;
 }
 .letra12 {
 		font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
 }
 .letra17 {
 	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
 }
  .letra14 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
 }
 .letrasa {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
 }
 .tituloa {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
font-size: 20px;
text-align: center;
 }
 
 /* LISTADO ENLACES */
 ul#listado {
	margin:20px 0 20px 0;
	list-style-type: none;
	list-style-image:url(../images/puntero-listado.gif);
	list-style-position: inherit;
}
ul#listado li#first { border-top:1px solid #ccc; }
ul#listado li { clear:both; width:95%; position:relative; }
ul#listado li a { 
display:block;
width:90%;
padding:5px 10px;
font:14px Tahoma, sans-serif;
color:#FFFFFF;
text-decoration:underline;
border-bottom:1px solid #ccc;
text-align: center;
 }
ul#listado li a:hover { background-color:#E2E2E2; color:#000; }

/* AUTORES */
ul#listadoa { margin: 20px 0 20px -10px; list-style:none; }
ul#listadoa li#first { border-top:1px solid #ccc; }
ul#listadoa li { clear: both; width:95%; position: relative; }
ul#listadoa li a { display: block; width:90%; padding: 5px 5px; font:14px Tahoma, sans-serif; color:#FFFFFF; text-decoration:underline; border-bottom:1px solid #ccc; }
ul#listadoa li a:hover { background-color:#E2E2E2; color:#000; }


 /* GALERIAS */
ul#gallery { margin: auto; list-style:none; text-align: center; }
ul#gallery li { display: inline; position:relative; left: 5px; right: 5px;  line-height: 160px; margin-left: 20px; margin-right: 20px } 
ul#gallery li a img { position: relative; vertical-align: middle; }

/* ENLACES */
a {
	font-size: 12px;
	color: #FFFFFF;
}
a:visited {
	color: #E6A144;
}
a:hover {
	color: #FF0000;
}