﻿/*Fondo*/
#wrapper
{
	   color: Black;
	    background-color:#ffffff;
	   margin-top:-27px;
	    margin-left:-8px;
	    margin-bottom:0px;
	    border:0px;
}

/*columna superior*/
#head
{
    width:1000px;
    height:72.22px;
    border:0px;
    background-color:White;
    }


/*compartir en redes sociales*/


/*menu de navegacion*/

#menu-container
{
        
    padding-left:0px;
    padding-top:33px;    
    position:absolute;
 }


/*Columna Head*/
 
 
  #subHead
  {
    /*width:1258px;*/
    width:1000px;
    height:144.44px;
    background-image:url('../fondos/bannerIndex.png');
    background-repeat:no-repeat;
    border:0px;   
      }
  
  
  
  
 /*Contenedor contenido central*/
#textArea
{
    width:1000px;
    height:900px;
    background-color:#ffffff;
    border:0px;
 }


#colCenter
{
 float:left;
 width:900px;
 height:900px;
 border:0px;
 background-color:#fff;
}


#textContCenter
{
    color:#0b2668;
    font-family:Verdana;
    font-size:.6em;
    text-align:left;   
    margin-top:15px;
    margin-left:50px;
    margin-right:20px;
    margin-bottom:15px;
    text-align:justify;
   
}



/*Fin de Contenedor contenido central*/
 
 
/*Columna Pie de pagina*/
#SubPie
{
    clear:both;
    width:1000px;
    height:70px;
    border:0px;
     background-color:#dbdbdb;     
    }
    
    #linksSubPie
    {
    color: #b5b5cd;
	font-family:Verdana;
    font-size:.7em;
    }
    
     
    a:link.styledlinksSubPie{
	color: #b5b5cd;
	text-decoration: none;
	font-family:Verdana;
    font-size:.7em;
    }

    a:visited.styledlinksSubPie{
	color: #8080c8;
	text-decoration: none;
	font-family:Verdana;
    font-size:.7em;
    }

    a:hover.styledlinksSubPie, a:active.styledlinksSubPie {
	color: #dfdfdf;
	border-bottom: 1px dotted #dfdfdf;
	font-family:Verdana;
    font-size:.7em;
    }
    
    
    #Copyright
    {
        margin-top:10px;
        margin-bottom:10px;
        color: #7c7c7c;
	    font-family:Verdana;
        font-size:.6em;
    }
    
    #webMaster
    {
        margin-top:10px;
        margin-bottom:10px;
        color: #7690cf;
	    font-family:Georgia;
        font-size:.5em;
    }
    
    
/*Fin Columna Pie de pagina*/    
  