a:hover{
  text-decoration:none;
}
.border-radius {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;}

.container {
  width: 900px !important;
}

.row{
  margin:0;
}
/* ---*-----*/

.corange { color: #F4504D !important; }
.borange {background-color: #F4504D !important;position: relative;}

.cyellow {color: #65d2dc !important;}
.byellow { background-color: #FFD000 !important; }

.clgreen {color: #d8b000 !important;}
.blgreen { background-color: #9BC633 !important; }

.ccyan {color: #3ec7d1 !important;}
.bcyan { background-color: #65D2DC !important; }

.cpurple {color: #92278f !important;}
.bpurple { background-color: #92278F !important; }

.cgrey {color: #6D6E71;margin-right: 25px;}

.clgrey { color: #999999; }

.cwhite {color: #fff;}
.bwhite { background-color: #fff !important; }

.no-margin { margin: 0 !important;; }

.no-padding { padding: 0 !important;; }

.no-border { border:none !important;; }

.navbar-brand {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;

    width: 198px;
}

.navbar-brand img {
    height: auto;
}

#mnuguest { 
  margin-top: 60px;
 }

.container>.navbar-header {
    margin-top: 10px;
}

.navbar-default {
    background: none;
    border: none;
}

.nav>li>a:focus, .nav>li>a:hover { background-color: transparent; } 

.navbar-nav>li>a {
    color: #9E9E9E;
    padding: 0px 20px;
    font-size: 13px;
}

.navbar-nav>li {
    border-right: 2px solid #d8d9db;
}

.navbar-nav>li:last-child {
    border-right: 0;
}

.btn-login-home{
  background-color: transparent;
}
.top-rc {
  margin-right: 50px;
}

.topnav {
    font-size: 14px; 
}

.top-intro {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../../images/photoheader.jpg) no-repeat center top;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}


#loginform > .input-group > .form-control {
  width: 250px;
  height: 35px;
  margin-bottom: 10px;
}

.login-icon {
  margin-bottom: 25px;
}

.home-plataformas {
  /* margin-top: 30px;
  margin-bottom: 50px; */
  position: relative;
}

.hplataformas-title {
  border-bottom: 2px solid #eee;
  width: 50%;
  margin: auto;
  padding: 13px 0px;
}

.hplataformas{
  width: 28%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mar-right{
  margin-right: 8%;
}

.mar-top {
  /* margin-top: 10px; */
  height: 100%;
}

.hplataformas > h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hplataformas > p {
  font-weight: 100;
}

.home-icon-title {
  margin-left: 10px;
}

.homepublicaciones{
  background-color: #92278F;
  padding-top: 120px;
  padding-bottom: 270px;
}

.hpublicaciones-divider {
    width: 60%;
    border-top: 1px solid #f3f1f2;
    /* border-bottom: 1px solid rgba(0,0,0,0.2); */
}

.hpublicaciones-item{
  width: 168px;
  background-color: #fff;
  margin-right: 56px;
}

.btn-lectopolis {
  border-color: #f4504d;
  background-color: #f4504d;
}

.btn-textopolis {
  border-color: #FFD000;
  background-color: #FFD000;
}


.btn-matepolis {
  border-color: #9BC633;
  background-color: #9BC633;
}

.btn-lectopolis, .btn-textopolis, .btn-matepolis {
  font-weight: bold;
}


.row > .hpublicaciones-item:last-child {
  margin-right: 0;
}

.hpublicaciones-img {
  width: 168px;
  height: 192px;
  overflow: hidden;
}

.hpublicaciones-title, .hpublicaciones-autor, .hpublicaciones-rating {
      padding: 0 10px;
      width: 100%;
      line-height: normal;
      float: left;
      margin-top: 3px;
}

.texppublic .hpublicaciones-rating {margin-top: 5px;float: left;width: 115px;padding: 0px;}

.hpublicaciones-title {
    margin-top: 5px;
    font-size: 12px;
}

.hpublicaciones-title a span{
    color: #6D6E71;
    font-weight: 100;
    max-height: 13px;
    display: block;
    overflow: hidden;
}

.hpublicaciones-autor {
    font-size: 11px;
    margin-bottom: 8px;
    font-style: italic;
}

.book-publicaciones {
  width: 293px;
  margin-top: -248px;
  margin-left: auto;
  margin-right: auto;
}

.carousel {
  margin-top: 40px;
    margin-bottom: 0;
    padding: 0;
}

/* The controlsy */
.carousel-control {
    left: -12px;
    height: 30px;
    width: 30px;
    /* background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px; */
    margin-top: 90px;
    background-image: none;
}
.carousel-control.right {
  right: -12px;
}
/* The indicators */
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -70px;
  margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {

}
.carousel-indicators .active {
background: #fff;
}

#footer-info {
  background-color: #fff;
  padding: 40px 0;

}

.footer-links {
    float: left;
    margin-top: 9px;
    margin-left: 260px;
}

.footer-links a{
  font-size: 10px;
}

.footer-snt {
    padding-top: 40px;
    width: 185px;
    margin: 0 auto;
}

.madeby {
  margin-bottom: 40px;
    margin-top: 15px;
}



/*REGISTER*/
#container{
    /* margin-bottom: 350px; */
    background: white;
    width: 900px;
    min-height: 664px;
    padding-bottom: 50px;
}

.elemsregis {
   /* 
   width: 515px;
   padding: 60px;
   */
   color: #7b7979;
   font-size: 13px;
   margin-bottom: 35px;
   overflow: hidden;
   
}
.elemsregis h1 {
    color: #03b2dd;
    font-family: arialround;
    font-size: 37px;
    line-height: 43px;
    text-align: center;
}
h1 {
    display: block;
    /* font-family: ar; */
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 25px;
    padding: 0px;
    margin: 0px;
}
.elemsregis span {
    padding: 9px 0px;
    display: inline-block;
    font-size: 17px;
    line-height: 18px;
    font-size: 15px;
}
.elemsregis input[type="password"] {
    width: 100%;
    border: 0px;
    height: 27px;
    margin-bottom: 11px;
    padding-left: 10px;
    border: 1px solid white;
    color: #464646;;
}

.elemsregis input[type="text"]{
   width: 100%;
    border: 0px;
    height: 25px;
    margin:auto;
    color: #464646;
    background: #FFF;
}

.elemsregis input[type="submit"] {
    background-color: #03b2dd;
    color: white;
    border: 0px;
    padding: 25px 60px;
    font-weight: bold;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

input.input_code {
   text-align:center;
}

.input_code::-webkit-input-placeholder {
    text-align: center;
}
.input_code:-moz-placeholder { /* Firefox 18- */
    text-align: center;  
}
.input_code::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;  
}
.input_code:-ms-input-placeholder {  
    text-align: center; 
}

table{
   margin:center;
   
}

input {
	 text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
	-webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: auto;
}

.elemsregis span.somtl {
    width: 201px;
    float: left;
    margin-right: 24px;
    display: block;
}
/*
.elemsregis form {
    width: 450px;
}
*/
span.thisis {
    display: inline-block;
    color: red;
}
input[type="checkbox" i] {
    margin: 3px 3px 3px 4px;
}

input[type="checkbox" i] {
    -webkit-appearance: checkbox;
    box-sizing: border-box;
}

span.somtl.mails {
    display: none;
}
.elemsregis span.somtl {
    width: 201px;
    float: left;
    margin-right: 24px;
}

.elemsregis input[type="password"] {
    width: 100%;
    border: 0px;
    height: 25px;
    margin-bottom: 11px;
    padding-left: 10px;
    border: 1px solid white;
    color: #464646;
}
input[type="radio" i] {
    margin: 3px 3px 0px 5px;
}

.elemsregis label {
    width: 100%;
    display: block;
    float: left;
}
.elemsregis select {
    padding: 0px 3px 0px 3px;
    border: 0px;
    background-color: #fff;
    color: #7b7979;
    margin-bottom: 10px;
    height: 27px;
    font-size: 13px;
}
input[type="radio" i] {
    -webkit-appearance: radio;
    box-sizing: border-box;
}
.elemsregis input[type="text"].codemaster {
    background-color: #FFF;
    width: 200px;
    height: 25px;
    color: white;
    font-size: 20px;
    text-align: center;
    color: #464646;
}
.somtl input[type="text"] {
    margin-bottom: 0px;
}
span.somtl.semsin {
    height: 63px;
}
.semsin h5 {
    font-weight: normal;
    padding: 0;
    margin: 0px;
    font-size: 15px;
}
span.semsin {
    /* background-color: #03b2dd; 
    color: white;
    padding: 11px;
    margin: 10px 0px;
    font-size: 29px;*/
    display: block;
    width: 356px;    
}

.semsin textarea {
    background-color: #FFF;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    color: #464646;
    width: 100%;
    line-height: 28px;
    overflow: hidden;
    height: 35px;
}

.image_conte .messaglog {
    width: 350px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 8px;
}
img{
   margin: auto;
   /* display: block; */
}






span {}

svg:not(:root){
  overflow:visible;
}

.hplataformas-title select {
    background-color: #f2f2f2;
    margin-left: 15px;
}