html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body{
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}

nav ul{
	list-style: none;
}

blockquote, q{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after{
	content: '';
	content: none;
}

a{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins{
	background-color: #ff9;
	color: #111;
	text-decoration: none;
}

mark{
	background-color: #ff9;
	color: #111;
	font-style: italic;
	font-weight: bold;
}

del{
	text-decoration: line-through;
}

abbr[title], dfn[title]{
	border-bottom: 1px dotted;
	cursor: help;
}

hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select{
	vertical-align: middle;
}

* {
	text-decoration: none;
}



/*----------------------------------------------------------------------------------------------------------------------------------*/


html, body{
    font-family: Calibri, sans-serif;
    background-color: #000;
	width: 100%;
    height: 100%;
}

div#myHeader{
    background: linear-gradient(0deg, #002034 0%, #D80CE2 100%);
}

.ciudades1{
    margin-left: 20px;
}

.ciudades3{
    color: #c2ff59;
    font-size: 25px;
    font-weight: bold;
    margin-left: 10px;
}

.ciudades2{    
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.ciudades2 a div{
    font-size: 22px;
    font-weight: bold;
    margin: 10px;
    padding: 7px;
    border-bottom: 3px solid #D80CE2;
    text-align: center;
    background-color: #000;
    color: #D80CE2;
}

div.llamada{
    display: block;
    margin-bottom: 30px;
}

.pegado, div.llamada, .anunciate{
	width: 100%;
  	bottom: 0;
	clear: both;
	z-index: 1;	
}

div.llamada, .anunciate{
	height: 60px;
}

.pegado{
	background-color: #1b1c1e;
    height: 80px;
    position: fixed;
	border-top: 1px solid #AAAAAA;
	box-shadow: 0px 1px 10px #AAAAAA;
}

.pegado nav ul, div.llamada nav ul, .anunciate nav ul{
	display: block;
	margin: 0 auto;
	width: fit-content;
}

.pegado nav ul li, div.llamada nav ul li, .anunciate nav ul li{
    display: inline-block;
	list-style: none;
	padding: 10px;
	margin: 14px 3px;
    border-radius: 12px;
    justify-content: center;
}

.pegado nav ul li:nth-child(1), div.llamada nav ul li:nth-child(1){
    background-color: #D80CE2;
}

.pegado nav ul li:nth-child(2), div.llamada nav ul li:nth-child(2){
    background-color: #01cd3e;
}

.pegado nav ul li a, div.llamada nav ul li a, .anunciate nav ul li a{
	font-weight: bold;
    color: #fff;
    padding: 12px;
    cursor: pointer;
}

.pegado nav ul li a i, div.llamada nav ul li a i, .anunciate nav ul li a i{
	font-size: 22px;
    vertical-align: middle;
    color: #fff;
	display: inline-block;
}

.pegado nav ul li a div, div.llamada nav ul li a div, .anunciate nav ul li a div{
	font-size: 20px;
    vertical-align: middle;
	display: inline-block;
    text-align: center;
    margin-left: 10px;
}

.cabecera{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	left: 0;
	right: 0;
	top: 0;
    clear: both;
    border-bottom: 1px solid #AAAAAA;
	box-shadow: 0px 1px 10px #AAAAAA;
    width: 100%;
	position: absolute;
	margin: 0 auto;
	padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1;
}

.sticky{
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	width: 100%;
}

.sticky2{
  	position: fixed;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	width: 100%;
}

.azul{
    display: inline-block;
	float: left;
	height: 60px;
	padding: 3px;
}

.main{
	margin: 0 0 10px 10px;
	text-align: left;
	line-height: 35px;
	float: left;
}

#logo1{
    width: 150px;
    display: block;
}

#logo2{
    width: 300px;
    display: none;
}

.azul .main img{
    vertical-align: middle;
}

.search{
	width: 77%;
	margin: 10px 10px 10px 0;
	text-align: right;
	line-height: 30px;
	float: right;
}

.usuario{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	padding: 3px;
	height: 60px;
	float: right;
}

.usuario nav{
	float: right;
}

.usuario nav ul{
	display: block;
	margin: 0 auto;
}

.usuario nav ul li{
	display: inline-block;
	float: left;
	list-style: none;
	padding: 8px;
	margin: 3px;
    background-color: #c2ff59;
    border-radius: 12px;
    justify-content: center;
    border: 3px solid #000;
}

.usuario nav ul li a{
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

.usuario nav ul li a i{
    width: 17px;
	font-size: 20px;
    color: #000;
	display: inline-block;
    vertical-align: middle;
}

.usuario nav ul li a div{
    vertical-align: middle;
	display: inline-block;
    text-align: center;
    width: 100px;
}

.fondo{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	color: #fff;
    background-size: contain;
    width: 100%;
	height: 130px;
	right: 0;
	left: 0;
    margin: 0 auto 20px auto;
    padding-top: 50px;
	text-align: center;
	vertical-align: middle;
    font-size: 30px;
    font-weight: bold;
}

.fondo h1{
    width: 100%;
}

.cat{
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
	color: #fff;
    width: 100%;
	height: 30px;
	right: 0;
	left: 0;
    margin: 40px auto 20px auto;
    padding: 5px;
	text-align: center;
	vertical-align: middle;
    font-size: 25px;
}

.cat span, .cat i{
    padding: 0 10px;
}

@media only screen and (min-width: 1000px){
    
	.pegado{
		display: none;
	}
    
    div.llamada nav ul li a i, .anunciate nav ul li a i{
        font-size: 38px;
    }
    
    div.llamada nav ul li a div, .anunciate nav ul li a div{
        font-size: 35px;
    }
        
	.azul{
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
    
    .azul .main img{
        top: 0;
    }
    
    .usuario nav ul li a{
        font-size: 20px;
    }

    .usuario nav ul li a div{
        margin-left: 6px;
        width: auto;
    }
	
	.search{
		width: 85%;
		float: left;
	}
    
    .cat{
        font-size: 40px;
        margin-bottom: 40px;
    }
	
	.fondo{
		font-size: 40px;
        background-size: cover;
        height: 140px;
        padding-top: 70px;
	}
    
    .fondo h1{
		margin-top: 20px;
	}
    
    .ciudades1{
        margin-left: 40px;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .ciudades3{
        font-size: 40px;
        margin-left: 15px;
    }

    .ciudades2 a div{
        font-size: 35px;
        margin: 15px;
        padding: 8px;
    }
    
    .ciudades2 a div:hover{
        background-color: #c2ff59;
        color: #000;
        border-bottom: 3px solid #000;
    }
}

.parent{
	width: 100%;
    overflow: auto;
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
	top: 0;
	right: 0;
	left: 0;
    margin: 0 auto;
}

.contenedor-galeria{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3px;
    width: 100%;
    margin: auto 10px;
    padding: 10px 0px;
    font-family: Calibri;
    background-color: #000;
    z-index: 0;
}

.contenedor-galeria2{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3px;
    margin: 50px auto 60px auto;
    width: 100%;
}

.contenedor-galeria3{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px;
    font-family: Calibri;
    background-color: #000;
    z-index: 0;
}

.contenedor-galeria li#ff{
    list-style: none;
    padding: 2px;
    margin: 0 auto 30px auto;
    border-radius: 10px;
    width: 95px;
    height: 180px;
}

.contenedor-galeria .dorado{
    background: linear-gradient(to right,#B38738,#FCF6BA,#B38738);
}

.contenedor-galeria .normal{
    background: linear-gradient(to bottom,#002034 0%,#D80CE2,#002034 100%);
}

.contenedor-galeria div#dd{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: bold;
}

span#a1, span#b1{
    font-size: 12px;
    margin: 2px;
    color: #fff;
}

span#c1{
    font-size: 12px;
    margin: 2px;
    color: yellow;
}

span#c1 i{
    color: #3598dc;
}

.contenedor-galeria li a div img#tt{
    width: 100%;
    height: 116px;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 3px;
}

