BODY {
	background-color:#FFFFFF;
	vertical-align: top;
	_height: 100%;
	font-family:sans-serif;
/* 	font-weight:300; */
	color:#222222;
}
HR {
	background-color:#c4c4d7; 
	height:5px;
	border: 0;
}

H1{
        font-size: 100%;
        background-color:#e6e6e6;
        color:#b1b1cf;
	text-align:right;
/*         text-shadow: 0px 0px 5px #FFFFFF;  */
}
H2{
        background-color:#e6e6e6;
        color:#000099;
}
H3{
/*         background-color:#e6e6e6; */
	font-family:sans-serif;
	font-weight:500;
	font-size:150%;
        color:#333355;
/*         text-shadow: 1px 1px 1px #888888;  */
}
H4{
	font-family:sans-serif;
	font-weight:400;
	font-size:125%;
/*         text-shadow: 1px 1px 1px #888888;  */
}
CODE a {
	font-size: 120%;
}
LI {
/*   font-weight:300; */
  margin-top:.5em;
}
A {
  text-decoration: none;
}
A:hover {
  text-decoration: underline;
}

.floating_menu_off { height:0px;overflow:hidden; }
.floating_menu_on { border: 0em solid #e6e6e6; padding:0.5em; /* box-shadow: 1px 1px 3px 2px #ccc; */ float:right; text-align:right;line-height:150%;margin-right:50px; }
.floating_title { font-weight:300; font-size:125%; color:#333355; /*text-shadow: 1px 1px 1px #888888;*/  }
.floating_marker_on { background-color:#C4C4D7; }
.floating_marker_off { background-color:#E6E6E6; }



#thumbs {
	clear: both;
}
#thumbs img {
	border-width: 0px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
#thumbs img:hover {
	transform: scale(1.25);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}


#download {
	clear: both;
}

#menu a:hover {
	text-decoration: underline;
	background-color: #e6e6e6;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	color: #00155C;
}
#menu a {
	font-size: 120%;
	color: #002BB8;
	text-decoration: none;
	font-family:sans-serif;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;

}

#menu table {
	text-align: center;
}
#menu td {
	border: 0.155em solid #d1d1ff;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	padding: 0.2em;
}
#menu td:hover {
	background-color: #e6e6e6;
}


#cucaracha img {
  background-color:transparent;
  border-width: 0px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
}
#cucaracha img:hover {
  border-width: 0px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
}