@charset "utf-8";
/*----------------// CSS CAJA DE ACTUALIZACION DE LA WEB //------------------*/
.caja-web-actualizada {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
	max-width: 100%;
	background-color: #666;
	border-radius: 7px;/**/
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;/**/
}
.edt{
	color: #FFF;
	max-width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: bold;
}/*------// edt = ESTILO DEL TEXTO //----*/
/*---------------------------------------------------------------------------*/













/*---------------------------------------------------------------------------------*/
/*------------// CAJA PARA TEXTOS DE CONTADOR Y NUMERO DE VISITAS //---------------*/
/*---------------------------------------------------------------------------------*/
#caja-de-contayvisit {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
	max-width: 100%;
	background-color: #666;
	border-radius: 7px;/**/
	/*padding-top: 9px;
	padding-right: 3px;
	padding-bottom: 9px;
	padding-left: 3px;*/
}

.txt-contayvisit-cen{/*---// TEXTO DE COL IZQ O DCHA CENTRADO //---*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;/**/
	color: #FFF;
	padding: 8%;
	text-align: center;/*background-color: #999;*/
	width: 100%;
	font-weight: bold;
}

#iframe-contayvisit{ width: 100%; height: 40px; margin: 0 auto; background-color: #777;border-radius:10px; }