.contenedor-galeria a, .contenedor-galeria a:visited, .novedades a, .novedades a:visited, .texto-centrado a:visited{
    color: #111;
}

.novedades{
    background-color: #fff;
    height: 400px;
    overflow: auto;
}

.novedades2{
    background-color: #1b1c1e;
}

.novedades, .novedades2{
    display: block;
    border-radius: 16px;
    width: 90%;
    padding: 10px;
    margin: auto;
}

.novedades h2, .novedades2 h2{
    font-size: 18px;
}

.novedades2 h2{
    color: #c2ff59;
}

.novedades div, .novedades2 div{
    margin-bottom: 20px;
    font-size: 17px;
}

.novedades2 div p{
    color: #fff;
}

.novedades2 div#fecha-blog{
    color: #D80CE2;
}

@media only screen and (min-width: 1000px){
    
    .novedades, .novedades2{
        width: 70%;
        padding: 24px;
    }
    
    .novedades h2, .novedades2 h2{
        font-size: 24px;
    }
    
    .novedades div, .novedades2 div{
        margin-bottom: 30px;
        font-size: 20px;
    }
    
    .contenedor-galeria{
        margin: auto 50px;
    }
    
    .contenedor-galeria2{
        grid-gap: 15px;
    }
}

@media only screen and (min-width: 1200px){
    .contenedor-galeria{
        margin: auto 100px;
    }
}

