body{
/*
background: transparent url() no-repeat center center;
background-attachment: fixed;
margin:auto;
background-position: center;
position:relative;
text-align:center;
margin-left:auto;
margin-right:auto;
*/
}

@font-face {
    font-family: 'recargaki';
    src: url('recargaki-webfont.eot');
    src: url('recargaki-webfont.eot?#iefix') format('embedded-opentype'),
         url('recargaki-webfont.woff') format('woff'),
         url('recargaki-webfont.ttf') format('truetype'),
         url('recargaki-webfont.svg#highway_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	font-size: 100%;
	font-family: 'recargaki';
}

h3 {
	font-weight: normal;
}

.warning {
	color: orange;
	font-weight: bold;
}

.small_text {
	font-weight: normal;
	font-size: 12px;
}

.centered {
	text-align: center;
}

span.login-box{
	display: inline-block;
	text-align: center;
}

div.login-main-screen{
	width: 100%;
}

div.login-img-container{
	width: 400px;
}

div.login-img-container img {
	width: 100%;
}

div.login-ssl-logo{
	position: fixed;
	bottom: 0px;
	right: 0px;
}

div.login-ssl-logo img {
	width: 100%;
}

div.footer{
	margin-top: 45px;
	width: 100%;
	text-align: center;
	font-size : 11px;
	text-decoration: none;
	color : #262626;
}

input.rounded {
	font-weight: bold;
	width:215px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
}

input.rounded:focus{
	border-color: red;
}

input.botonlogin{
	color: black;
	font-size: 20px;
	background-color: white;
	border: 1px solid black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-appearance: none;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
}


/* -------- Recuperación de contraseña ------- */

div.rec_container {
	display: block;
	padding-top: 40px;
	vertical-align: middle;
	text-align: center;
}

div.rec_container div{
	display: inline-block;
	text-align: center;
}

/* ------------- Forma de Ingreso de datos ------------ */
div.form {
	position: relative;
	text-align: center;
	display: table;
	width: 500px;
}
div.form div.entry{
	display: table-row;
}
div.form div.title{
	display: table-cell;
	vertical-align: middle;
	width: 250px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
div.form div.inputs{
	display: table-cell;
	vertical-align: middle;
	width: 250px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div.form input.form_text_med {
	width: 200px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: 'lucida console', sans-serif;
	font-size: 14px;
}
div.form input.form_text_small {
	width: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: 'lucida console', sans-serif;
	font-size: 14px;
}
div.form input.form_text_upass {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	font-family: 'lucida console', sans-serif;
	font-size: 14px;
}

/* Facebook Connect With Button */
div.fb-connect-with {
	display: table;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #4267b2;
    color: #fff;
    position: relative;
}
div.fb-connect-with .logo {
	display: table-cell;
    vertical-align: middle;
    height: 30px; width: 30px;
}
div.fb-connect-with .text {
	display: table-cell;
    vertical-align: middle;
    height: 30px; width: 60px;
    text-align: left;
}
div.fb-connect-with .link {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left: 0;
	z-index: 1;
	background-image: url('/images/icons/blank.gif');
}
.footnote {
	font-size: 11px;
	font-weight: normal;
}
div.fb-user-profile #fb-user-name {
	margin: 10px auto 3px;
}
div.fb-user-profile #fb-user-picture {
	margin: 3px auto 10px;
}
div.fb-user-profile #fb-user-name > img {
	border-radius: 6px;
}

/* Facebook Tutorial */
body.fbtutorial {
	background-color: #e5e5e5e5;
}
body.fbtutorial > div {
	color: #333;
	text-align: center;
}
body.fbtutorial .content {
	width: 800px;
	margin: 0 auto;
}
body.fbtutorial .title {
	font-size: 20px;
	font-weight: bold;
}
body.fbtutorial p {
	text-align: left;
	line-height: 2;
}
body.fbtutorial img {
	padding: 1px;
	border: 1px solid #ccc;
}

/* Políticas de Privacidad y Condiciones de uso */
body.document {
	background-color: #e5e5e5e5;
}
body.document > div {
	color: #333;
	text-align: center;
}
body.document .content {
	width: 700px;
	margin: 0 auto;
}
body.document .title {
	font-size: 18px;
	font-weight: bold;
}
body.document p {
	text-align: left;
	line-height: 1.5;
}
body.document ul,ol {
	text-align: left;
}