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

/*--- LOG ---*/

.Log {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#33FF00;
	font-weight:bold;
}

/*--- Enlaces ---*/

a:link {
	text-decoration: none;
	color: #007AC4;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #007AC4;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #55BFFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #55BFFF;
	font-weight: bold;
}
/*--- Botones de navegacion ---*/

a.NavBtn:link, a.NavBtn:visited, a.NavBtn:active, a.NavBtn:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.NavBtn:link {
	text-decoration: none;
	color: #007AC4;
	font-weight: bold;
}
a.NavBtn:visited {
	text-decoration: none;
	color: #007AC4;
	font-weight: bold;
}
a.NavBtn:activee {
	text-decoration: none;
	color: #55BFFF;
	font-weight: bold;
}
a.NavBtn:hover {
	text-decoration: none;
	color: #55BFFF;
	font-weight: bold;
}

a.NavCurrBtn:link, a.NavCurrBtn:visited, a.NavCurrBtn:active, a.NavCurrBtn:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.NavCurrBtn:link {
	text-decoration: none;
	color: #55BFFF;
	font-weight: bold;
}
a.NavCurrBtn:visited {
	text-decoration: none;
	color: #55BFFF;
	font-weight: bold;
}
a.NavCurrBtn:active {
	text-decoration: none;
	color: #00FFFF;
	font-weight: bold;
}
a.NavCurrBtn:hover {
	text-decoration: none;
	color: #00FFFF;
	font-weight: bold;
}

/*--- Textos ---*/ 

.NormalText, .BoldText, .GuestBookText, .GuestBookBoldText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.NormalText, .BoldText {
	color: #ABDCFC;
}

.GuestBookText, .GuestBookBoldText {
	color:55BFFF;
}

.BoldText, .GuestBookBoldText {
	font-weight:bold;
}

.Title, .CenterTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:normal;
	color: #ABDCFC;	
}

.Title {
	text-align: left;
}

.CenterTitle {
	text-align: center;
}

