﻿* {
	margin: 0;
	padding: 0;
}
body 
{
    height: 100%;
    min-height:100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    background: #F7F7F7;
}
.primera_division
{
    clear:both;
}
h3
{
    font-size: 0.95em;
    color:#333333;
}
ul
{
    font-size:0.75em;
    list-style:none;
    }
.cuerpoprincipal
{
    position:relative;
    left:50%;
    margin-left:-490px;
    width: 980px;
    height:inherit;
}
#menuverde
{
    position: relative;
    width: 100%;
    background-color:Green;
    height: 36px;
    background:url('../imagenes-web/menu.png') repeat-x bottom left;
    }
.logo
{
    position: relative;
    float:left;
    background-repeat: no-repeat;
    background-position: left top;
    width: 132px;
    height: 90px;
    top: 0px;
    left: 10px;
    padding-left:20px;
    padding-top:5px;
}
.banner_superior
{
    position:relative;
    float:right;
    width: 790px;
    height: 90px;
    text-align:right;
}
#sesion
{
    position:relative;
    float:right; 
    font-size:0.7em;
    height:7px;
    width:800px;
    text-align:right;
    }
#sesion p
{
    float:right;
    position:relative;
    }
#menu_usuario
{
    float:right;
    position:relative;
    } 
.menu
{
    position: relative;
    float:right;
    width: 838px;
    height: 36px;
    background:url('../imagenes-web/menu.png') repeat-x top left;
}
#contenido_menu
{
    width:700px;
    float:left;
    position:relative;
    }
#fecha_menu
{
    position:relative;
    float:right;
    right:0px;
    vertical-align:middle;
    margin-top:1px;
    color:White;
    font-style:italic;
    font-size:12px;
}
.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;
}
.links { color:green; font-size:18px;}
.links A:link  { font-size:25px; color: Green; text-decoration: none;  font-weight: 600; letter-spacing: 0.05em}
.links A:visited  { font-size:25px; color: Green; text-decoration: none; font-weight: 600;letter-spacing: 0.05em}
.links A:hover  { font-size:25px; color : Green; text-decoration: none; font-weight: 600;letter-spacing: 0.05em}
.links A:active  { font-size:25px; color : Green; text-decoration: none; font-weight: 600;letter-spacing: 0.05em}
#pie
{
    width: 100%;
    height:auto;
    padding-bottom:10px;
    position: relative;
    bottom:0px;
    background:url('../imagenes-web/pie.png') repeat-x top left;
    background-color:#224A00;
    margin-top:10px;
}
#seccion_pie
{
    position:relative;
    float:left;
    height:180px;
    }
.pie_columna
{
    float: left;
    margin-left:70px;
    padding:5px;
    text-align:left;
    width:150px;
    height:110px;
    position:relative;
}
#pie_inicial
{
    position:relative;
    
    }
#pie_final
{
    width:100%;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:Silver;
}
#pie A:link { color: White; text-decoration: none;}
#pie A:visited { color: White; text-decoration: none; }
#pie A:hover { color : #0066FF; text-decoration: none; }
#pie A:active { color : White; text-decoration: none;}
#firma
{
    width:100%;
    font-size:0.7em;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5px;
    color:white;
    }

.contenido
{
    height:100%;
    }
#cabeza
{
    background-color:#333333;
    width:100%;
    height:98px;
}
#cuerponoticias
{
    margin-top:10px;
    text-align:left;
    float:left;
    width:710px;  
    position:relative;  
    }
#lista_noticias
{
    margin-top:10px;
    float:left;
    width:260px;
    position:relative;
    margin-left:10px;
    }
#banner_inferior
{
    margin-top:10px;
    }

.titulo_pie
{
    height:15px;
    width:150px;
    background-color:Silver;
    padding:4px;
    border-style:solid;
    border-width:1px;
    border-color:Silver;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-top-right-radius:5px;
    -moz-border-top-left-radius:5px;
    }
.lista_pie
{
    height:125px;
    width:150px;
    padding:4px;
    border-style:solid;
    border-width:1px;
    border-color:Silver;
    }
#buscar_pie
{
    width:100%;
    text-align:center;
    padding:5px;
    }
