/* @override http://desarrollo.e-cheide.com/clubcanarias.com/views/css/anuncio-ficha.css */

/* Anuncio ficha formato */
#anuncio-ficha h1,
#anuncio-ficha h2,
#anuncio-ficha h3 {
	color: #00a5d6;
}
#anuncio-ficha h3 {
	
	margin-top: 15px;
	margin-bottom: 10px;
}
#anuncio-ficha .descripcion p {
	line-height: 1.4em;
}
#anuncio-ficha .descripcion ul {
	padding-left: 20px;
	margin-bottom: 20px;
}
#anuncio-ficha .descripcion li {
	list-style-type: disc;
	padding: 0;
	line-height: 1.4em;

}
/* */

#anuncio-ficha .cleartop,
#anuncio-ficha .clearbottom{
	padding-top: 30px;
}

#anuncio-ficha .shadowbox{
	position: relative;
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
	border-radius: 5px;
	background-color: white;
	padding-bottom: 10px;
}

#anuncio-ficha .anuncio div .inner{
	padding-top: 10px;
	padding-bottom: 10px;
}
#anuncio-ficha .anuncio .alpha .inner{
	padding-left: 10px;
}
#anuncio-ficha .anuncio .omega .inner{
	padding-right: 10px;
}
#anuncio-ficha .anuncio .imagenes{
	overflow: hidden;
	background-image: url('../images/loader-gris.gif'); 
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100px;
}
#anuncio-ficha .anuncio .imagenes .image{
	display: block;
}
#anuncio-ficha .anuncio .imagenes img{
	width: 100%;
}
#anuncio-ficha .anuncio .acceso{
	background-color: #F4F3F0;
	padding: 0 8px 10px 8px;
}
#anuncio-ficha .anuncio .acceso .coste{
	padding: 15px 0;
	height: 40px;
}
#anuncio-ficha .anuncio .acceso .restante{
	height: 32px;
}
#anuncio-ficha .anuncio .acceso .restante .countdown{
	background-color: white;
	text-align: center;
}
#anuncio-ficha .anuncio .acceso .bonos{
	margin-top: 12px;
	font-weight: bold;
}
#anuncio-ficha .anuncio .acceso .bonos span{
	text-align: center !important;
}
#anuncio-ficha .anuncio .acceso .solicitar{
	margin-top: 12px;
}

#anuncio-ficha .tabs-container{
	padding: 10px;
	padding-bottom: 0;
}

#map-div{
	height: 180px;
}

/* Caja de empresa */

#anuncio-ficha .caja-empresa{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#anuncio-ficha .caja-empresa .imagen{
	min-height: 50px;
	text-align: center;
	background-image: url('../images/loader-gris.gif'); 
	background-position: center;
	background-repeat: no-repeat;
}

/* Solicitud de promocion */

.request-promo{
	padding: 30px;
}
.request-promo .title{
	font-size: 26px;
}
.request-promo .explanation{
	margin-bottom: 20px;
}
.request-promo input[type="text"]{
	width: 400px;
	font-size: 22px;
	vertical-align: top;
}

.request-promo .button{
	display: inline-block;
	width: 60px;
	height: 28px;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 10px;
}

.request-promo .form-container{
	min-height: 100px;
}
.request-promo .form-container.loading{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/loader-gris.gif'); 
}

.request-promo .feedback{
	min-height: 30px;
}
.request-promo .feedback > div{
	padding: 6px 0;
}
.request-promo .feedback div .error{
	color: #d52b1a;
}
.request-promo .feedback div .ok{
	color: #2C7322;
}

@media all and ( max-width: 510px ) {

	#anuncio-ficha .shadowbox{
		margin-bottom: 10px;
	}

}
