/* 
    Document   : comun
    Created on : 15/11/2011, 05:23:32 PM
    Author     : ronald.romero
    Description:
        Valores comunes para manejar los estilos de la cabecerabanner.tpl y el 
        piedepagina.tpl
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{
    font-family: Arial;
    font-size: 12px;
    background-image: url("../img/fondo_web.png");
}
.contenedor{
    width: 800px; 
    margin: auto; 
    background-color: white;
    text-align: center;
    padding: 1px;
}
.divcentrar{
    text-align: center; 
    width: 100%;
}
#cuerpo{
    text-align: center;
    padding: 5px;
}
.div_centrado {
    width: 800px; 
    clear: both; 
    margin-right: auto; 
    margin-left: auto; 
    display: block;
    background-color: #ffffff;
}
.footer {
    width: 800px; 
    height: 190px; 
    float: left; 
    background-image: url("../img/fondo_pata_top.jpg"); 
    background-repeat: repeat-x;
}
.logotipo_footer {
    width: 800px; 
    height: 24px; 
    text-align: center; 
    float: left; 
    background-repeat: no-repeat;
}
.menu_footer {
    height: 25px; 
    font-size: 12px;
}
.menu_footer ul {
    margin: 5px; padding: 0px; 
}
.menu_footer li {
    list-style: none; margin: 0px; color: rgb(255, 236, 108); display: inline;
}
.menu_footer li a:link {
    padding: 5px; height: 5px; color: rgb(255, 236, 108); text-decoration: none; display: inline;
}
.menu_footer li a:active {
    padding: 5px; height: 5px; color: rgb(255, 236, 108); text-decoration: none; display: inline;
}
.menu_footer li a:visited {
    padding: 5px; height: 5px; color: rgb(255, 236, 108); text-decoration: none; display: inline;
}
.menu_footer li a:hover {
    color: rgb(255, 250, 215); text-decoration: none;
}
.info_footer {
    padding: 10px 20px 20px; 
    width: 800px; 
    height: 95px; 
    color: rgb(169, 211, 244); 
    line-height: 15px; 
    clear: both; 
    font-size: 12px; 
    vertical-align: top; 
    float: left;
}
.info_footer b {
    color: rgb(255, 255, 255);
}
.pie_info_back {
    width: 533px; 
    height: 14px; 
    float: left; 
    background-image: url("../img/back_pie_info.jpg"); 
    background-repeat: repeat-x;
}
.creditos {
    width: 800px; 
    height: 24px; 
    text-align: center; 
    color: rgb(51, 51, 51); 
    padding-top: 5px; 
    font-size: 12px; 
    float: left; 
    background-image: url("../img/fondo_pata_botom.jpg"); 
    background-repeat: repeat-x; 
    background-color: rgb(168, 168, 168);
}
img{
    border-color: transparent;
}

