/* CSS Document */
*
{
	padding: 0;
	margin: 0;
}
body
{
	color: #000000;
	background: url(../images/bgLogin.gif) repeat-x #FFFFFF;
	font: normal 11px Arial, Helvetica, sans-serif;
}
a
{
	text-decoration: none;
}
img
{
	border: none;
}
a:hover
{
	text-decoration: underline;
}
ol, ul
{
	list-style-position: inside;
}
.floatFix
{
	clear: both;
	height: 0;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
.fltL
{
	float: left;
	display: inline;
}
.fltR
{
	float: right;
	display: inline;
}
#login
{
	width: 400px; /*412px;*/
	margin: 30px auto 0 auto;
}
.loginLogos .certificate
{
	float: right;
	margin-top: -5px;
}
.loginLogos
{
	text-align: center;
}
.loginLogos img
{
	margin-left: 10px;
}
.loginCont {
    background: url("../images/bgLoginCont.gif") repeat-x scroll 0 0 #D9D9D9;
    border: 1px solid #E6E6E6;
    margin-top: 10px;
    padding: 20px 50px;
}
p.center
{
	width: 100%;
	display: block;
	text-align: center !important;
}
.loginTit
{
	font-weight: bold;
	float: left;
	width: 76px;
	padding-top: 3px;
	text-align: right;
	margin-right: 4px;
}
.loginTit2
{
	font-weight: bold;
	float: left;
	width: 150px;
	padding-top: 3px;
	text-align: right;
	margin-right: 4px;
}
.loginCont input
{
	border: #000000 solid 1px;
	padding: 2px;
	margin-bottom: 5px;
}
.olvido
{
	display: block;
	text-align: right;
	padding: 3px;
	clear: both;
}
.loginCont p
{
	text-align: left;
	padding: 2px;
	clear: both;
}
.btnRecordatorio
{
	background-image: url(../images/btnLogin.gif);
	color: #FFFFFF;
	float: right;
	margin-right: 90px;
	text-transform: uppercase;
	border: #000000 solid 1px;
	padding: 2px 8px !important;
}
.btnRecordatorio:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	color: #1c599f;
	border: #1c599f solid 1px;
}
.btnLogin
{
	background-image: url(../images/btnLogin.gif);
	color: #FFFFFF;
	float: right;
	margin-right: 85px;
	text-transform: uppercase;
	border: #000000 solid 1px;
	padding: 2px 8px !important;
}
.btnLogin:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	color: #1c599f;
	border: #1c599f solid 1px;
}
.btnLoginpress
{
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	color: #1c599f;
	border: #1c599f solid 1px;
	cursor: default;
}
.loginPie
{
	background: url(../images/bgRegistro.gif) repeat-x;
	height: 23px;
	padding: 10px;
}
.btnRegistro
{
	background: url(../images/btnRegistro.gif);
	border: #666666 solid 1px;
	padding: 4px 8px;
	color: #003399;
	float: left;
}
.btnRegistro:hover
{
	background: #003399;
	text-decoration: none;
	border: #d7d7d7 solid 1px;
	color: #FFFFFF;
}
.btnContacto
{
	background: url(../images/btnRegistro.gif);
	border: #666666 solid 1px;
	padding: 4px 8px;
	color: #003399;
	float: left;
}
.btnContacto:hover
{
	background: #003399;
	text-decoration: none;
	border: #d7d7d7 solid 1px;
	color: #FFFFFF;
}
/* WebTrust (login) */
.webtrust
{
	margin: 10px 0;
	overflow: hidden;
}
.webtrust .logo
{
	float: left;
	position: inherit;
	width: 90px;
}
.webtrust .legend
{
	color: #555;
	font-size: 12px;
	text-align: justify;
}
.webtrust .legend strong
{
	font-weight: bold;
	color: #004494;
}

.datosPie
{
	position: relative;
	bottom: 0;
	width: 830px;
	margin: 0 auto;
	padding: 10px 0 10px 30px; /*background-color:#EA9534;*/
	overflow: hidden;
	text-align: left;
	font-size: 10px;
	color: #000000;
}
.datosPie .sucursales
{
	width: 100%;
	overflow: hidden;
}
.datosPie .logos
{
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.datosPie .logos img
{
	padding-right: 26px;
}
.datosPie .links
{
	background-color: #EEEEEE;
	margin-top: 10px;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
