﻿/* Fuente CartoGothic */
@font-face 
{
    font-family: 'CartoGothic';
    src: url('Fuentes/CartoGothic/CartoGothicStd-Book-webfont.htm') format('woff');
}
@font-face 
{
    font-family: 'CartoGothic';
    font-weight:bold;
    src: url('Fuentes/CartoGothic/CartoGothicStd-Bold-webfont.htm') format('woff');
}
@font-face 
{
    font-family: 'CartoGothic';
    font-style:italic;
    src: url('Fuentes/CartoGothic/CartoGothicStd-Italic-webfont.htm') format('woff');
}
@font-face 
{
    font-family: 'CartoGothic';
    font-weight:bold;
    font-style:italic;
    src: url('Fuentes/CartoGothic/CartoGothicStd-BoldItalic-webfont.htm') format('woff');
}

/* Fuente Tiresias Infofont */
@font-face 
{
    font-family: 'Tiresias Infofont';
    src: url('Fuentes/Tiresias_Infofont/Tiresias_Infofont-webfont.htm') format('woff');
}
@font-face 
{
    font-family: 'Tiresias Infofont';
    font-style: italic;
    src: url('Fuentes/Tiresias_Infofont/Tiresias_Infofont-Italic-webfont.htm') format('woff');
}

html, body
{
    min-height: 100%;
}
body
{
    font-family: 'CartoGothic', Sans-Serif;
}
body.oscuro
{
    background-color: #FCFCFC;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FCFCFC), to(White));
    background: -moz-linear-gradient(90deg, White, #FCFCFC);
}
div.centradoTabla
{
    margin-right: auto;
    margin-left: auto;
    display: table;
}
div.centradoPrincipal
{
    margin-right: auto;
    margin-left: auto;
    width: 960px;
}
div.contenido
{
    padding: 20pt;
    background-color: White;
}
div.box-shadow
{
    -webkit-box-shadow: 0px 0px 10px #808080;
    -moz-box-shadow: 0px 0px 10px #808080;
    box-shadow: 0px 0px 10px #808080;
}
h1
{
    font-size: xx-large;
}

h2
{
    font-size: x-large;
}
h3
{
    font-size: large;
}
div.ajaxActualizando
{
    padding: 8pt;
    padding-left: 15pt;
    padding-right: 15pt;
    background-color: #CCFF33;
    bottom: 0px;
    left: 0px;
    color: #333300;
    position: fixed;
}
.button
{
    padding: 1em;
}

