@charset "utf-8";

#sombraAnuncio {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	/*display: none;*/
	display: table;

	/*animation: sombraAnuncio 1s;
	-webkit-animation: sombraAnuncio 1s;
	-moz-animation: sombraAnuncio 1s;
	-o-animation: sombraAnuncio 1s;
	-ms-animation: sombraAnuncio 1s;*/
}
#centrar-anuncio {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
#centrar-anuncio img {
	margin: 0 auto;
	display: block;
	width: 90%;
	max-width: 640px;
	height: auto;
}
#anuncio {
	box-shadow: 0 0.5em 1.5em rgba(0,0,0,0.5);
	max-width: 40em;
	width: 90% !important;
	height: 30em;
	/*height: auto;*/
	/*background-color: #A24BAF;*/
	background-image: url(../image-new/topbar.png), url(../image-new/bottombar.png), url(../image-new/anuncio-03.jpg);
	background-color: #000;
	background-position: left top, right bottom, left center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto, auto, 100%;
	padding: 0.5em;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	color: #FFF;
	/*transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);*/

	/*animation-name: anuncio;
	-webkit-animation-name: anuncio;
	-moz-animation-name: anuncio;
	-o-animation-name: anuncio;
	-ms-animation-name: anuncio;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	-ms-animation-timing-function: ease-out;*/
}
#cabecera-anuncio {
	/*position: absolute;
	z-index: 101;*/
	width: 100%;
	padding: 0.5em;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	/*background-color: #008ED6;*/
}
#cabecera-anuncio h2 {
	width: 100%;
	/*display: block;*/
	text-align: left;
	margin-top: 0;
	font-weight: 700;
	font-size: 1.5em;
	float: left;
}
#cabecera-anuncio h3 {
	font-weight: 300;
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 0;
}
#content-anuncio {
	height: auto;
	padding: 0.5em;
	box-sizing: border-box;
	clear: left;
}
/*@keyframes sombraAnuncio {
	0% {
		opacity: 0;
	} 100% {
		opacity: 1;
	}
}
@keyframes anuncio {
	0% {
		-webkit-transform: scale(0,0);
		opacity: 0;
	} 100% {
		-webkit-transform: scale(1,1);
		opacity: 1;
	}
}*/
