﻿body, html {
        height: 100%;
        width:100%;
        background-color:white;
        overflow-x:hidden;
        /*font-family: 'Nunito', sans-serif;*/
        font-family: 'Raleway', sans-serif;
        /*font-family: 'Poppins', sans-serif;*/
}
* {
  padding: 0;
  margin: 0;
}

header{
    background-color:#f5f1f1;
    box-shadow:5px rgb(244,122,32);
    margin-bottom:25px;
    margin-top:25px;
}

footer{
    background-color:rgb(244,122,32);
    color:white;
    font-size:13px;
    padding-top:30px;
    margin-top:20px;
    
    
}

.caja_login{

    /*background-color:#164b99;*/
    color:white;    
    align-content:center;
    border:solid 2px;
    border-color:#164b99;
    border-radius:20px;

}

        /* unvisited link */
a:link {
    color: rgb(20,74,149);
}

/* visited link */
a:visited {
    color: rgb(20,74,149);
}

/* mouse over link */
a:hover {
    color: rgb(20,74,149);
    cursor:pointer;
}

/* selected link */
a:active {
    color: rgb(20,74,149);
}

.noticias{
    overflow:hidden;
    width:100%;
    height:100%;  
    /*text-align:center;*/  
}

.img_noticias{
    width:100%;    
}

.caja_noticias{
    background: rgba(20,74,149,0.8);
    text-align:center;    
    margin-top:15%;
    margin-left:10%;
    margin-right:10%;
    
    
     
    padding:20px;
    overflow:hidden;
    color:white;
    z-index:2000;
    position: absolute;
    -webkit-animation-name: noticias_movimiento; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: noticias_movimiento;
    animation-duration: 4s;   
    
}


/* Standard syntax */
@keyframes noticias_movimiento {
    0%   {left:-1500px; top:0px;}
    50%  {left:400px; top:0px;}    
    100% {left:0px; top:0px;}
}

.logo_uat {
    width: 70%;
    height: auto;
}
.logo_ss{
    width:50%;
    height:auto;
}








/*Termina estilos menu*/

.cuerpo{
    
    /*border-left:2px solid #f1f1f1;*/    
    
    text-align:left;
}

.titulo{
    color:rgb(244,122,32);
    text-align:left;
}

.btn_inicio{
    background-color:rgb(244,122,32);
    color:white;
}
.btn_inicio:hover{
   
   color:#f5f1f1;
   background-color:rgba(244,122,32,0.7);   
}


