/*
Site: Portal URP
Author: Jose E. Hidalgo Azcona
Author URI: https://www.urp.edu.pe/
Description: Universidad RICARDO PALMA
Version: 1.0
*/

/* GENERAL */
body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    overflow-x: hidden;
}
#cabecera {
    background-color: #063;
    color: #FFF;
}

.licenciada {
    color:white;
    font-size: 16px;
    font-weight: bold;
}

#formURP {
    background-color: #E3F0E4;
    color: #000;
    font-size: 12px;
}

#datos {
    background-color: #ddd; 
    font-size: 14px;
    padding-top: 25px;   
}

#datos h4,p {
    background-color: #ddd;    
    color: #000;
}

#datos ul {
    padding-top: 20px;
    background-color: #aaa;    
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px
}

#datos li {
    color: #000;
    font-weight: bold;
}

#ocaurp {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #029F2B;
    color: #fff;
}

#ocaurp .carrerasurp ul {
    color:#FFF;
    font-size: 12px;
    font-weight: bold;
}

#ocaurp .carrerasurp li {
    color:#FFF;
    font-size: 12px;
    font-weight: bold;
}

#ocaurp .carrerasurp a{
    text-decoration: none;
    color:#FFF;
    font-size: 12px;
    font-weight: bold;
}

#ocaurp .carrerasurp a:link{
    text-decoration: none;
    color:#FFF;
    font-size: 12px;
    font-weight: bold;
}

#ocaurp .carrerasurp a:hover{
    text-decoration: none;
    color:yellow;
}

#ocaurp .anexos {
    color:#FFF;
    font-size: 12px;
    font-weight: bold;
}

#footerurp {
    padding: 10px;
    width: 100%;
    background-color: #0B4B25;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    color: #fff;
}

#footerurp a:link,a:visited,a:active {
    color: #fff;
}

#footerurp a:hover {
    color: #18F722;
}

.urpmodal {
    background-color: #FFF;
}
