/*
    Document   : general Documento css para todas las paginas
    Created on : 14 - oct - 2010
    Author     : jose
    Description:
        Estilo común para los elementos de todas las páginas.
*/

*
{
    padding:0;
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
}

html
{
    height:100%;
}

root {
    display: block;
}

body
{
    height:100%;
    font-size:small;
    background-color: white;
    text-align:center;
    #font-size:x-small;/* para IE */
}

#wraper{
    margin: 0 auto;
    
    width: 760px;
    text-align: left;
}

.enlace a
{
    color: #595959;
    text-decoration: none;
}

.enlace a:hover
{
    color: #dd3b15;
}

#lista_der
{
  width: 300px;
  float: left;
}

#lista_izq
{
  width: 300px;
  float: left;
  height: 300px;
}

#mensajeLegal
{
  font-size: xx-small;
  padding: 10px;
}

#menu-invescom
{
    height: 35px;
    margin-top: 10px;
    clear: both;
    margin-bottom: 15px;
}

#menu-invescom li
{
    background-color: white;
    list-style: none;
    margin: 0;
    width: 125px;
    float: left;
    
}

#menu-invescom ul
{
  float: left;
  list-style: none;
  padding: 0;
  border: none;
}

#menu-invescom li a
{
  display: block;
  padding: 5px 1px 5px 1px;
  border-left: 8px solid #1958b7;
  border-bottom: 1px solid #90bade;
  text-decoration: none;
  font-weight: bold;
  font-size: 90%;
  font-family: tahoma;
  width: 110px;
}

#menu-invescom li a:hover
{
  border-left: 8px solid #1c64d1;
  background-color: #2586d7;
  color: #fff;
}

.submenu a
{
  border-left: 3px solid #1958b7;
}

ul.dropdown                         
{ 
  position: relative; 
}

ul.dropdown ul
{
  width: 220px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 125px;
}

img
{
  float:left;
}

#logo_invescom
{
  float: left;
  margin-left: 50px;
  margin-bottom: 10px;
  width: 100%;
}

#logo_invescom img
{
  float: left;
}

#logo_invescom h1
{
  font-family: arial, sans-serif;
  color: #1958b7;
  margin-top: 10px;
}

#logo_invescom h3
{
  font-family: arial, sans-serif;
  font-style: oblique;
  color: #1958b7;
}

#logo_invescom_red
{
  float: left;
  margin-left: 15px;
  margin-bottom: 10px;
  width: 100%;
}

#logo_invescom_red img
{
  float: left;
}

#logo_invescom_red h1
{
  font-family: arial, sans-serif;
  color: #ff9900;
  margin-top: 10px;
}

#logo_invescom_red h3
{
  font-family: arial, sans-serif;
  font-style: oblique;
  color: #ff9900;
}

#columna_principal
{
  float:  left;
  width: 73%;
  margin-right: 7px;
}

#columna_principal p
{
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 7px;
}

#columna_secundaria
{
  float: left;
  width: 24%;
  clear: right;
  border: 2px solid blue;
}

#columna_secundaria h1
{
  color: white;
  background-color: blue;
  width: 100%;
  font-size: small;
  text-align: center;
}

#columna_secundaria h2
{
  color: #1c64d1;
  width: 100%;
  font-size: x-small;
  text-align: center;
  margin-top: 7px;
}

#columna_secundaria p
{
  margin: 2px;
  font-size: x-small;
  text-align: center;
}

#pie
{
  width: 100%;
  clear: both;
}

.rojo
{
  color: #C71010;
  padding-bottom: 10px;
  font-size: large;
}

.secundario
{
  font-size: x-small;
}

.botonini
{
  margin-left: 180px;
  float: left;
  background-image: url(../imagen/botonini.gif);
  background-repeat: no-repeat;
  height: 35px;
  width: 11px;
}

.botoncontenido
{
  float: left;
  background-image: url(../imagen/botonmid.gif);
  height: 27px;
  padding-top: 7px;
}

.botoncontenido a
{ 
  float:left;
  text-decoration: none;
  font-weight: bold;
  color: white;
}

.botonfin
{
  float: left;
  background-image: url(../imagen/botonfin.gif);
  background-repeat: no-repeat;
  height: 35px;
  width: 13px;
}

/* Listas de parrafos */
#list_p { width:450px;}
#list_p ul { font-style:italic; font-family:Georgia, Times, serif; font-size:24px;list-style:none;}
#list_p ul li p 
{ 
  padding:8px;
  font-style:normal;
  font-family:Arial; 
  font-size:13px;
  border-left: 1px solid #90bade;
}