/*reset*/
/*-------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
      padding: 0;
        border: 0;
          outline: 0;
            font-weight: inherit;
              font-style: inherit;
                font-size: 100%;
                  font-family: inherit;
                    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
      color: black;
        background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
      border-spacing: 0;
}
caption, th, td {
    text-align: left;
      font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}


/*paginas*/
/*-------------------------------------------------------------------------*/
body{
  font-family:Arial, Verdana, sans-Serif; 
  font-size: 0.75em; /*ie de m..*/
}

html > body {font-size: 12px;} 

h1, h2, h3, strong {font-weight:bold;}
h1{
  margin-bottom:10px;
  font-size:1.5em;
  color:#666;
}

label{font-weight:bold;}
fieldset{margin:10px 0; padding:10px; border:solid #ccc 1px;}
legend{font-weight:bold; }

/*Contenedor*/
/*-------------------------------------------------------------------------*/

#contenedor{
  margin:auto;
  width:800px;
}

/*Cabecera*/
/*-------------------------------------------------------------------------*/


#cabecera{
  width:800px;
  height:100px;
}

#cabecera #logo{
  float:left;
  position:relative;
  width:340px;
  height:100px;
}

#cabecera #logo a.home{
  position:absolute;
  top:10px;
  left:30px;
  color:#333;
  font-weight:bold;
  text-decoration:none;
}

#cabecera #logo h1{
  float:left;
  margin:0;
  height:70px;
  font-size:1em;
}

#cabecera #logo h1 a{
  display:block;
  background:url(../img/logo.png) no-repeat 0 20px;
  width:340px;
  height:70px;
}

#cabecera #logo h1 a span{
  display:none;
}

#cabecera #logo h2{
  display:none;
}

#cabecera #logo #buscador-interno{
  float:left;
  padding:4px;
  background:url(../img/bg-buscador.png) bottom no-repeat;
  width:332px;
  height:22px;
}

#cabecera #logo #buscador-interno .txt-bi{
  float:left;
  margin-right:5px;
  border:solid #ccc 1px;
  width:170px;
}

#cabecera #logo #buscador-interno .btn-bi{
  float:left;
  background:url(../img/bg-menu.png) repeat-x;
  width:150px;
  border:solid #ccc 1px;
}

#cabecera #menu-top{
  float:right;
  width:460px;
  height:30px;
}

#cabecera #menu-top ul{
  float:right;
}

#cabecera #menu-top ul li{
  margin-left:1px;
  float:left;  
}

#cabecera #menu-top ul li a{
  padding-right:10px;
  background:url(../img/bg-menutop.png) bottom right no-repeat #a00;
  display:block;
  height:24px;
  width:83px;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:0.9em;
}

#cabecera #menu-top ul li a span{
  padding:3px 0 3px 10px;
  display:block;
  background:url(../img/bg-menutop.png) bottom left no-repeat #a00;
  height:18px;
  width:73px;
  cursor:pointer;
}

#cabecera #buscador{
  float:right;
  padding:0 0 0 20px;
  background:url(../img/bg-buscador.png) no-repeat;
  width:440px;
  height:70px;
  color:#fff;
  font-size:0.9em;
  font-weight:bold;
}

#cabecera #buscador ul{
  float:left;
  padding:5px 0 0 110px;
  height:16px;
  width:320px;
}

#cabecera #buscador ul li{
  float:left;
  margin:0 4px;
}

#cabecera #buscador ul li a{
  color:#fff;
  text-decoration:none;
}

#cabecera #buscador ul li a:hover{
  color:#123;
}

#cabecera #buscador label{
  float:left;  
  padding:8px 5px 0 0;
  display:block;
  width:105px;  
  text-align:right;
}

#cabecera #buscador .txt-buscador{
  padding:1px 5px;
  width:240px;
  height:18px;
  border:solid #ccc 1px;
}

#cabecera #buscador .btn-buscador{
  background:url(../img/bg-menu.png) repeat-x;
  border:solid #ccc 1px;
}

