/*::::::::::::::::::::::::::::::::::::::::::::::::: TOP :::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#cajatop {
	height: 113px;
	width: 890px;
	background-repeat: no-repeat;
	float: left;
	background-image: url(../img/bgtop.png);
}
 
 /*::::::::::::::::::::::::::::::::::::::::::::::::: FLASHTOP :::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.flashtop {
	height: 100px;
	width: 890px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::: MENU :::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.menu {
	float: left;
	height: 45px;
	width: 138px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 12px;
}
.menu a{
	color: #fff;
	text-decoration: none;
	background-image: url(../img/bgmenu.png);
	display: block;
	background-repeat: no-repeat;
}
.menu a:hover{
	color: #660066;
	text-decoration: none;
	display: block;
	background-image: url(../img/bgmenu2.png);
	background-repeat: no-repeat;
}
#cajamenu{
	height: 45px;
	width: auto;
	float: right;
	margin-left: 10px;
}
 

