﻿/*Seccion Inicio*/
.logo-naslum {
    width: 110px;
    height: 93px;
}

.background {
    background-color: #0099FF;
}


.footer-center{
    text-align: center;
    height: 150px;
    vertical-align: middle;
}

.list-item-style {
    color: #FFFFFF;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none;
}

a:hover {
    color: black;
}
/*Seccion de detalle*/
.details {
    background-color: #f5f5f5;
}

.texto-publicitario {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: xx-large;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.texto-descriptivo-publicitario {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: x-large;
    color: #808080;
    text-align: center;
}
.radius{
    border-radius:5px 5px;
}
.vertical-aligment{
    margin:auto;
}

.text-align-center{
     text-align:center;
 }

/*Visualiza la caja o no*/
.not-displayed {
    display: none;
}

/*Mensaje de exito o fracaso en la suscripcion*/
.msgboxstyle{
    color:red;
    font-size:larger;
    border:1px solid red;
    text-align:center;
}

/*gif de espera en el proceso de inscripcion*/
.wating-process {
    text-align:center;
    position:relative;
    top:300px;
    z-index:10;
}

/*height main windows en all pages*/
/*html, body {
    height: 100%;
    margin: 0;
}

.full-height {
    height: 100%;
    background: #f5f5f5;
}*/