.botones {
	background-color:#0099CC;
}
.filtro1 {
filter: 
Alpha(Opacity=100,FinishOpacity=0, Style=1, StartX=50, StartY=90, FinishX=50, FinishY=100)
Alpha(Opacity=100,FinishOpacity=0, Style=1, StartX=50, StartY=50, FinishX=50, FinishY=5)
Alpha(Opacity=100,FinishOpacity=0, Style=1, StartX=90, StartY=50, FinishX=100, FinishY=50)
Alpha(Opacity=100,FinishOpacity=0, Style=1, StartX=10, StartY=50, FinishX=0, FinishY=50);
}

.caferealcom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}

.copyrigth 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.borde {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #0099CC;
	border-left-color: #0099CC;
}
.borde2 {
	border: 2px solid #CCCCCC;
}
.borde3 {
	border-top: 2px none #3399CC;
	border-right: 2px none #3399CC;
	border-bottom: 2px none #3399CC;
	border-left: 2px solid #3399CC;
}

.borde4 {
	border-top: 2px none #3399CC;
	border-right: 2px solid #3399CC;
	border-bottom: 2px none #3399CC;
	border-left: 2px none #3399CC;
}
.bordearriba {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0099CC;
}
