#spTituloMA {
    cursor: default!important;
}
#alert-mensaje{
	position: fixed;
    z-index: 10;
    width: 100%;
    background: rgb(0, 137, 208);
    text-align: center;
    padding: 20px;
    color: #fff;
    display: none;
    font-size: 12pt;
}
.alert{
	border-radius: 0!important;
}
.alert-dismissable .close{
	color: #fff;
    opacity: .7;
    margin-right: 10px;
    font-size: 20pt;
    transition: opacity .3s;
}
.alert-dismissable .close:hover{
	opacity: 1;
}
#detContenedor{
	width: 100%!important;
	opacity: 0;
	transition: opacity .5s;
}
.not-found{
	opacity: 1!important;
	text-align: center;
	font-weight: bold;
    font: 15pt BrandonGrotesqueBold;
    color: #666;
}
@media (max-width: 480px) {
	#detContenedor {
	    width: 100%;
	}
}
@media (max-width: 680px) {
	#detContenedor {
	    margin-left: 0;
	}
}
#contenedortabla{
	padding: 0 2px;
}
@media (max-width: 768px) {
	#contenedortabla {
	    padding-left: 0;
	    padding-right: 0;
	}
}
#tbl-anuncios{
	text-align: center;
    margin-bottom: 0;
}
#tbl-anuncios th{
	font-size: 14px;
    color: #0289CD;
    border: 1px solid #D8D8D8;
    text-align: center;
}
#tbl-anuncios tbody tr{
	transition: background-color .5s;
}
#tbl-anuncios tbody tr:hover{
	background-color: #eee;
}
.text-error{
	color: #EA5555;
	background-color: #ffe1e1!important;
}
.tbl-check{
	cursor: pointer;
}
/*.tbltitulo{
	height: 40px;
}*/
.lnk-editar{
	font-size: 10pt;
    padding-left: 5px;
}
.btn{
	transition: all 0.5s;
	font-family: BrandonGrotesqueBold, sans-serif;
	color: #666;
}
.btn-primary{
	color: #fff;
}
.btn-primary:hover {
    background-color: #F16F22!important;
    border-color: #F16F22!important;
}
.btn-primary {
    background-color: #FB944C!important;
    border-color: #FB944C!important;
}
#div-renovarDias, #div-eliminarAnuncio{
	display: none;
	margin-top: 20px;
	padding: 20px 0;
	background-color: #F1F1F1;
	border-radius: 5px;
}
#div-renovarDias span{
	color: #0289CD;
	font-weight: bold;
}
#cmb-renovarDias{
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#btn-agregarfoto div{
	width: 19px;
    height: 17px;
    background-image: url("../imagenes/btn-anadir2.png");
}
#flu-foto{
	display: none;
}
#txtLinkVideo{
	width: 100%
}
.divFoto:hover{
    opacity: 1;
}
.divFoto{
    float: left;
    width: 60px;
    height: 34px;
    overflow: hidden;
    border-radius: 5px;
    opacity: 0.7;
    /*border-radius: 5px;*/
    transition: all 0.3s;
}
/********** Mis favoritos *************/
.anuncio {
    display: table;
    margin: 20px 0;
    padding-bottom: 17px;
    border-bottom: 2px solid #e6e4e4;
    text-align: left;
    -webkit-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
}
.anuncio .espacioFoto {
    display: table-cell;
    width: 180px;
    vertical-align: top;
    padding: 0px 15px;
}
.anuncio .foto {
    width: 150px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #e6e4e4;
}
.anuncio .datos {
    display: table-cell;
    height: 100px;
    vertical-align: top;
    width: 100%;
}
.anuncio .datos .titulo {
    color: #05538d;
    font: bold 14pt Arial;
    display: block;
    margin-bottom: 15px;
}
.anuncio .contIconCamara {
    position: absolute;
    bottom: 0;
    padding: 2px;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
}
.anuncio .contIconCamara .spnFotos {
    font: 12pt BentonSansCond;
    color: #E6E6E6;
    vertical-align: middle;
    margin-left: 10px;
}
.anuncio .datos .etqPrecio, .anuncio .datos .etqKilometraje {
    font: bold 12pt Arial;
    color: #4f4b49;
}
.anuncio .datos .precio, .anuncio .datos .Kilometraje {
    font: bold 12pt Arial;
    color: #f87a27;
}
.anuncio .fecha {
    font: 11pt Arial;
    color: #f87a27;
    display: block;
    margin-top: 10px;
}
.tbltitulo span{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.botones {
    display: table-cell;
    vertical-align: top;
    height: 100px;
    width: 72px;
}
#paginacionCont {
    display: table;
    margin: 20px auto;
    margin-top: 20px;
}
#paginacion {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#paginacion li {
    display: inline-block;
}
#paginacion span {
    border: 1px solid #888;
}
#paginacion a, #paginacion span {
    font: 14pt BrandonGrotesqueBold;
    padding: 3px 6px;
    color: #888;
}