@charset "UTF-8";
/* CSS Document */

body {
    margin: 0px;
	padding:0px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color:#333;
}
#center {
	margin:0 auto;
	width:758px;

	}

#factoring {
	float:left;
    margin: 0px;
	width:758px;
	height:599px;
	background:url(images/fondobank.jpg);
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border:1px solid #666;
	}
	
.login {
	float:left;
	margin:180px 220px 105px;
	width:314px;
	height: 255px;
	}
	
h3 {
	text-align:center;
	font-style:inherit;
	font-size:14px;
	color:#666;
	padding-top:5px;
	width:100%;
	float:left
	}
h4 {
	text-align:center;
	font-style:inherit;
	font-size:18px;
	color:#666;
	}
	h4 a{color:#55b949}
	h4 a:hover{color:#333}
p{
	float:left;
	margin:10px 0px 0px 0px;
	font-size:18px;
	width:30%;
	text-align:right;
	}
b{
	float:left;
	padding:3px 0px 10px 0px;
	font-size:10px;
	line-height:11pt;
	border-bottom:1px dotted #333;
	text-align:center;
	float:left;
	width:100%
	}	
.inputs, .inputs2 {
	float:right;
    -webkit-box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #C8C8C8;
    color: #777;
    font-size: 14px;
	height:20px;
	width:200px;
	padding:5px 0px 5px 10px;
    margin:5px 0px 10px 0px;
}
.inputs2 {
	float:left;}
.inputs:focus, .inputs2:focus {
    -webkit-box-shadow: 0 0 2px #54ae4e inset;
    -moz-box-shadow: 0 0 2px #54ae4e inset;
    -ms-box-shadow: 0 0 2px #54ae4e inset;
    -o-box-shadow: 0 0 2px #54ae4e inset;
    box-shadow: 0 0 2px #54ae4e inset;
    background-color: #FFF;
    border: 1px solid #54ae4e;
    outline: none;
}

.boton {
	float:right;
	margin-top:5px;
	width:190px
	}
.boton2 {
	float:right;
	margin-top:5px;
	}
a:link {
	text-decoration: none; 
	outline: none; 
	}

a:visited {
	text-decoration: none;
	outline: none; 
	}

a:hover {
	text-decoration: none;
	outline: none; 
	}

a:active {
	text-decoration: none;
	outline: none; 
}
	
a:active, a:focus { 
	outline: none; 
	ie-dummy: expression(this.hideFocus=true);
}
.error
{
    padding-left:125px;
    padding-bottom:8px;
    float:left;
    position:relative;
    font-size:9pt;
    color:Red
    
    
    }	
	
	
.login a
	{
	  color:#51b84b  
	    }
	    	
.login a:hover
	{
	  color:#000  
	    }
	
	