/*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;
  width:340px;
  height:100px;
}

#cabecera #logo #logo-interno{
  float:left;
  margin:0;
  font-size:1em;
  background:url(../img/logo.png) no-repeat 0 20px;
  width:340px;
  height:70px;
  
}

#cabecera #logo #logo-interno div.bookmark{
display:none; 
}

#cabecera #logo #logo-interno a{
font: Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#333333;
}

#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 h2 a{
display:block;
font: Arial, Helvetica, sans-serif;
font-size:5px;
font-weight:normal;
color:#333333;
}

#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 .form-add label{
  display:block;
}

#principal p{
  margin:5px 0;
}

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

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

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

#principal #categoria-enlaces 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.texto{
  margin:0;
  color:#06c;
  }

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

#principal a.catr{
  color:#666;
  font-weight:bold;
  text-decoration:none;
  font-size:12px;
  padding-left:5px;
  
} 

#principal a.catrsub{
  color:#666;
  font-weight:bold;
  text-decoration:none;
  font-size:11px;
  padding-left:10px;
}
 
#principal a:hover, #banners-derecha a:hover{
  text-decoration:none;
  color:#FF0000;
  text-decoration: underline;
}

#principal a:visited{
  text-decoration:none;
  color:#FF0000;
}


#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:240px;
  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 #maps{
  margin-top:10px;
  float:right;
  width:158px;
  height:431px;
}

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


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

#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;
}

.menu {width:380px; height:32px; font-size:0.85em; position:relative; z-index:100; border-right:1px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:381px; w\idth:380px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:95px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:95px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:89px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#333333; padding-left:5px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:95px; w\idth:89px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#666666 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#EE6600 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#EE6600 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#333333;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#EE6600;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:95px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:95px; top:-1px; width:95px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-95px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#666666; color:#FFF; height:auto; line-height:1em; padding:5px 5px; width:84px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a{width:96px;w\idth:84px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#EE6600;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#EE6600;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

div.fila_0 { background-color: #FFFFFF; height:80px;} 
div.fila_0 div.yt{ float:left; padding-left:2px; padding-bottom:2px; padding-top:5px;} 
div.fila_0 div.yt img{ border:1px solid #999999;} 
div.fila_0 div.ds{padding-top:2px; padding-bottom:2px; padding-left:100px;} 
div.ubox_0{background-color: #FFFFFF; padding-left:100px; font-size:11px;}  

div.fila_1 { background-color: #F4F4F4; height:80px;} 
div.fila_1 div.yt{ float:left; padding-left:2px; padding-bottom:2px; padding-top:5px;} 
div.fila_1 div.yt img{ border:1px solid #999999;} 
div.fila_1 div.ds{ padding-top:2px; padding-bottom:2px; padding-left:100px;} 
div.ubox_1{background-color: #F4F4F4; padding-left:100px; font-size:11px;}  

div.tituloa h2{ padding-left:8px; padding-right:8px;  line-height:150%; float:left;} 
div.subtituloa { font-weight:bold; padding-left:8px; padding-right:8px; line-height:145%; clear:both;} 
div.contenidoa { padding-left:8px; padding-right:8px; padding-top:10px; text-align:justify; line-height:145%;} 
div.detallea {padding-left:8px; padding-right:8px; padding-top:10px;}

div.ultimosa{
padding:3px;
}

div.ultimosa img {
	float: left;
	margin-right: 2px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}

div.ultimosa a {
text-align:justify;
font-weight:normal;
}

div.ultimosa p {
	margin: 0px;
	padding: 3px;
	text-align:justify;
}

#MA_Home_Bottom {
  font-family: sans-serif;
  width: 49opx;
  height: auto;
  /*margin: 10px 0 10px 0;*/
  /*position: relative;*/
  margin: 0px 0px 0px 0px;
  background: #FFFFFF;
 
}

#MA_Home_Bottom a {
  color: #0000F9;
  font-weight:normal;
}   

#MA_Home_Bottom #container_header {
  background: url(../img/Mr_Home_Bottom_Icon_Featured.gif) no-repeat ;
  height: 24px;
  width:455px;
  color: #FFFFFF;
  font-size: 14px;
  padding: 15px 0 0 35px;
  margin: 5px 0 0px 0;
  font-weight:bold;
}

