body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
  padding:0;
  margin:0;}

fieldset, img {border:0}

ol, ul, li {list-style:none}

:focus {outline:none}

body,
input,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #4c4c4c;
  
}
body { 
background: url('../img/bkg-body-login.jpg') no-repeat center center fixed;

-moz-background-size: cover;

-webkit-background-size: cover;

-o-background-size: cover;

background-size: cover;

}

p {
  font-size: 12px;
  width: 150px;
  display: inline-block;
  margin-left: 18px;
}
h1 {
  font-size: 18px;
  font-weight: 300;
  color: #4c4c4c;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 10px;
}
.small{font-size: 14px;}

.header-title{font-size: 20px;
  font-weight: 400;
  color: #6D2C90;
  padding-top: 30px;
  margin-bottom: 10px;
  margin-left: 40px;
  float: left;
}
.clear{clear: both;}

html{
  /*background: url("../images/bkg.jpg") repeat-x left top #259dec;*/
}
a{color: #026291; font-weight: bold; font-size: 12px;}
a:hover{text-decoration: underline;}
.clear{clear: both;}
table {border: none; margin: 0px; padding: 0px;}

.left-window{float: left; width: 70%; height: 100%; position: fixed;}
.right-window{float: right; width: 30%; height: 100%;}
.img-left{position: absolute; right: 0px; width: 761px;}
/*background: url("../images/img-bkg.jpg") no-repeat right top;*/
.content{ width: 580px; height: 100%; margin: 0px; padding: 0px; position: absolute; right:0px; min-width: 540px; min-height: 770px;}

#principal{ border:none; background:none #ffffff; float: left; width: 570px; height: 100%;}
#cualtipo{position:absolute;padding:10px;text-align:center;width:400px;}
#finalizar{position:absolute; z-index:1000; background:url(modal.png); visibility:hidden; text-align:center; top:0px; left:0px; width:100%; height:100%;}
.fondo_azul{background-color:#D8E5F8;padding:15px;border:1px solid #000000;color:#000000; border-radius: 8px / 7px;}
.fondo_blanco{background-color:#FFFFFF;padding:15px;border:1px solid #000000;color:#000000; border-radius: 8px / 7px;}

#top{width: 100%; height: 150px; position: relative; background:url("../img/pleca-top.jpg") repeat-x left bottom; }
.logo{position: absolute; top:20px; left: 30px;}
.buttons{left: 360px; position: absolute; top: 38px;}
.buttons a{text-decoration: none; font-size: 14px;}
.titulo {position: absolute; top:62px; left: 170px;}
.titulo h1 {color: #3163AC; font-size: 19px; font-weight: 600;}

.testbox {
  margin: 20px auto;
  width: 343px; 
  height: 464px; 
  -webkit-border-radius: 8px/7px; 
  -moz-border-radius: 8px/7px; 
  border-radius: 8px/7px; 
  background-color: #ebebeb; 
  /*-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); */
  border: solid 1px #cbc9c9;
  text-align: center;
}

input[type=radio] {
  visibility: hidden;
}

form{
  margin: 0 30px;
  padding-top: 25px;
}

label.radio {
	cursor: pointer;
  text-indent: 35px;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

label.radio:before {
  background: #3a57af;
  content:'';
  position: absolute;
  top:2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

label.radio:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 0.5em;
	height: 0.25em;
	background: transparent;
	top: 7.5px;
	left: 4.5px;
	border: 3px solid #ffffff;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type=radio]:checked + label:after {
	opacity: 1;
}

hr{
  color: #a9a9a9;
  opacity: 0.3;
  border: 1px solid;
}

input[type=text],input[type=password]{
  width: 200px; 
  height: 39px; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #fff; 
  /*-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); */
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  margin-top: 13px; 
  padding-left: 10px;
}

input[type=password]{
  margin-bottom: 25px;
}

#icon {
  display: inline-block;
  width: 30px;
  background-color: #026291;
  padding: 9px 5px 9px 10px;
  margin-left: 15px;
  -webkit-border-radius: 4px 0px 0px 4px; 
  -moz-border-radius: 4px 0px 0px 4px; 
  border-radius: 4px 0px 0px 4px;
  color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 0px #cbc9c9;
}

.gender {
  margin-left: 30px;
  margin-bottom: 30px;
}

.accounttype{
  margin-left: 8px;
  margin-top: 20px;
}


.btn {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  padding: 0px;
  margin: 10px 0px 20px 19px;
  display: inline-block;
  float: left;
  text-decoration: none;
  width: 90%;
  height: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #026291;
  transition: all 0.1s linear 0s;
  top: 0px;
  position: relative;
  cursor: pointer;
}

.btn:hover {
  background-color:#857691;
  
}
.btn-primary,.btn-default{cursor: pointer;}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.logos-footer{width: 84px; height: 42px; margin: 18px auto 0px auto; padding-top: 0px; font-size: 10px;}
.shadow {background-color: #666666; width: 10px; position: relative; height: 100%; float: left; background: url(../img/shadow.png) repeat-y left top;}
.label-text{margin: 15px 0px -10px 0px; font-size: 14px;}

.forminicio  input#submit.btn{
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 31px;
    margin: 3px 0 0 19px;
    width: 90%;
}

.forminicio a.olvide-reg {
    border-bottom: 1px solid #0362a9;
    color: #0362a9;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    height: 26px;
    line-height: 43px;
    margin: 20px 0 0 78px;
    padding-bottom: 3px;
}

#fact input#submit.btn{
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 31px;
    margin: 3px 0 0 100px;
    width: 88px;
}

@media (max-width: 1024px) { 
  .left-window{width: 60%;}
  .content { min-width: 420px; width: 430px; min-height: 696px; }
  #principal {width: 420px;}
  .testbox{height: 420px;}
  .buttons { left: 220px;}
  .titulo {left: 82px;}
  .img-left{width: 580px; margin-right: 24px;}
  .img-left img{width: 100%;}
 }

@media (min-width: 1366px) { 
  #top{height: 145px;}
  form{padding-top: 0px;}
  .content{min-height: 652px;}
  .testbox{height: 440px;
}

@media (max-width: 1440px) { 
  .left-window{width: 61%;}
}