#cabecera #buscador .radios{
  padding:0 0 0 110px;
}


/*Menu*/
/*-------------------------------------------------------------------------*/

#menu{
  float:left;
  margin-bottom:10px;
  background:url(../img/bg-menu.png) repeat-x #fff;
  width:798px;
  border:solid #ccc 1px;
}

#menu #nav{
  margin:auto;
  width:790px;
}

#menu ul{
  float:left;
  padding:8px 0;
  width:100%;
  text-align:center;
}

#menu ul li{
  float:left;
}

#menu ul li a{
  padding:5px 10px;
  display:block;
  text-align:center;  
  color:#333;
  text-decoration:none;
}


#menu ul li a:hover{
  background:#fff;
  font-weight:bold;
}

#menu ul li.inicio a{
  font-weight:bold; 
  font-size:1.1em; 
  background:#ddd; 
  padding:2px 5px;
}

/*home*/
/*-------------------------------------------------------------------------*/

#rss-gnews{
  width:350px;
}

#rss-gnews ul li{
  padding-bottom:10px;
  border-bottom:solid #ccc 1px;
}

/*sidebar*/
/*-------------------------------------------------------------------------*/

#sidebar{
  float:left;
  width:130px;
  text-align:center;
}

#sidebar h2{
  padding:7px 0;
  background:url(../img/bg-tituside.png) repeat-x #a00;
  color:#fff;
  text-align:center;
}

/*Categorias*/
/*-------------------------------------------------------------------------*/

#categorias{
  float:left;
  margin-bottom:10px;
  width:128px;
  border:solid #ccc 1px;
  text-align:left;
}

#categorias ul li{
  float:left;
  width:128px;
}

#categorias ul li a{
  padding:5px 0 5px 2px;
  background:#f9fafa;
  display:block;
  border-bottom:solid #ccc 1px;
  text-decoration:none;
  color:#333;
}

#categorias ul li a:hover{
  padding:5px 3px;
  background:#e3e7e7;
  font-weight:bold;
}

/*Principal*/
/*-------------------------------------------------------------------------*/

#principal{
  float:left;
  padding:0 10px;
  width:490px;
  line-height:16px;
}

#principal h1{
  margin:10px 0;
  text-align:center;
}

#principal.page h2{
  margin:10px 0;
  font-size:1.6em;
  color:#666;
}

#principal .form-add label{
  display:block;
}

#principal p{
  margin:5px 0;
}

#principal #categoria-enlaces, #categoria-enlaces-red, #busquedas_relacionadas{
  float:left;
  width:100%;
}

#principal #categoria-enlaces h1{
  margin:10px 0;
}

#principal #categoria-enlaces ul, #principal #categoria-enlaces-red ul{
  margin:15px 0;
}

#principal #categoria-enlaces ul li, #principal #categoria-enlaces-red ul li{
  background:url(../img/ico-link.png) no-repeat 0 2px;
  padding-left:20px;  
}

#principal p.titulo a{
  font-size:1.2em;
}

#principal #resultados{
  float:left;
  margin:10px 0;
  padding:5px 0;
  width:490px;
}

#principal #resultados h1{
  text-align:center;
  font-size:1.6em;
}

#principal #resultados h2{
  margin:10px 0;
  float:left;
  font-size:1.4em;
  text-align:center;
  color:#666;
}

#principal #resultados h1 span.pais{
  color:#d40000;
  font-size:0.8em;
  font-weight:normal;
}

#principal #resultados h1 span.numero{
  margin-bottom:15px;
  float:left;
  display:block;  
  width:30px;
  font-weight:normal;
}

#principal #resultados ul h1{
  margin:0;
  font-size:1.2em;
  text-align:left;
  font-weight:bold;
}

#principal #resultados ul h1 a{
  font-weight:bold;
}

#principal #resultados a{
  font-weight:normal;
}

#principal #resultados ul li{
  float:left;
  padding:5px 0;
  width:490px;
}

#principal #resultados ul li p{
  padding-left:30px;
}

#principal #resultados ul li p.title{
  padding:0;
}

