﻿/* CONFIGURACIÓN GENERAL */
body, html
{
    font-size: 80%;
    /*font-size: 10px;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 150%;
    color: #36424a;
    background-color: #f4f3f1;    
    height: 100%;
    margin: 0px;
    padding: 0px; 
}
h1, h2, h3, h4, h5, h6, .title
{
    font-family: "Times New Roman", Times, serif;
    text-align: left;
}
h1, .title
{
    margin-top: 0;
    font-size: 200%;
    line-height: 100%;
}
h2
{
    font-size: 160%;
}
a
{
    color: #679fd3;
    text-decoration: none;
}
a:hover, a:visited:hover
{
    color: #be0f34;
}
/*
a:hover:active
{
    color: #FF1F42;
}
a:active
{
    color: #000;
    font-weight: bold;
}
a:visited
{
    color: #36424a;
}*/

/* ESTRUCTURA DE PÁGINA */
#wraper
{
    margin: 0 auto; 
    width: 982px; 
    text-align:left;
}
#contenedor
{
    width: 980px; 
    float: left;
    color: #36424a;
    background-color: White;
    border-top: 0;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;    
    border-left: solid 1px #fff;
}
#encabezado
{
    height: 220px;
}
#contenido
{
}
#pie
{
    background: url(../_img/fondo-pie.png) no-repeat;
    background-position: bottom;
}
#barra1, #barra2
{
    color: #000;
    background: #e3e3e1 url(../_img/fondo-barra.png) repeat-x;
}
/* UTILES */
.clearBoth
{
    clear: both;
}
.strong
{
    font-weight: bold;
}

.hidden
{
    display: none;
}

.floatRight
{
    float: right;
}

.floatLeft
{
    float: left;
}