html,
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
	background: #1064B9 url(fondo.png) no-repeat left top fixed;
	background-size: cover;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	border: 0 none;
	box-sizing: border-box;
	border-top: 3px solid #F09500;
	text-align: center;
}
button,
input[type=button],
input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a,
a:hover,
a:visited {
	color: #F09500;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	line-height: 140%;
}
h1 {
	font-size: 20px;
	color: #262626;
	margin: 0 0 15px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #3491D7;
	margin: 0 0 15px;
	font-weight: bold;
}
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url] {
	display: inline-block;
	height: 50px;
	padding: 5px 10px;
	background-color: white;
	border: 1px solid #959595;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	color: #404040;
	width: 100%;
}
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus {
	outline: none;
	border: 1px solid #4d90fe;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
input[type=checkbox],
input[type=radio] {
	-webkit-appearance: none;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0;
	cursor: pointer;
	vertical-align: bottom;
	background: #fff;
	border: 1px solid #c6c6c6;
	border-radius: 1px;
	box-sizing: border-box;
	position: relative;
}
input[type=checkbox]:active,
input[type=radio]:active { background: #ebebeb; }
input[type=checkbox]:hover {
	border-color: #c6c6c6;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
input[type=radio] {
	border-radius: 1em;
	width: 15px;
	height: 15px;
}
input[type=checkbox]:checked,
input[type=radio]:checked { background: #fff; }
input[type=radio]:checked::after {
	content: '';
	display: block;
	position: relative;
	top: 3px;
	left: 3px;
	width: 7px;
	height: 7px;
	background: #666;
	border-radius: 1em;
}
input[type=checkbox]:checked::after {
	display: block;
	position: absolute;
	top: -6px;
	left: -5px;
}
input[type=checkbox]:focus {
	outline: none;
	border-color: #4d90fe;
}
.stacked-label {
	display: block;
	font-weight: bold;
	margin: .5em 0;
}
.hidden-label {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}
input[type=checkbox].form-error,
input[type=email].form-error,
input[type=number].form-error,
input[type=password].form-error,
input[type=text].form-error,
input[type=tel].form-error,
input[type=url].form-error { border: 1px solid #dd4b39; }
.error-msg {
	margin: .5em 0;
	display: block;
	color: #dd4b39;
	line-height: 17px;
	text-align: center;
}
.help-link {
	background: #dd4b39;
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 1em;
	text-decoration: none;
	position: relative;
	top: 0px;
}
.help-link:visited { color: #fff; }
.help-link:hover {
	color: #fff;
	background: #c03523;
	text-decoration: none;
}
.help-link:active {
	opacity: 1;
	background: #ae2817;
}
.wrapper {
	position: relative;
	min-height: 100%;
}
.content { padding: 0 50px; }
.main { padding-bottom: 3%; }
/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom: 1; }
.google-header-bar {
	height: 71px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.header .logo {
	margin: 17px 0 0;
	float: left;
	height: 38px;
	width: 116px;
}
.header .secondary-link {
	margin: 28px 0 0;
	float: right;
}
.header .secondary-link a { font-weight: normal; }
.google-header-bar.centered {
	border: 0;
	padding-top: 5%;
}
.google-header-bar.centered .header .logo {
	float: none;
	margin: 40px auto 30px;
	display: block;
}
.google-header-bar.centered .header .secondary-link { display: none }
.google-footer-bar {
	position: absolute;
	bottom: 0;
	height: 35px;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
}
.footer {
	padding-top: 7px;
	font-size: .85em;
	white-space: nowrap;
	line-height: 0;
}
.footer ul {
	float: left;
	max-width: 80%;
	padding: 0;
}
.footer ul li {
	color: #737373;
	display: inline;
	padding: 0;
	padding-right: 1.5em;
}
.footer a { color: #737373; }
.lang-chooser-wrap {
	float: right;
	display: inline;
}
.lang-chooser-wrap img { vertical-align: top; }
.lang-chooser {
	font-size: 13px;
	height: 24px;
	line-height: 24px;
}
.lang-chooser option {
	font-size: 13px;
	line-height: 24px;
}
.hidden {
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
	display: none !important;
}
.banner { text-align: center; }
.card {
	background-color: white;
	margin: 0 auto 25px;
	width: 340px;
	border-radius: 15px;
	box-shadow: 0 0 10px 3px #222222;
}
.card > *:first-child { margin-top: 0; }
.rc-button,
.rc-button:visited {
	display: inline-block;
	min-width: 46px;
	text-align: center;
	color: white;
	font-size: 14px;
	height: 40px;
	padding: 3px 8px;
	line-height: 40px;
	border-radius: 0;
	border: 0 none;
	border-bottom: 3px solid #EE9400;
	transition: all 0.218s;
	background-color: #303D5A;
	user-select: none;
	cursor: pointer;
	box-sizing: border-box;
}
.card .rc-button {
	width: 100%;
	padding: 0;
}
.rc-button:hover,
.rc-button:active {
	color: white;
	background-color: #1064B8;
}
.secondary-actions { text-align: center; }
pre.debug {
	font-family: monospace;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 1.5em;
	font-size: 13px;
	background: #f1f1f1;
	border-top: 1px solid #e5e5e5;
	direction: ltr;
	white-space: pre-wrap;
	width: 90%;
	overflow: hidden;
}
h1,
h2 {
	-webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0;
}
 @-webkit-keyframes fontfix {
from {
opacity: 1;
}
to {
opacity: 1;
}
}
.banner { text-align: center; }
.banner h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	font-size: 42px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 20px;
}
.banner h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #006ABB;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}
.signin-card .profile-img {
	width: 100%;
	max-width: 260px;
	height: 53px;
	margin: 0 auto 20px;
	display: block;
}
.signin-card .profile-name {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
	min-height: 1em;
}
.signin-card input[type=email],
.signin-card input[type=password],
.signin-card input[type=text],
.signin-card input[type=submit] {
	width: 100%;
	display: block;
	margin: 5px 0;
	z-index: 1;
	position: relative;
	box-sizing: border-box;
}
.signin-card #Email,
.signin-card #Passwd,
.signin-card #NewPasswd,
.signin-card #RNewPasswd,
.signin-card .captcha {
	direction: ltr;
	height: 50px;
}
.signin-card #Email + .stacked-label { margin-top: 15px; }
.signin-card #reauthEmail {
	display: block;
	margin-bottom: 10px;
	line-height: 36px;
	padding: 0 8px;
	color: #404040;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}
.one-google p {
	margin: 0 0 10px;
	color: #F09500;
	font-size: 12px;
	text-align: center;
}
.one-google p.create-account,
.one-google p.switch-account { margin-bottom: 60px; }
.one-google {
	margin: 10px auto;
	padding: 0;
}
.jfk-tooltip {
	background-color: #fff;
	border: 1px solid;
	color: #737373;
	font-size: 12px;
	position: absolute;
	z-index: 800 !important;
	border-color: #bbb #bbb #a8a8a8;
	padding: 16px;
	width: 250px;
}
.jfk-tooltip h3 {
	color: #555;
	font-size: 12px;
	margin: 0 0 .5em;
}
.jfk-tooltip-content p:last-child { margin-bottom: 0; }
.jfk-tooltip-arrow { position: absolute; }
.jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore,
.jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore { border: 9px solid; }
.jfk-tooltip-arrow .jfk-tooltip-arrowimplafter { border: 8px solid; }
.jfk-tooltip-arrowdown { bottom: 0; }
.jfk-tooltip-arrowup { top: -9px; }
.jfk-tooltip-arrowleft {
	left: -9px;
	top: 30px;
}
.jfk-tooltip-arrowright {
	right: 0;
	top: 30px;
}
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore,
.jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
	border-color: #bbb transparent;
	left: -9px;
}
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore { border-color: #a8a8a8 transparent; }
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter,
.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
	border-color: #fff transparent;
	left: -8px;
}
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore { border-bottom-width: 0; }
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter { border-bottom-width: 0; }
.jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore { border-top-width: 0; }
.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
	border-top-width: 0;
	top: 1px;
}
.jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore,
.jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
	border-color: transparent #bbb;
	top: -9px;
}
.jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter,
.jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
	border-color: transparent #fff;
	top: -8px;
}
.jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore { border-left-width: 0; }
.jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter {
	border-left-width: 0;
	left: 1px;
}
.jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore { border-right-width: 0; }
.jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter { border-right-width: 0; }
.jfk-tooltip-closebtn {
	border: 1px solid transparent;
	height: 21px;
	opacity: .4;
	outline: 0;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 21px;
}
.jfk-tooltip-closebtn:focus,
.jfk-tooltip-closebtn:hover {
	opacity: .8;
	cursor: pointer;
}
.jfk-tooltip-closebtn:focus { border-color: #4d90fe; }
.need-help-reverse { float: right; }
.remember .bubble-wrap {
	position: absolute;
	padding-top: 3px;
	transition: opacity .218s ease-in .218s;
	left: -999em;
	opacity: 0;
	width: 314px;
	margin-left: -20px;
}
.remember:hover .bubble-wrap,
.remember input:focus ~ .bubble-wrap,
.remember .bubble-wrap:hover,
.remember .bubble-wrap:focus {
	opacity: 1;
	left: inherit;
}
.bubble-pointer {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	width: 0;
	height: 0;
	margin-left: 17px;
}
.bubble {
	background-color: #fff;
	padding: 15px;
	margin-top: -1px;
	font-size: 11px;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#stay-signed-in { float: left; }
#stay-signed-in-tooltip {
	left: auto;
	margin-left: -20px;
	padding-top: 3px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 314px;
	z-index: 1;
}
.dasher-tooltip {
	position: absolute;
	left: 50%;
	top: 380px;
	margin-left: 150px;
}
.dasher-tooltip .tooltip-pointer { margin-top: 15px; }
.dasher-tooltip p { margin-top: 0; }
.dasher-tooltip p span { display: block; }
hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
form { padding: 0 30px 25px 30px; }
.mesa { padding: 0 20px 30px; }

/* Media Querys */
@media screen and (max-width: 800px), screen and (max-height: 800px) {
.google-header-bar.centered { padding-top: 5%; }
.google-header-bar.centered .header .logo { margin: 25px auto 20px; }
.card { margin-bottom: 20px; }
.dasher-tooltip { top: 340px; }
.banner h1 {
	font-size: 38px;
	margin-bottom: 15px;
}
.banner h2 { margin-bottom: 15px; }
.one-google p.create-account,
.one-google p.switch-account { margin-bottom: 10px; }
.signin-card #Email,
.signin-card #Passwd,
.signin-card #NewPasswd,
.signin-card #RNewPasswd { margin-top: -1px; }
.signin-card #Email.form-error,
.signin-card #Passwd.form-error { z-index: 2; }
.signin-card #Email:hover,
.signin-card #Email:focus,
.signin-card #Passwd:hover,
.signin-card #Passwd:focus { z-index: 3; }
}

@media screen and (max-width: 580px) {
html,
body {
	font-size: 14px;
	background-position: left top;
}
.google-header-bar.centered { padding-top: 5%; }
.google-header-bar.centered .header .logo { margin: 20px auto 15px; }
.content {
	padding-left: 10px;
	padding-right: 10px;
}
.banner h1 {
	font-size: 22px;
	margin-bottom: 15px;
}
.banner h2 { font-size: 14px; }
.signin-card { width: 300px; }
.signin-card .profile-img {
	width: 100%;
	max-width: 260px;
	margin: 0 auto 20px;
	display: block;
}
.jfk-tooltip { display: none; }
.footer ul li { padding-right: 1em; }
.lang-chooser-wrap { display: none; }
form { padding: 0 20px 20px 20px; }
}
.top {
	background-color: #303D5A;
	border-bottom: 3px solid #F09500;
	font-size: 11px;
	padding: 10px;
	text-align: center;
	color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 20px;
}
.top span { color: #F09500; }