@media only screen and (min-width: 430px){
		
	.contenedor-galeria{
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
		justify-content: flex-start;
        padding-left: 2px;
	}
    
    .contenedor-galeria li#ff{
        margin-left: 4px;
        margin-right: 4px;
	}
    
    .pegado nav ul li a i{
        font-size: 25px;
    }

    .pegado nav ul li a div{
        font-size: 22px;
    }
}

@media only screen and (min-width: 700px){
	.parent{
		overflow: visible;
	}
    
    #logo1{
        display: none;
    }

    #logo2{
        display: block;
    }
		
	.contenedor-galeria li#ff{
		width: 206px;
		height: 330px;
	}
    
    .contenedor-galeria li a div img#tt{
        height: 240px;
        margin-bottom: 8px;
    }
    
    span#a1, span#b1, span#c1{
        font-size: 125%;
    }
}

@media only screen and (min-width: 800px){
    
	.contenedor-galeria2{
        grid-template-columns: repeat(4, 1fr);
	}
}


/*------------------------------------------------Estilos de anuncio.php----------------------------------------------------------------*/

.destacado, .texto-centrado{
    display: flex;
    justify-content: center;
    margin: auto;
    font-weight: bold;
}

.destacado{
    font-size: 1.5em;
}

.destacado div{
    padding: 8px;
    border-radius: 15px;
    background: linear-gradient(to right,#B38738,#FCF6BA,#B38738);
}

.destacado div i{
    color: #fff;
}

.principal{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	width: 100%;
    padding-top: 20px;
}

.anuncio{
    width: 100%;
    height: auto;
    margin: 10px 5px;
    border-radius: 15px;
    background-color: #fff;
    padding-top: 10px;
}

.anuncio div#aa{
    padding: 15px;
    margin: auto;
    width: 90%;
    font-family: Calibri, sans-serif;
    text-align: justify;
}

.anuncio div#a2{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.anuncio img#a0{
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #D80CE2;
    cursor: pointer;
}

.galeria{
    width: 100px;
    height: 180px;
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.galeria:hover, .anuncio img#a0:hover{
    box-shadow: 0px 0px 10px 0px #000000;
}

img.aa, video.aa{
    width: 100%;
    height: 180px;
    margin: auto;
    object-fit: cover;
    cursor: pointer;
}

.anuncio div#aa div#bb{
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

div#bb div{
    width: 100%;
    font-weight: bold;
}

div#bb div#b1{
    font-size: 1.9em;
    margin-bottom: 10px;
    margin-top: 10px;
}

div#bb div#b1 i{
    color: #f1c30e;
}

div#bb div#b2{
    font-size: 1.7em;
    margin-bottom: 20px;
}

div#bb div#b2 i{
    color: #3598dc;
}

div#bb p{
    font-size: 1.6em;
    text-align: left;
    white-space: pre-wrap;
    padding: 10px;
}

div#contacto{
    font-size: 1.5em;
    margin-top: 20px;
}

div#vence{
    font-size: 20px;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

div#comp{
    font-size: 20px;
    margin-top: 20px;
}

.anuncio2{
    width: 100%;
    height: auto;
    margin: 30px 5px;
    border-radius: 15px;
    background-color: #1b1c1e;
    padding: 10px 10px 20px 10px;
    font-size: 20px;
    line-height: 1.2;
}

.anuncio2 div img{
    width: 90%;
}

