﻿.jMainButtonHover
{
	border: solid 1px #0033cc;
	border-color: #0033cc;
	background-color: #cbd9fe;
	cursor: hand;
}

.jMainButton
{
	border: solid 1px #0033cc; /*background-color : #cbd9fe;*/
	cursor: auto; /*color : #ffffff;	*/
}

.LogoStyle1, .LogoStyle2, .LogoStyle3
{
	position: relative;
	top: -5px;
	height: 1px;
	font-size: 1px;
}

.LogoStyle1
{
	top: -5px;
	background-color: #96b1ff;
}

.LogoStyle2
{
	top: -3px;
	background-color: white;
}

.LogoStyle3
{
	top: -5px;
	background-color: white;
}

.AmbienteTest
{
    /*width:100%;
    height:100%;*/
    background-color: Red;
    color: White;
    font-size: 20pt;
    text-align: center;
}

.btnDifContext
{
    border: none;
    background-color: Transparent;
    cursor: hand;
    width: 100%;
    font-family: Tahoma;
	font-size: 12px;
	color: white;
}