/*!
 * 
 * License - VMP 2019
 */

#content-out{
	display:inline-table;
	font-family:"VMP Font";
	font-size:1.1em;
	color:#333;
}
.row-out{
	display:table-row;
}
.col-out-izq{
	display:table-cell;
	padding-top:8px;
	width:400px;
	background-image:url(../images/banner01.png);
	background-size:contain;
	background-repeat:no-repeat;
}
.col-out-der{
	display:table-cell;
	height:40px;
	padding-top:8px;
	width:400px;
}
.row-out-login-tit{
	display:table-row;
	text-align:left;
	height:20px;
	font-size:0.7em;
}
.row-out-login-link{
	display:table-row;
	text-align:left;
	height:30px;
	font-size:0.7em;
}
.row-out-login{
	display:table-row;
	text-align:left;
	height:50px;
}





.cajalogin{
	padding:5px;
	border:1px solid #09F;
	font-size:0.8em;
	color:#333;
	width:300px;
}
#divBtnLogin{
	width:140px;
	height:25px;
	padding-top: 4px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	border:1px solid #ccc;
	background-color:#1087E0;
	color:#FFF; 
	cursor:pointer;
	transition:all 0.2s ease-out;
	font-family:"VMP Font", sans-serif;
	font-size: 0.8em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius:  5px;
    border-radius: 5px;
}
#divBtnLogin:hover{
	background-color:#2A72B5;
	box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.5);
	transition:all 0.2s ease-out;
}