#MA_Home_Bottom #container_header span {
  float:left;
  font-size:14px;
  color:#FFFFFF;
}

#MA_Home_Bottom #container_header a {
  color: #FCB21B;
  float:right;
  font-size: 11px;
  font-weight: normal;
  padding-right: 10px;
}

#MA_Home_Bottom #container_header a:hover {
  color: #FFFFFF;
  float:right;
  font-size: 11px;
  font-weight: normal;
  padding-right: 10px;
}

#MA_Home_Bottom #container_featured {
  background: #FFF2D2;
}  
#MA_Home_Bottom #container_featured a {
  font-weight:normal;
}

#MA_Home_Bottom #container_featured a:hover {
  /*text-decoration: underline;*/
}

#MA_Home_Bottom #container_featured td {
  border-right: 1px solid #FFFFFF;
  padding: 0px 10px 5px 10px;
  vertical-align: top;
  width: 164px;
}

#MA_Home_Bottom #container_featured td.first_row {
  padding-bottom: 0px;
}

#MA_Home_Bottom #container_featured td.last_item {
  border: none;
}

#MA_Home_Bottom #container_featured td img {
  border: none;
}

#MA_Home_Bottom #container_featured .container {
  width: 164px;
  overflow: hidden;
  text-align: left;
  text-align: left;
  font-size: 12px;
  margin: 5px;
}

#MA_Home_Bottom #container_featured .price {
  color: #333333;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}

#MA_Home_Bottom #container_featured .location {
  color: #6D6D6D;
}

#MA_Home_Bottom #featured_bottom {
  background: url(../img/Mr_Home_Bottom_Featured.gif) no-repeat;
  height: 8px;
  clear: both;
}


/* Bloque de Featured Ads en Listados y Busquedas */
div.featured_ads_llistat div.title_container {
  border-bottom: 1px solid #EAEAEA;
  height: 24px;
  padding: 0;
  margin-bottom: 3px;
}

div.featured_ads_llistat div.title_container table.fa_titles {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  background-color: transparent;
  width: 100%;
}

div.featured_ads_llistat div.title_container table.fa_titles h2 {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  color: #b0b0b0;
}

div.featured_ads_llistat div.title_container table.fa_titles p.como_destacar {    
  text-align: right;
    font-size: 11px;
}

div.featured_ads_llistat div.title_container div.featured_ads_title a.destacar {
  text-align: right;
  color: #0000ff;
  font-size: 11px;
  font-weight: normal;
  }

div.featured_ads_llistat table.fa_ads {  
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  background-color: #ffffff;
}

div.featured_ads_llistat table.fa_ads td.ad_default_image div.thumb_container {
  border-color: #fff7e2;
  border-style: solid;
  border-width: 4px 4px 4px 0px;
  text-align: center;
}

div.featured_ads_llistat table.fa_ads td.ad_default_image img.featured-badge {
  position: absolute;
  margin-left: -3px;
  z-index: 10;
}

div.featured_ads_llistat table.fa_ads td.ad_default_image img {
  margin: 0 0 0 0px;
  max-width: 80px;
}

div.featured_ads_llistat table.fa_ads td.fa_content{  
  padding:4px 6px 4px 12px;
  vertical-align: top;  
  width:590px !important;
  max-width: 590px !important;
}

div.featured_ads_llistat table.fa_ads td.fa_content p {  
  font-size:1.2em;
  padding: 0;
}

div.featured_ads_llistat table.fa_ads td.fa_content a {
  font-size: 15px;
}

div.featured_ads_llistat table.fa_ads td.fa_content p.price {
  font-weight: 800;
}

span.price {
  font-weight: 900;
  color: #333;
}

span.location {
  color: #6d6d6d;
}

div.featured_ads_llistat table.fa_ads td.ad_default_image  {  
  max-width:80px !important;
  width:80px !important;
  padding:6px 12px !important;
  text-align:center !important;
  
}

div.featured_ads_llistat table.fa_ads td.ad_default_image div.td_wrapper {
  text-align:left !important;  
}

.table-narrow {
  width: 620px !important;
  max-width: 620px !important;
}