#principal #resultados ul li p.title a{
  font-size:1.2em;
  font-weight:bold;
}

#principal #resultados ul li p.title span.pais{
  font-weight:normal;
  color:#d40000;
}

#principal #resultados ul li p.title span.numero{
  display:block;
  float:left;
  font-weight:normal;
  margin-bottom:15px;
  width:30px;
}

#principal #resultados ul li p.texto{
  margin:0;
  color:#06c;
  }

#principal a, #banners-derecha a{
  color:#666;
  font-weight:bold;
}

#principal a:hover, #banners-derecha a:hover{
  text-decoration:none;
  color:#000;
}

#principal div.enlacesmapa{
  float:left;  
}

#principal .mini-pages{
  margin:30px 0; 
  float:left;
  width:450px;
}

#principal .mini-pages a{
  margin:0 2px;
  padding:2px 5px;
  background:#e6f5f9;
  border:solid #5fbcd3 1px;
  text-decoration:none;
}

#principal .mini-pages a:hover{
  background:#5fbcd3;
  color:#fff;
}

#principal .mini-pages span.current a{
  background:#5fbcd3;
  color:#fff;
}


#principal #top{
  float:right;
  margin:0;
  width:350px;
  height:250px;
}

#principal .enlaces, #banners-derecha .enlaces{
  float:left;
  margin:0 0 10px;
  width:210px;
  height:140px;
  border:solid #ccc 1px;
  overflow:hidden;
}

#principal .enlaces ul, #banners-derecha .enlaces ul{
  padding:10px;
  }

#principal .enlaces ul li, #banners-derecha .enlaces ul li{
  background:transparent url(../img/ico-link.png) no-repeat 0 2px;
  padding-left:20px;
  margin:1px 0;
  }

#principal .enlaces h2, #banners-derecha .enlaces h2{
  background:url(../img/bg-buscador.png) no-repeat left bottom;
  padding:5px 0;
  font-size:1.2em;
  border-bottom:solid #ccc 1px;
  text-align:center;
  color:#fff;
}

#principal #errores{
  padding:10px;
  background:#fff6f6;
  border:solid #d40000 1px;
  font-weight:bold;
}

#principal #errores h3{
  margin:10px 0;
  text-align:center;
  color:#a00;
}

#principal #errores ul li{
  padding-left:20px;
}

#principal #pagina ul li{
  margin:10px 20px;
  list-style:disc;  
}

#principal #pagina ul li{
  list-style:disc;  
}

/*Banners*/
/*-------------------------------------------------------------------------*/

#banner-top{
  float:left;
  margin:5px 0;
  padding:5px 0;
  width:798px;
  border:solid #eee 1px;
  text-align:center;
}

#principal #banner300x250, #principal #banner300x250-busc{
  float:left;
  position:relative;  
  left:15px;
  width:300px;
  height:250px;
  clear:both;
}

#principal #banner300x250-busc{   
  left:25px;
}

#principal #resultados ul{   
  clear:both;

}

#principal #banner300x250home{
  float:left;
  margin:0;
  width:300px;
  height:280px;
  border:solid #ccc 1px;
  clear:both;
}

#banner160x600-01{
  margin-bottom:10px;
}

/*Derecha*/
/*-------------------------------------------------------------------------*/

#banners-derecha{
  float:right;
  width:160px;
  line-height:16px;
}

#banners-derecha #webamigas{
  margin-top:10px;
  float:right;
  width:158px;
  height:218px;
}

#banners-derecha #webamigas.enlaces ul{
  padding-right:0;
}

/*footer*/
/*-------------------------------------------------------------------------*/

#footer{
  float:left;
  margin-top:20px;
  width:800px;
  border-top:solid #ccc 1px;
  text-align:center;
  line-height:16px;
}

#footer p{
  margin:10px 0;
}

#footer a{
  margin:5px;
  color:#999;
}

#footer a:hover{
  text-decoration:none;
  color:#333;
}

#nube-tags{
  float:left;
  width:100%;
}

#nube-tags a{
  color:#666;
}