@media only screen and (min-width: 1000px){
	.principal{
		width: 95%;
	}
	
	.anuncio{
		width: 85%;
		margin: 20px auto;
	}
    
    .anuncio div#aa h1{
        font-size: 35px;
    }
    
    .anuncio div#aa .fecha{
        font-size: 24px;
    }
    
    .anuncio div#a2{
        display: none;
    }
    
    .anuncio2{
		width: 65%;
		margin: 40px auto;
        padding: 24px 24px 48px 24px;
        line-height: 1.3;
        font-size: 25px;
	}
    
    .anuncio2 div img{
        width: 65%;
    }
    
    div#bb div#b1{
        font-size: 35px;
    }

    div#bb div#b2{
        font-size: 32px;
        margin-bottom: 25px;
    }
    
    div#bb p{
        font-size: 1.8em;
        padding: 45px;
    }
    
    div#contacto{
        font-size: 35px;
        margin-top: 30px;
    }
    
    div#vence{
        font-size: 24px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1150px){
    .galeria{
        width: 220px;
        height: 300px;
    }

    img.aa, video.aa{
        height: 300px;
    }
}

/*********************************************************MODAL*************************************************************************/

#Modal{
    display: none;
}

#Modal:target{
    display: flex;
}

.modal, #Modal{
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.cerrar{
    display: block;
    background: #fff;
    width: 26px;
    height: 26px;
    margin: 10px auto;
    text-align: center;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    font-family: monospace;
    color: #111;
    padding: 5px;
    border: 3px solid #D80CE2;
    border-radius: 50%;
    line-height: 25px;
    cursor: pointer;
	z-index: 2;
}

.modal div{
    margin-top: 28px;
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal div a{
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    margin: 0 10px;
    cursor: pointer;
}

.modal div a:nth-child(2){
    margin: 0;
    height: 100%;
    flex-shrink: 2;
}

.modal div img, .modal div video{
    border: 7px solid #fff;
    box-sizing: border-box;
    margin-top: 0;
}

@media only screen and (max-width: 600px){
	.modal div img, .modal div video{
		width: 80%;
		max-width: 400px;
		height: auto;
	}
}

@media only screen and (min-width: 601px) and (max-width: 1199px){
	.modal div img, .modal div video{
		width: 85%;
		max-width: 500px;
		height: auto;
	}
}

@media only screen and (min-width: 1200px){
	.modal div img, .modal div video{
		height: 100%;
    	max-width: 100%;
	}
    
    .cerrar{
        width: 70px;
        height: 55px;
		font-size: 70px;
        margin: 40px auto 15px auto;
        padding-top: 23px;
	}
    
    .modal div a{
        font-size: 70px;
    }
}


/****************************************************************************************************************************************/

.compartir{
	width: 100%;
	margin: auto;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 3px solid #D80CE2;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    justify-content: center;
}

.iconos{
    width: 60%;
	margin: auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.iconos #as-whatsapp{
    font-size: 32px;
    vertical-align: middle;
    color: #01cd3e;
	display: inline-block;
    cursor: pointer;
}

.iconos #as-twitter{
    font-size: 32px;
    vertical-align: middle;
    color: #00aced;
	display: inline-block;
    cursor: pointer;
}

