.textblanco{
	font-size:14px;
	color:#D3E663;	
	padding:0px 6px;
	font-family:Tahoma, Geneva, sans-serif;
}

#logout{
	font-size:14px;
	color:#FFF;	
	padding:0px 6px;
	font-family:Tahoma, Geneva, sans-serif;
	margin:2px 5px 0; 
	display:block;
	float:6px;
}


.info, .exito, .alerta, .error {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position:relative;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.exito {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/exito.png');
}
.alerta {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/alerta.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}




.TablaHTML{
	border:1; 

	font-size: medium;
}

.TablaHTML th{
	background-color:#C9D9F8;	
}

#frmSiguiente{
	text-align:left;
	background-color:#EEF3FD;
	/*padding:0 0 0 130px;*/
}

#UpdSesion
{
	width:97%;	
	border-collapse:separate;
}

#UpdSesion tr:hover{
	background-color:#CF6;
}

#UpdSesion thead{
	background-color:#DFF4FF;
}


#lstBancos{
	width:56%;
	margin-left:20%;
}

.laPreguntas{
    color: blue;
}

.odd{
	/*background-color:#8FCEF3;**/
        background-color:#C4E1FF;
}

.comentarios{
    color:#0000FF;
    
    height:150px;
    width:330px;
}

.titulo{
 background-color:#718AC0;
 color:#FFF;
	
}



/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:26px;
    height:26px;	
}

/* STANDARD */
/*
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}*/
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}



/*---------- LOGOS ---------*/
#logoi{
	float:left;
	margin:10px 0 0 15px;
}

#logod{
	float:right;
	margin:10px 15px 0 0;
}

#logom{
	float:left;
	/*margin:15px 0 0 105px;*/
	margin: 2% 0 0;
	
	white-space:pre;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

#Parametros{
	float:left;	
	margin-left: 50px;
}

#divSimulacion{
	float:left;
	border-left-width: 56px;
    margin-left: 98px;
	margin-top: 28px;
}

#divSimulacion table tr td input{
	width:65px;
	text-align: right;
	background-color:#FFFFB5;
}

#divSimulacion table tr th{
	background-color:#DFF4FF;
}
#Parametros table tr th{
	background-color:#DFF4FF;
}
/*-------- Boton Respuesta --------*/
#sblsbb {
	height: 24px;
}

.lsb {
	font: 15px arial,sans-serif;
	background-position: 0 -331px;
	border: 0;
	color: black;
	cursor: default;
	height: 23px;
	margin: 0;
	vertical-align: top;
	background-color:#357AE8;
	width: 70px;
}

.sbico {
	background: url(../images/onebit_09.png) no-repeat ;
	color: transparent;
	display: inline-block;
	height: 26px;
	margin: 0 auto;
	margin-top: -1px;
	width: 26px;
}

.kpbb {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-color: #4D90FE;
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	border: 1px solid #3079ED;
}


#frmAddBanco{
	margin-left:156px;
	border:1px solid #fbc2c4;
	padding:9px;
	width:55%;
}

#frmMaestro{
	float:left;
}

#frmEsclavo{
	float:right;
}

#frmMaestro table{
	padding:8px;
}
#frmEsclavo table{
	padding:8px;
}

#iconFlecha{
	float: left;
    margin-left: 55px;
    margin-top: 15px;
}

#frmAddAsesor{
	margin-left:12%;
}
