html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

a {
    color: #F06322;
    text-decoration: none;
}
h1{
    background-color: #C9632F;
    color:#FFF;
    margin-top: 0px;
    text-align: center;
    padding: 4px;
}
.color_naranja{
    color: #F06322;
}

.fondo_gris{
    background-color: #f8f8f8;
}
.portada_texto{
    padding: 20px;
}
.portada_texto h1{
    line-height: 1.5em;
    font-size: 1.5em;
}
.portada_texto h2{
    font-size: 1.2em;
}
.fondo_rojo{
    background-color:#E8310C;
}
.nofondo{
    background-image:none !important;
}
@media (orientation:portrait){
h1{
    line-height: 1.5em;
    font-size: 1.5em;
}
}
@media (orientation:landscape){
.portada_texto h2{
    margin-left: 40px;
}
.portada_texto h3{
    margin-left: 100px;
    margin-right: 100px;
}
}
.portada_texto h3 a{
    font-size: 1.1em;
}
.footer{
    background-color:#000000;
    color:#FFF;
    margin-top: auto;
    text-align: center;
    
}
.footer a{
    color:#ffffff;
}
.footer a:hover{
    color: #F06322;
}
.pie{
    padding-top: 40px;
    padding-bottom:40px;
}
.subpie{
    background-color:#000000;
    padding-top:10px;
}
.pie h4 {
    border-bottom: 1px solid #F06422;
    padding-top: 10px;
    padding-bottom: 5px;
}
.lista_pie li {
    border-bottom: 1px solid #606060;
    margin-top: 10px;
}
.lista_pie li:last-child {
    border-bottom: medium none !important;
}
.lista_pie li i {
    float: right;
}
.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #F06422;
    background: none;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background: none;
}
.navbar-default .navbar-nav > li > a {
    padding: 15px 30px 17px 20px;
    position: relative;
    color: #000000;
    text-shadow: 0.05em 0.05em 0.05em rgba(150, 150, 150, 0.5);
}
table.formulario_ficha {
    margin: 0 auto;
}
#formulario_ficha td{
    padding-left: 14px;
    padding-bottom: 4px;
}
#formulario_ficha th{
    vertical-align: middle;
}
#formulario_ficha input, 
#formulario_ficha select, 
#formulario_ficha textarea {
    font-family: Arial, Helvetica, sans-serif;
    color: #5A5A7C;
    padding: 3px;
}
form span.ayuda{
    font-size: 9px;
}
form span.error{
    display: inline;
    color: #CC3333;
    border: 1px solid #CC3333;
    padding: 2px;
    margin-left: 2px;
    font-size: 12px;
}
form input.error{
    background-color: #FF9F9F;
}
form select.error{
    background-color: #FF9F9F;
}
form textarea.error{
    background-color: #FF9F9F;
}
.formulario {
    font-size: 10px;
}
.formulario input {
    font-size: 9px;
}
.formulario span {
    font-size: 10px;
}
.precio{
    color: #1E3A85;
    font-size: 72px;
    text-shadow: 0.05em 0.05em 0.05em rgba(150, 150, 150, 0.5);
}
.euro{
    color: #1E3A85;
    font-size: 36px;
    text-shadow: 0.05em 0.05em 0.05em rgba(150, 150, 150, 0.5);
}
.pregunta{
    color: #1E3A85;
    font-size: 2em;
    text-shadow: 0.05em 0.05em 0.05em rgba(150, 150, 150, 0.5);
}
.respuesta{
    color:#747474;
    font-size: 1.25em;
    text-shadow: 0.05em 0.05em 0.05em rgba(150, 150, 150, 0.5);
}
.modulo{
    font-size:2em;
}
.modulo_titulo{
    font-size:3.5em;
    font-weight:bold;
    color: #C9632F;
}
.modulo_precio{
    font-size:3em;
    font-weight:bold;
    color: #C9632F;
}
.modulo_oferta{
    color: #f00;
}
.modulo_texto{
    padding: 40px;
    font-size:1.5em;
    text-align:justify;
}
.modulo_color{
}
.modulo_texto_indice{
    font-size:2em;
    text-align:center;
}
.modulo_icono{
    font-size:10em;
    color: #848484;
}
.modulo_moodle{
    vertical-align:top;
    font-size:20em;
    line-height:0.3em;
    font-family:'Century Gothic',arial,sans-serif;
    font-weight:bold;
    color: #848484;
}

.modulo_icono_indice{
    font-size:8em;
    color: #7C4086;
    color:#848484;
}
.modulo_moodle_indice{
    vertical-align:top;
    font-size:10em;
    line-height:0.75em;
    font-family:'Century Gothic',arial,sans-serif;
    font-weight:bold;
    color: #7C4086;
    color: #848484;
}
.evento
{
    background-image: url("../img/postit.jpg");
    background-position:center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px;
}
.eventos h4, .evento h4 {
    color: #fe2e2e;
}
.evento h5 {
    font-weight:bold;
}