	*= GENERAL STYLES
--------------------------------------------------------*/

body {
      font-family:Arial;
      font-size: 10px;
    }
    .cajaexterna {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        display: none;
        left: 0;
        overflow: auto;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000;
    }
    .cajainterna {
        background: #fff;
        margin: 6em auto 0;
        position: relative;
        width: 90%;
    }
    .cajacentrada {
        margin: -10px;
        text-align: center;
        padding: 1em;
    }
    .cajacentrada h2 {
        background: none repeat scroll 0 0 black;
        box-sizing: border-box;
        color: white;
        font-size: 15px;
        left: 0;
        margin: 0;
        padding: 5px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
    }
    .cajacentrada p {
        margin-top: 30px;
    }
    .cerrar {
        position: absolute;
        right: 16px;
        top: 13px;
    }	
	.cajaexterna2 {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        display: none;
        left: 0;
        overflow: auto;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000;
    }
    .cajainterna2 {
        background: #fff;
        margin: 6em auto 0;
        position: relative;
        width: 90%;
    }
    .cajacentrada2 {
        margin: -10	px;
        text-align: center;
        padding: 1em;
    }
    .cajacentrada2 h2 {
        background: none repeat scroll 0 0 black;
        box-sizing: border-box;
        color: white;
        font-size: 15px;
        left: 0;
        margin: 0;
        padding: 5px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
    }
    .cajacentrada2 p {
        margin-top: 30px;
    }
    .cerrar2 {
        position: absolute;
        right: 16px;
        top: 13px;
    }
    
    /* Animaciones */
    
    .animated {
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
    }
    
    .animated.infinite {
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
    }
    @keyframes bounceIn {
      0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      }
    
      0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
      }
    
      20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
      }
    
      40% {
        -webkit-transform: scale3d(.9, .9, .9);
                transform: scale3d(.9, .9, .9);
      }
    
      60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
      }
    
      80% {
        -webkit-transform: scale3d(.97, .97, .97);
                transform: scale3d(.97, .97, .97);
      }
    
      100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
      }
    }
    
    .bounceIn {
      -webkit-animation-name: bounceIn;
              animation-name: bounceIn;
      -webkit-animation-duration: .75s;
              animation-duration: .75s;
    }
    .element.bounceIn {    
        -webkit-animation: bounceIn .7s 1;
        -moz-animation: bounceIn .7s 1;
        -o-animation: bounceIn .7s 1;
        animation: bounceIn .7s 1;
    }




body {
    
    font-family: 'Open Sans', sans-serif;
    
}

 
a {
    color: #008000;
    font-weight: 400;
}
 
span {
    font-weight: 300;
    color: #f58220;
}
 
.mlogin {
    margin: 10px auto 0;
}
 
.mregister {
    margin: 80px auto 0;
}
 
.error {
    margin: 40px auto 0;
    border: 1px solid #777;
    padding: 3px;
    color: #fff;
    text-align: center;
    width: 650px;
    background: #f58220;
}
 
.regtext {
    font-size: 13px;
    margin-top: 26px;
    color: #777;
}
 
/*= CONTAINERS
--------------------------------------------------------*/
.container {
    padding: 25px 16px 25px 10px;
    font-weight: 400;
    overflow: hidden;
    width: 345px;
    height: auto;
    background: rgba(251, 251, 251, 0.68);
    border-radius: 2%;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
 
#welcome {
    width: 500px;
    padding: 30px;
    background: #fff;
    margin: 160px auto 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
 
.container h1 {
    color: #777;
    text-align: center;
    font-weight: 300;
    border: 1px dashed #777;
    margin-top: 13px;
}

.container label.mamá {
    color: #000000;
    font-size: 18px;
}

.container label.mamá2 {
    color: #000000;
    font-size: 18px;
}

.textarea_message{	
	margin: 0px 0px 9px; 
	width: 320px; 
	height: 100px;
}
 
.container label {
    color: #777;
    font-size: 14px;
}
 
#login {
    width: 320px;
    margin: auto;
    padding-bottom: 15px;
}
 
.container form .input,.container input[type=text],.container input[type=password],.container input[type=e] {
    /*background: #fbfbfb;*/
    font-size: 18px;
    line-height: 1;
    width: 100%;
    padding: 3px;
    margin: 0 6px 5px 0;
    outline: none;
    border: 1px solid #d9d9d9;
}
 
.container form .input:focus {
    border: 1px solid #f58220;
    -webkit-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
    -moz-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
    box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
}

.caracteres{
	width: 10%;   
    margin-left: 90%;
    margin-top: -22%;
    color: rgb(0, 0, 0);
    border: white;
}
 
/*= BUTTONS
--------------------------------------------------------*/
 
.button{
border: solid 1px #da7c0c;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
color: #fff;
padding: 7px 12px;
-webkit-border-radius:4px;
   -moz-border-radius:4px;
        border-radius:4px;
cursor: pointer;
margin-left: 140px;
}

.button2{
    border: solid 1px #ffffff;
                background: #f78d1d;
                background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
                background: -webkit-gradient(linear, left top, left bottom, from(#5bfa1a), to(#314222));
                filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
                color: #fff;
padding: 7px 12px;
   -moz-border-radius:4px;
        border-radius:4px;
float: left;
cursor: pointer;
}
 
.button:hover{
background: #f47c20;
                background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
                background: -moz-linear-gradient(top,  #f88e11,  #f06015);
                filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
 
/*= FOOTER
--------------------------------------------------------*/
footer {
    color: #777;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}