<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS escenica :D*/


.bbox {
	width: 100%;
	margin: 0px auto;
	height:auto;
	background:#F2F2F2;
	padding:8px;
	border: 1px solid #E8E8E8;
-moz-box-shadow: 1px 0px 10px #dbdbdb;
-webkit-box-shadow: 1px 0px 10px #dbdbdb;
box-shadow: 1px 0px 10px #dbdbdb;
}


.box {
	width: 100%;
	margin: 15px 0px 10px 15px;
	height:auto;
	text-align:center;
}


.box p{
	color:#666;
	text-align:center;
	border-bottom: 1px solid #E8E8E8;
}


.box img{
	text-align:center;
	margin:5px;
}

.box img:hover {
 -moz-box-shadow: 0px 0px 1px #808080;
-webkit-box-shadow: 0px 0px 1px #808080;
box-shadow: 0px 0px 1px #808080;
}



</pre></body></html>