@charset "utf-8";
/* CSS Document */
*{ padding:0px; margin:0px; padding:0px}
html, body {
    height: 100%;
}
html>body #container {
				height: auto;
			}

body{text-align:center;}

#contenedor{margin:0 auto 0 auto; width:100%; text-align:center;
                position: relative;
				min-height: 100%;
				height: 100%;
				height: auto;
}


#top{ height:110px; background-image: url(../imagenes/base.jpg); background-repeat:repeat-x; border-bottom: 0px solid black; }

#contenido{ width:80%; margin-left:10%; border-bottom: dashed 1px #999; padding-left:15px; padding-bottom:15px; text-align:justify; margin-right: 15px; overflow: inherit}

#logo{ z-index:0}
#sello{ padding-right:30px}
#barra1{width:80%; height:40px; margin-top:10px ; margin-left:10%; padding-right:15px}
.Separador1{ background-image: url(../imagenes/barra1.jpg); background-repeat:repeat-x; width:100%}
p {padding-top:7px}
.imagen1{ padding:10px}

.texto{ font-family:Verdana, Geneva, sans-serif; color: #333; font-size:12px; line-height:2em }
.tituloAzul{ font-family:Verdana, Geneva, sans-serif; font-weight:bold; color:#00F}
.tituloRojo{ font-family:Verdana, Geneva, sans-serif; font-weight:bold; color: #903}
.titulo{font-family:Verdana, Geneva, sans-serif; color: #333; font-size:14px; font-weight:bold; background-image:url(../imagenes/listing-header.gif); background-repeat:repeat-x; width:300px; padding-left:15px}


#pie{background-color: #E2E2E2; height:60px; border-top-style: solid; border-top-width:2px; border-top-color:#CCC; 
margin-top:15px;
position: absolute;
bottom: 0;
 width:100%
}
#pie li{ display:inline; text-decoration:none; font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#03C; border-right: solid 1px  #D0E0F2; float:right; padding-right:10px; padding-top:10px}
#pie a{text-decoration:none}
#pie a:visited{text-decoration:none}
.sinborde{ border-right: none}
.bordeadoGris{border:dashed #CCC 1px; padding:5px}

#anuncio1{padding-top:20px; padding-bottom:30px; text-align:center}
#limpiar{clear:both}




/*barra navegacionnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn*/

.mattblacktabs{ z-index:1; padding-top:72px; padding-left:5px;
 overflow:hidden
   
 /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
/*barra navegacionnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn*/