/* Reset */
* {
margin: 0;
padding: 0;
}
body {
font-size: 16px;
font-family: Arial, sans-serif;
color:#666;
}
#container {
margin:0 auto;
max-width:900px;
}

#headerbar {
background: none repeat scroll 0% 0% #1C6796;
height:55px;
}

#footerbar {
background: none repeat scroll 0% 0% #1C6796;
min-height:20px;
}

#footer {
text-align:center;
margin-top:20px;
}

.footerlink {
color:#fff;
display:block;
padding:5px;
}

.leftlink {
display:inline-block;
padding:0 5px;
}

.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.accordion li {
	list-style: none;
}

/* Layout & Style */


.accordion li > a {

	font-size:18px;
	font-weight: bold;
	display: block;
	position: relative;
	min-width: 110px;
	padding: 14px 10px 14px 48px;

	color: #fdfdfd;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);

	background: #4E8ACD;
	background: -moz-linear-gradient(top,  #4E8ACD 0%, #005374 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4E8ACD), color-stop(100%,#005374));
	background: -webkit-linear-gradient(top,  #4E8ACD 0%,#005374 100%);
	background: -o-linear-gradient(top,  #4E8ACD 0%,#005374 100%);
	background: -ms-linear-gradient(top,  #4E8ACD 0%,#005374 100%);
	background: linear-gradient(top,  #4E8ACD 0%,#005374 100%);	

}

.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active {
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
	
	background: #4E8ACD;
	background: -moz-linear-gradient(top,  #4E8ACD 0%, #005374 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4E8ACD), color-stop(100%,#005374));
	background: -webkit-linear-gradient(top,  #4E8ACD 0%,#005374 100%);
	background: -o-linear-gradient(top,  #4E8ACD 0%,#005374 100%);
	background: -ms-linear-gradient(top,  #4E8ACD 0%,#005374 100%);
	background: linear-gradient(top,  #4E8ACD 0%,#005374 100%);	

}

.accordion li > a span {

	line-height:20px;
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	padding: 8px 6px 6px 6px;
	margin-right: 10px;
	font-size:14px;
	font: Arial, sans-serif;
	background: #135281;
	font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #fdfdfd;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
}

.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span {
	color: #fdfdfd;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
	background: #135281;
}

/* Images */

.accordion > li > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 32px;
	height: 32px;
	margin: 8px 8px;

}

.accordion li#cat1 > a:before { background: url('https://www.wanuncios.com/imagenes/categoria_1.png') no-repeat scroll left center transparent; background-size:32px 32px; }
.accordion li#cat2 > a:before { background: url('https://www.wanuncios.com/imagenes/categoria_2.png') no-repeat scroll left center transparent; background-size:32px 32px; }
.accordion li#cat3 > a:before { background: url('https://www.wanuncios.com/imagenes/categoria_3.png') no-repeat scroll left center transparent; background-size:32px 32px; }
.accordion li#cat4 > a:before { background: url('https://www.wanuncios.com/imagenes/categoria_4.png') no-repeat scroll left center transparent; background-size:32px 32px; }
.accordion li#cat5 > a:before { background: url('https://www.wanuncios.com/imagenes/categoria_5.png') no-repeat scroll left center transparent; background-size:32px 32px; }
.accordion li#cat6 > a:before { background: url('https://www.wanuncios.com/imagenes/categoria_6.png') no-repeat scroll left center transparent; background-size:32px 32px; }
.accordion li#cat7 > a:before { background: url('https://www.wanuncios.com/imagenes/categoria_7.png') no-repeat scroll left center transparent; background-size:32px 32px; }
.accordion li#cat8 > a:before { background: url('https://www.wanuncios.com/imagenes/categoria_8.png') no-repeat scroll left center transparent; background-size:32px 32px; }
	
/* Sub Menu */

.sub-menu li a {
	font-size:18px;
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);

	background: #e5e5e5;
	border-bottom: 1px solid #c9c9c9;

	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.sub-menu li:hover a { background: #efefef; }

.sub-menu li:last-child a { border: none; }

.sub-menu li:first-child a { background: #d3d3d3; }

.sub-menu li > a span {
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	background: transparent;
	border: 1px solid #c9c9c9;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.sub-menu em {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 14px;
	color: #a6a6a6;
	font-family: Arial, sans-serif;
}

/* Functionality */

.accordion li > .sub-menu {
	display:none;
}

.accordion li:target > .sub-menu {
	height: block;
}

.clear {
clear:both;
}

.space, .spacermini {
height:10px;
}
.bigspace, .spacer {
height:20px;
}

.selection {
padding:8px 8px;
background-color: #fff;
border: 1px solid #1C6796;
color: #1C6796;
font-size:18px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.minititle {
color:#1C6796;
}


a {
text-decoration: none;
color: #375BA4;
}

.paddingh {
padding:0 5px;
}

.padding {
padding:5px;
}

#alogo {
font-size:18px;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.35);
color:#fff;
line-height: 55px;
float: left;
font-weight: bold;
height: 55px;
}
#alogo:hover { background-color: #0E619F; }

#alogo a {
color:#fff;
display: block;
padding: 0px 10px;
}

ul {
    list-style: outside none none;
}

.paginate {padding:0; margin:0;}
.paginate li {display:inline; list-style:none;}
.paginate a {background: #1C6796; border: 1px solid #003D5C; color:#fff; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none; }
.paginate a:hover, .paginate a:active { color:#fff; background: #277AB8; border: 1px solid #003D5C; }
.paginate .title {color:#555; margin-right:4px;}
.paginate .gap {color:#999; margin-right:4px;}
.paginate .current {color:#fff; background: #277AB8; border: 1px solid #003D5C; margin-right:4px; padding:3px 6px; }
.paginate .page {}
.paginate .prev, .paginate .next {}

.curved2 {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}


.ellipsis {
text-overflow: ellipsis;overflow: hidden;display: -webkit-box;line-height: 16px; max-height:32px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; 
}

.wordbreak {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

.clicktr:hover {cursor: pointer; }

h1 { font-size: 18px;line-height: 18px; }

.imgbox { float:left;margin:4px 4px 0 0;width:82px;height:82px;text-align:center;border: 1px solid #cecece; padding:2px; line-height:80px; }
.imgbox:hover { border: 1px solid #0088d6; }

.mybutton {
display: inline-block;
cursor:pointer;
padding: 6px 10px;
border: 1px solid #033D54;
background-color: rgb(28, 103, 150);
color: #FFF;
font-size: 16px;
font-weight: bold;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.mybutton:hover { background-color: #0E619F; }

.myinput {
padding: 4px;
border: 1px solid #1C6796;
background-color: rgb(255, 255, 255);
color: #666;
font-size: 16px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
height: 25px;
width: 260px;
}

.selection2 {
padding:4px;
height: 35px;
background-color: #fff;
border: 1px solid #1C6796;
color: #1C6796;
font-size:18px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.rojo {
padding-left: 5px;
color: #FF0000;
}

.error {
display:block;
color: #FF0000;
}

.verde {
    padding-left: 5px;
    color: #006803;
}

#condiciones-error {
display: inline;
margin-left: 5px;
}

#search { border-bottom:1px solid #1C6796;padding:5px;background-color: #FAFEFF; }

.uploadfile { text-overflow: ellipsis;overflow: hidden;white-space:nowrap;display:inline-block;width:auto;max-width:65%; }
.uploadsize { position:relative;right:0;top:-4px;display:inline-block;padding-left;5px; }
.uploadsize b { padding-left;5px; color: #375BA4; }

td a img { vertical-align: middle; }
td img { vertical-align: middle; }

table {
    border:0;          /* Replace border */
    border-spacing: 0px; /* Replace cellspacing */
    border-collapse: collapse; /* Patch for Internet Explorer 6 and Internet Explorer 7 */
}
table td {
    padding: 0px;/*replace cellpadding*/
height:auto;
}

.tdvip { border-top: 1px solid #006699;background-color: #FFF888;padding:5px; }
.tdvip:hover {background-color: #C3E7FF;}

.minigest {
vertical-align: middle;
padding-bottom:6px;
}

#vtooltip {
margin-left:35px;
width: 18px;
}

#vtooltip:hover:after{
 content: 'Wanuncios.com ha verificado que esta foto es autentica.';
 border: 1px solid #00548C;
 background-color: #fff;
 color: #00548C;
 position: absolute;
 padding: 3px 8px;
 font-size: 12px;
 z-index: 9999;
 margin-left: 10px;
 margin-top: 10px;
 width: 210px;
 font-size: 14px;
 }

#vtooltipdisable {
margin-left:35px;
width: 18px;
}

#vtooltipdisable:hover:after{
 content: 'Wanuncios.com no ha verificado si esta foto es autentica.';
 border: 1px solid #00548C;
 background-color: #fff;
 color: #00548C;
 position: absolute;
 padding: 3px 8px;
 font-size: 12px;
 z-index: 9999;
 margin-left: 10px;
 margin-top: 10px;
 width: 210px;
 font-size: 14px;
 }


.verifyicon {
    background-image: url(/img/verify.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 2px bottom 2px;
}

.destacadotag {
    display: inline-block;
    background-image: url(/imagenes/star.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left 3px top 1px;
    background-color: rgb(28 150 46);
    border: 1px solid #145c30;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
}

.destacadotag a {
color: #fff;
display: block;
padding: 0px 4px 0px 19px;
}



.mybuttonicon {
    display: inline-block;
    background-image: url(/imagenes/gear.png);
    background-repeat: no-repeat;
    background-position: left 5px top 7px;
    border: 1px solid #033D54;
    background-color: rgb(28, 103, 150);
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

.bdest {
    background-image: url(/imagenes/star.png);
    background-color: rgb(28 150 46);
    border: 1px solid #145c30;
}

.bgest {
    background-image: url(/imagenes/gear.png);
}

.bcontactar {
    background-image: url(/imagenes/telefono.png);
}

.bcompartir {
    background-image: url(/imagenes/compartir.png);
}

.bemail {
    background-image: url(/imagenes/email.png);
}

.mybuttonicon a {
color: #FFF;
display: inline-block;
padding: 6px 10px 6px 25px;
}

.bdest:hover { background-color: #1a7c40; }

.bgest:hover, .bcontactar:hover, .bcompartir:hover, .bemail:hover { background-color: #0E619F; }



.boxy {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px  solid #003D5C;
padding: 5px;
min-height: 128px;
min-width: 84px;
margin-bottom: 5px;
position:relative;
}

.boxydestacado {
/* background-color: #fffb70; */
background-color: #FFF888;


}


.fototag {
    background-image: url(/imagenes/verify.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: left 3px top 1px;
    background-color: rgb(35 105 191);
    border: 1px solid #001a4a;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    margin-right: 5px;
    padding: 0px 4px 0px 19px;

}

.fototag a {
text-decoration: none;
font-size: 14px;
display: block;
padding: 0px 4px 0px 4px;
color: #fff;
text-align: center;
}

.boxyimagen {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #2f65a9;
    width: 82px;
    height: 82px;
    text-align:center;
    line-height: 80px;
}
.boxyimagen a {
    display: block;
    height: 100%;
    width: 100%;
}

.boxyimagen img {
    vertical-align: middle;
}

.boxyzona {
display: inline-block;
}

.grid {
  display: grid;
  grid-template-columns: 90px 1fr;
  margin:5px 0 5px 0;
  height: 86px;
}

.grid .boxyimagen {
  grid-column: 1;
}

.grid .flexibletext {
  grid-column: 2;
  overflow: hidden;
  line-height: 16px;
  max-height: 80px;
}

.flexible {
  overflow: hidden;
  position: relative;
}

.withprov {
  max-height: 64px !important;
}

.theprov {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    background-color: #e9e9e9;
    padding: 1px 5px;
    color: #50595e;
    font-size: 13px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.theprice {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1px 5px;
    color: #50595e;
    font-size: 13px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.thefecha {
margin: 5px 0;
}

.conttags {
display:flex;
justify-content: space-between;
}

.destacartag {
    display: inline;
    background-image: url(/imagenes/star.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left 3px top 1px;
    background-color: transparent;
    border: 1px solid #375BA4;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.destacartag a {
display: block;
padding: 0px 4px 0px 19px;
}

.tag {
display: flex;
overflow: hidden;
}

@media only screen and (min-width: 600px) {
.grid .flexibletext {
margin: auto 0;
max-height: 86px;
}
}


.trtag {
    background-image: url(/imagenes/tr.png);
    background-repeat: no-repeat;
    background-position: left 1px top 1px;
    background-color: rgb(122 24 197);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 5px;
}

.femaletag {
    background-image: url(/imagenes/female.png);
    background-repeat: no-repeat;
    background-position: left 1px top 1px;
    background-color: rgb(222 0 255);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 5px;
}

.maletag {
    background-image: url(/imagenes/male.png);
    background-repeat: no-repeat;
    background-position: left 1px top 1px;
    background-color: rgb(41 65 169);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 5px;
}

#bbar {
float: right;
height: 44px;
display: flex;
padding: 5px 0 0 4px;
margin-bottom: 5px;
width: 346px;
}

.bbb {
    background-repeat: no-repeat;
    margin: 0px 0 0 4px;
    border: 1px solid #033D54;
    background-color: #135281;
    color: #fff;
    height: 44px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 5px 0px 42px;
    min-width: 44px;
}

.bbb:hover {
background-color: #0E619F;
}


@media only screen and (max-width: 350px){
#bbar {
width:152px;
}
.bbb {
max-width: 44px;
padding: 0;
font-size: 0;
}

}


.ubtn {
    border: 1px solid #033D54;
    background-color: #135281;
    color: white;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    max-width: 90px;
}

.ubtn:hover {
    background-color: #0E619F;
}
 .ubtn a {
    padding: 4px 6px;
    display:block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.editartag {
    display: inline-block;
    background-color: rgb(23 115 165);
    border: 1px solid #144683;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 5px;
    cursor: pointer;
}

.editartag a {
text-decoration: none;
font-size: 14px;
display: block;
padding: 0px 4px 0px 4px;
color: #fff;
text-align: center;
}

.eliminartag {
    display: inline-block;
    background-color: rgb(221 109 109);
    border: 1px solid #c14040;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 5px;
    cursor: pointer;
}

.eliminartag a {
text-decoration: none;
font-size: 14px;
display: block;
padding: 0px 4px 0px 4px;
color: #fff;
text-align: center;
}

.nofototag {
    display: inline-block;
    background-color: rgb(35 105 191);
    border: 1px solid #144683;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 5px;
    cursor: pointer;
}

.nofototag a {
text-decoration: none;
font-size: 14px;
display: block;
padding: 0px 4px 0px 4px;
color: #fff;
text-align: center;
}

.noverifytag {
    display: inline-block;
    background-image: url(/img/verify.jpg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: left 3px top 1px;
    background-color: transparent;
    border: 1px solid #375BA4;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
     margin-right: 5px;
}

.noverifytag a {
display: block;
padding: 0px 4px 0px 19px;
color: rgb(35 105 191);
}
