@charset "utf-8";
/* CSS Document */

html { 
	overflow-y: hidden; 
}
body {
	font-size: 12px;
	background-color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #ffdead;
}
@font-face {
	font-family: Lobster;
	src: url('/fonts/lobster.ttf');
}
.fuente_ {
	font-size: x-small;
	font-family: Verdana, Geneva, sans-serif;
}
.fuente2_ {
	font-size: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #C60;
}
.centrar_ {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.fuente_titulo {
	font: bold 4em Lobster;
	text-align: center;
	text-shadow: 1px 1px 1px #333333;
}
.fuente_titulo2 {
	font: bold 4em Lobster;
	color: #ffcc66;
	text-align: center;
	text-shadow: 1px 1px 1px #333333;
}
.ficha_compositor {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.barra_botones {
	font-size: 14px;
	letter-spacing: 3px;
	word-spacing: normal;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}
a:link {
	color: #faebd7;
	text-decoration: none;
}
a:visited {
	color: #faebd7;
	text-decoration: none;
}
a:hover {
	color: #ff8c00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#tooltip {
	background-color: #e6e6fa;
	border: 1px solid #888888;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 7px;
	max-width: 20em;
	line-height: 12px;
}
#tooltip h3 {
	font-size: 1.1em;
    margin: 0;
	padding: 0 3px;
	text-align: left !important;
}
#tooltip p {
	font-size: 0.95em;
	margin: 5px 0 0 5px;
	text-align: left;
}
.menu {
	font: normal 18px Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 2px #777777;
}
#menublog_adm2 a
{	
	color: tomato;
}
#menublog_adm2 a:hover
{	
	color: #333333;
	text-transform: uppercase;
}
