@charset "utf-8";
/* CSS Document */

body {
	/*font-family: Helvetica, Arial, sans-serif;*/
}
h1 {
	font-size: 20px;
}
.hspot {
	width: 100%;
}
img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
.hs-div
{
/*	display: none;*/
	background: #fffdfd;
	width: 300px;
	position: absolute;
	float: left;
	border-style: solid;
	border-width: thin;
	border-color: #dbdbdb;
	padding: 15px 15px 25px 15px;
	cursor:pointer;
	z-index:200;
}
.pop_button {
    margin-top: 60px;
    background-color: #009fe3;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
}
.pop-img-hdr
{
	width: 55px;
	float: left;
	padding-bottom: 15px;
}

.pop-img-hdr img
{
	width: 90%;
	padding-top: 7px;
}
.pop-txt-hdr
{
	width: 100%;
	padding-top: 1px;
	color: red;
	font-size: 16px;
}
.principles-txt
{
	margin-top:30px;
	width: 22%;
	float:left;
}
.princ_txt
{
	display:none;
	z-index:3000;
	position:relative;
	cursor:pointer;
}
#hs-1,#hs-2,#hs-3,#hs-4,#hs-5,#hs-6,#hs-7,#hs-8
{
	cursor:pointer;
}
.page_title
{
	background-color: #009fe3;
	color: white;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
	min-height: 50px;
}
.page_title img
{
	float:left;
	width:50px;
	padding-right: 10px;
	padding-top: 5px;
}
.page_title h1
{
padding-top: 20px;
padding-left: 30px;
}
.page_link_cont_img
{
	float:left;
	width: 10%;
	min-height:100px;
}
.page_link_cont_img img
{
	width:100px;
}
.page_link_cont_txt h3
{
	color:red;
	margin-bottom: 0px;
}
.page_link_cont_txt p
{
		margin-top: 0px;
			margin-bottom: 0px;
}
.page_link_cont_txt
{
min-height: 120px;
padding-top: 1px;
}
#showstkholdertxt
{
	display:none;
}
.formulario.login
{
	width: 100%!important;
    padding-left: 10px!important;
    padding-right: 30px!important;
}
.loginbox #formLogin,.loginbox #formSignup  {
    background: #eee none repeat scroll 0 0;
    padding: 25px 25px 45px;
    position: relative;
}
.loginbox #btn_login,.loginbox #btn_signup {
    margin: 20px auto;
	width: 100%;
	background-color: #004F9F;
    color: #fff;
    transition: all 0.3s ease 0.1s;
}
.subcontent .desc
{
	font-style: italic;
    margin-top: 20px;
    text-align: left;
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.iam{
    background: white;
    padding: 6px;
    margin-top: 10px;
}
.logo-izq
{
	float:left;
	padding-top:20px;
	text-align:left;
}
.logo-der
{
	float:right;
	padding-top:20px;
	text-align:right;
}
.logo-izq img
{
	width:90px;
}
.logo-der img
{
	width:170px;
}
@media (max-width: 900px)
{

	.logo-izq img
	{
		width:70px;
	}
	.logo-der img
	{
		width:145px;
	}	
}
@media (max-width: 767px)
{

	.logo-izq img
	{
		padding-left:20px;
	}
	.logo-der img
	{
		padding-right:20px;
	}	
}
@media (max-width: 562px)
{
	.logo-izq
	{
		width:90px;
	}
	.logo-der
	{
		width:150px;
	}
	.logo-izq img
	{
		width:60px;
	}
	.logo-der img
	{
		width:130px;
	}
}
.stkholdertxt
{
	height: 30px!important;
    background: #eeeeee!important;
    margin-left: -7px!important;
    padding: 8px!important;
}
.marketing_other_txt
{
	display:none;
}
.school-user-container
{
	display:none;
}
.checkbox label::before {
    border: 1px solid rgb(120, 130, 140);
}
@media (max-width: 1302px)
{
.loginbox.signup
{
	margin: 0 auto!important;
	max-width:520px!important;
	float:none!important;
}
.loginbox.login
{
	margin: 0 auto!important;
	max-width:520px!important;
	float:none!important;
	width: auto!important;
    display: block!important;
}
}
@media (max-width: 1024px)
{
.page-wrapper-login
{
	margin-top:70px!important;
}
}