
/* estilos de la cabecera */

header
    {
        width : 100%;
        padding: 0px;
        margin: 0px;     
        vertical-align: middle;  
        display: block;
        clear: both;
        overflow: hidden;

    }

#divhimg1
    {
        /*no se xq no puedo usarlo*/
         float:left;
         width: 70%;
         min-height: 110px;      
    }

#divhimg2
    {
         float:left;
         width: 30%;
         min-height: 110px;
         clear: right;
         text-align:right;


       
    }
    #img2
        {
            display: block;
            margin-left: auto;
            margin-right: auto;
            border:none;
            vertical-align: middle;

        }

    /* estilos deL MENU DE NAVEGACION*/

nav
    {
        background-color: white;
        padding-top: 10px;
        padding-bottom: 7px;
        width :100%;
        display: block;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        clear: both;
        overflow: hidden;
        vertical-align: middle;  
    }


.TabGroup
    {
        margin: 0;
        padding-left: 10px;
        display: block;
    }





.Tab1
    {
        cursor: hand;
        font-weight: bold;        
        float:left;
        border : 1px solid;
        margin-right: 10px;
        background-color: #FA5858;
        display: block;
        padding: 2px 10px;
    }



.Tab
    {        
        display: block;
        float:left;
        margin-right: 10px;
        padding: 2px 10px;
    }


.Taba
    {
        text-decoration:none;
        color:black;
        font-family:Arial;
    }

#buscador
    {
        text-decoration:none;
        color:black;
        font-family:Arial;
        float:right;
        padding-right: 10px;

    }





/*
     
.Taba
    {
        color:black;
        font-family:Arial
    }


 .TabGroup
  {
    position: absolute;
    top: 145px;
    left: 10px;
  }





    
  }



body {
    font: 100%/1.4 Verdana, Arial, Helvetica, Sans-serif;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: #FFF;
    margin: 0;
    padding: 0;
    color: #000;
}
ul, ol, dl {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
}
a img {
    border: none;
}
a:link {
    color: #42413C;
    text-decoration: underline
}
a:visited {
    color: #6E6C64;
    text-decoration: underline
}
a:active, a:hover, a:focus {
    text-decoration: none;
}
.container {
	width: 950px;
	margin: 0 auto;
	border:2px;
    background-image: url(images/divider.png);
	background-repeat: repeat-y;
}
#logo {
	position:absolute;
	width:950px;
	height:80px;
	z-index:1;
	margin-top:1px;
}
.header {
    background-image: url(imagenes/fondologo.jpg);
    background-repeat: no-repeat;
    height: 82px;
    padding:5px;
    margin-bottom:5px;
    margin-top:5px;
}
.header2 {
    background-color: red;
    background-image: url(images/banner.jpg);
    height: 20px;
    margin-bottom:5px;
    color:white;
}
.sidebar1 {
    float:right;
    width: 180px;
    padding-bottom: 10px;
}
.content {
    padding: 10px 0;
    width: 770px;
    float: right;
}
.content h1 {
    font-size: 200%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}
.content ul, content ol {
    padding: 0 15px 15px 40px;
}
nav p {
    font-size: 90%;
    color: #FFC;
    background-color:red;
    text-align:left;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    boder-botton-widht: 2px;
    border-bottom-style: solid;
    border-bottom-color:red;
    font-weight: bold;
    margin: 0;
}
nav p a:link, nav p a:visited {
    text-decoration: none;
    color: red;
    padding: 5px;
}
navf p a:link, navf p a:visited {
    text-decoration: none;
    color: red;
    padding: 5px;
}
nav p a:hover, nav p a:active {
    color: red;
    background-color:white;
}
nav ul {
    list-style: none;
    boder-top: 1px solid #fcc0c0;
    font-size: 90%;
}
nav ul li {
    border-bottom: 1px solid #b90303;
    border-top: 1px solid #fcc0c0;
    border-right: 1px solid #b90303;
    border-left: 1px solid #fcc0c0;
}
nav ul a:link , nav ul a:visited {
    padding: 5px 5px 5px 15px;
    display: block;
    width: 158px;
    text-decoration: none;
    background-color:red;
    text-align: left;
    color: white;
}
nav ul a:hover, nav ul a:active, nav ul a:focus {
    border-bottom: 1px solid #fcc0c0;
    border-top: 1px solid #b90303;
    border-right: 1px solid #fcc0c0;
    border-left: 1px solid #b90303;
    background: red;
    color: black;
}
footer {
    background:red;
    position: relative;
    clear: both;
    color: #FFC;
    height:20px;
    font-size: 80%;
    text-align:center;
}
header, section, footer, aside, nav, article, figure {
    display: block;
}
.green {
    color: #090;
}
.sidebar1 aside {
    font-size: 90%;
}