﻿* {
	margin: 0;
	padding: 0;
}
body 
{
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    background: #F7F7F7;
}
.primera_division
{
    clear:both;
}
h3
{
    font-size: 0.75em;
    color:#333333;
}
ul
{
    font-size: 0.75em;
    color: #0066FF;
    list-style-type:none;
    
}
.sin_bordes
{
    border-width:0px;
    }
.cuerpoprincipal
{
    position:relative;
    left:50%;
    margin-left:-490px;
    width: 980px;
    background: #F7F7F7;
    height:inherit;
}
.logo
{
    position: relative;
    float:left;
    background-image: url('../imagenes-web/webmundo.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    width: 132px;
    height: 150px;
    top: 0px;
    left: 10px;
}
.banner_superior
{
    position:relative;
    float:right;
    width: 790px;
    height: 90px;  
    text-align:right;
}
#banderas
{
    position:relative;
    float:left; 
    margin-left:10px;
    font-size:0.7em;
    height:7px;
    width:200px;
    text-align:left;
    }
#sesion
{
    position:relative;
    float:right; 
    font-size:0.7em;
    height:7px;
    width:500px;
    text-align:right;
    }
#sesion p
{
    float:right;
    position:relative;
    }
#menu_usuario
{
    float:right;
    position:relative;
    } 
.menu
{
    position: relative;
    float:right;
    width: 838px;
    height: 36px;
    margin-top: 8px;
    background:url('../imagenes-web/menu.png') repeat-x top left;
}
#contenido_menu
{
    width:550px;
    float:left;
    position:relative;
    }
.buscar_menu
{
    position:relative;
    float:right;
    right:0px;
    vertical-align:middle;
    top:5px;
}
.buscar_pie
{
    position:relative;
    margin-top: 20px;
    width: 960px;
    padding: 10px;
    text-align: center;
    border-top-color: #999999;
    border-style: ridge;
    border-width: 1px 0px 0px 0px;
    vertical-align: middle;
}
.pie
{
    border-style: ridge;
    border-width: 1px 0px 0px 0px;
    width: 980px;
    position: relative;
    height:inherit;
    margin-top: 0px;
    border-top-color: #999999;
}
.pie_columna
{
    float: left;
    margin-left:76px;
    padding:5px;
    text-align:left;
    width:150px;
    height:100%;
}
#pie_final
{
    clear:both;
}
A:link { color: #0066FF; text-decoration: none;}
A:visited { color: #0066FF; text-decoration: none; }
A:hover { color : #FFCC33; text-decoration: none; }
A:active { color : #FFCC33; text-decoration: none;}
#firma
{
     font-size:0.7em;
     border-style: ridge;
    border-width: 1px 0px 0px 0px;
    width: 100%;
    position: relative;
    height:inherit;
    margin-top: 0px;
    border-top-color: #999999;
    padding:5px;
    text-align:right;
    }