footer{
    width: 100%;
	padding-bottom: 25px;
	padding-top: 30px;
    margin-top: 20px;
	margin-bottom: 60px;
    clear: both;
    left: 0;
    right: 0;
	background: linear-gradient(0deg, #D80CE2 0%, #002034 100%);
    color: #fff;
	border-top: 1px solid #AAAAAA;
	box-shadow: 0px 1px 10px #AAAAAA;
}

footer div{
	width: 250px;
}

footer div a{
	color: #fff;
	cursor: pointer;
}

footer div a:visited{
	color: #fff;
}

.icono-footer, .copy{
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.icono-footer img{
    vertical-align: middle;
}

.copy{
	border-top: 1px solid #c2ff59;
	padding-top: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.legal{
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 80%;
    margin: auto;
}

.legal2{
    display: block;
    justify-content: flex-start;
    width: 80%;
    margin: auto;
}

.legal div{
	margin: 5px;
    text-align: center;
    font-weight: bold;
}

.legal2 div{
	margin: 5px;
    text-align: left;
    font-weight: bold;
}

.enlaces{
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 200px;
    margin: auto;
}

.enlaces div{
	width: 100%;
	margin: auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.enlaces div div{
	width: 60px;
}

@media only screen and (min-width: 1000px){
	footer{
		margin-bottom: 0;
		margin-top: 100px;
	}
    
    .icono-footer img{
        margin-bottom: 30px;
    }
    
    .copy{
        font-size: 16px;
    }

    .legal{
        font-size: 24px;
    }
}




/*--------------------------------------------Estilos de publicar.php-------------------------------------------------------------------*/

.publicar{
    border-radius: 18px;
    background-color: #fff;
    width: 80%;
    padding: 50px 30px;
    margin: 10px auto 10px auto;
	justify-content: center;
}

.publicar div label{
    display: block;
    font-size: 1.1em;
}

.campo{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.izq{
    float: left;
	width: 45%;
}

.der{
    float: right;
	width: 45%;
}

.fileContainer [type=file]{
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px; 
}

.publicar div#im{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.publicar div#im label{
    cursor: pointer;
    width: 90px;
    height: 100px;
	line-height: 30px;
    list-style: none;
    margin-bottom: 30px;
    padding: 5px;
    border: 2px dashed #D80CE2;
    border-radius: 10px;
    position: relative;
}

.publicar div#im label:hover{
    border: 2px dashed #111;
    box-shadow: 0px 0px 15px 0px #111;
}

.publicar div#im label img{
    border-radius: 5px;
    object-fit: cover;
}

.publicar input[type=text], .publicar input[type=password], .publicar input[type=email], .publicar input[type=number], .publicar select{
    background-color: #fff;
    border: 1px solid #999999;
    border-radius: 5px;
    color: #111;
    font-size: 1em;
    padding: 0.3em;
}

.publicar input[type=submit], #volver{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-radius: 25px;
    background-color: #c2ff59;
    text-decoration: none;
    text-align: center;
    border: 3px solid #000;
    box-shadow: none;
    color: #000;
    font-size: 1.1em;
	font-weight: bold;
	width: 210px;
    padding: 0.7em;
    cursor: pointer;
}

.publicar input[type=submit]:hover, #volver:hover{
    background-color: #D80CE2;
}

.publicar div#subir{
    display: flex;
    justify-content: center;
}

#file-reset, #file-reset1, #file-reset2, #file-reset3, #file-reset4, #file-reset5, #file-reset6, #file-reset7, #file-reset8, #file-reset9{
	color: #fff;
    cursor: pointer;
    background-color: #f11;
    text-decoration: none;
    box-shadow: none;
	border-style: none;
    font-size: 1.6em;
	border-radius: 50%;
    line-height: 25px;
    text-align: center;
}

@media only screen and (min-width: 1000px){
	.publicar{
		width: 50%;
		padding: 60px;
		margin: auto;
	}
	
	.publicar div#im{
		width: 80%;
	}
}


/*-------------------------------------------------Estilos de mis-anuncios.php----------------------------------------------------------*/

.mis_anuncios{
    width: 94%;
    margin: 0 auto;
    padding-top: 20px;
}

.mis_anuncios a, .mis_anuncios a:visited{
    color: #111;
}

.mis_anuncios img#tt{
    border-radius: 12px;
    width: 90px;
    height: 140px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
}

.mis_anuncios div#ss{    
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 16px;
    width: 100%;
    padding: 10px;
    margin: 15px 0;
}

.mis_anuncios div#ss:hover{
    box-shadow: 0px 0px 10px 0px #111;
}

.mis_anuncios div#uu{
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 360px;
    margin: 0 auto;
}

.mis_anuncios div#ss div#uu div{
    width: 240px;
    white-space: nowrap;
}

.mis_anuncios div#vv{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 55%;
    margin: 10px auto 5px auto;
}

.mis_anuncios div#vv div{
    margin: 0 auto 10px auto;
}

.mis_anuncios input[type=submit]{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
    border: transparent;
    box-shadow: none;
	font-weight: bold;
    border-radius: 25px;
    background-color: #34495e;
    color: #fff;
    width: 180px;
    font-size: 1.1em;
    padding: 0.7em;
    cursor: pointer;
}

.mis_anuncios input[type=submit]:hover{
    background-color: #D80CE2;
}

@media only screen and (min-width: 1000px){
	.mis_anuncios div#vv{
		margin: 40px auto 5px auto;
        width: 25%;
	}
}