/* Fuentes */
@font-face {
    font-family: 'Montserrat Alternates';
    src: url(../fonts/monserratalternates.woff);
}

@font-face {
    font-family: 'FacebookBoldFont';
    src: url(../fonts/facebolf.otf);
}

/* Contenedor */
body {
    background: #EBEBEB;
	font-family: 'Montserrat Alternates'; 
}

#container {
	border: 1px solid #CCC;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
	background: #FFF; 
	padding: 5px; 
	text-align: left; 
}

/* Header */
#header a.languageLink {
	float: right;
	margin-left: .5em;
}

/* Menú nav */
#menu-nav {
	margin-top: 1em;
}

#menu-nav .navbar {
	background-color: #D5D5D5;
}

/* Login */
#login form {
    background-image: url(../img/iconos/login.gif);
    background-repeat: no-repeat;
    background-position: 99.5% 99%;
}

#login input {
    background-color: rgba(255, 255, 255, 0.5);
}

#login .modal-footer {
    text-align: left;
}

#facebook_button_login {
    background-color: #3647C7;
    color: white;
    border: none;
    font-family: 'FacebookBoldFont';
    cursor: pointer;
    outline: none
}

#facebook_button_login:hover {
    background-color: #45619D;
}

/* Info cuenta */
#info_cuenta ul {
    background-color: white;
    background-image: url('../img/iconos/creditos.gif');
    background-repeat: no-repeat;
    background-position: 90% 90%;
}

/* Footer */
#footer {
    border-top: 1px solid #CCC;
}

#footer > div > div {
    padding: 1em;
    text-align: center;
}

/* Contenido */
#content > div {
    padding: 1em;
}

/* Generales */
/* Selectores sin clases */
h1 {
    color: #81B1A4;
}

h1 img {
    height: 1.5em;
    margin-right: 0.5em;
    vertical-align: bottom;
}

th {
    background: #EBEBEB;
}

th, td {
    text-align: center;
    position: relative;
}

form {
    margin: 1.5em 0;
}

legend {
    font-size: 1em;
    margin-top: 1em;
}

a:link, a:visited {
    color: #888;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Selectores con clases */
p.error {
    color: #F06;
}

p.info {
    color: #39F;
}

div.description {
    border-bottom: 1px solid #CCC;
}

div.description:last-child {
    border: none;
}

div.form-group a, span.nowrap {
    white-space: nowrap;
}

div.bssme.head a {
    float: right;
}

div.footer-form {
    border-top: 1px solid #e5e5e5;
    padding-top: 1em;
}

div.footer-form button {
    margin-top: 0.3em;
}

table .type, table .name {
    text-align: left;
}

/* clases */
.title {
    color: #099;
    font-size: 1.2em;
}

.small-icon {
    width: 2em;
}

.medium-icon {
    width: 3em;
}

.table-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* Específicos */
/* Presentación de inicio */
div#presentabss {
    text-align: center;
}

iframe#screenbss {
    height: 40vh;
    width: 55%;
    border: 10px solid #CCC;
}

/* Media queries */
/* eXtra Small devices (xs) */
@media all and (max-width: 767px) {
    /* */
}

/* SMall devices (sm) */
@media all and (min-width: 768px) {
    th, td {
        padding: 0.8em !important;
    }
}

/* MeDium devices (md) */
@media all and (min-width: 993px) {
    /* */
}

/* LarGe devices (lg) */
@media all and (min-width: 1200px) {
    /* */
}



