<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*/
.botone{
	background-color: #0FBAC4;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:8px;
	text-decoration:none;
	border:1px solid #0FBAC4;
	
}
.botone:hover {
	border:1px solid #0FBAC4;
	color:#0FBAC4;
	background:#FFF;
}
.botone:active {
	position:relative;
	top:1px;
}




.contenedor_petit{
width:220px;
height:auto;
float: left;
padding:10px;
margin:10px;
border: 1px solid #E9E9E9;
border-top: 3px solid #F4F4F4;
background-color: #FFF;	
}

.contenedor_petit ol{
font-size:12px;
text-decoration:none;
padding-left:15px;
}
.contenedor_petit:hover {
border-top: 3px solid #0DA5AC;
}

.contenedor_petit h6{
	color:#0CC;
	font-size:16px;
	margin-top:-5px;
	margin-bottom:5px;
}

 


.contenedor_panel{
width:100%;
height:auto;
float: left;
padding: 10px;
margin-top:20px;
border-top: 3px solid #0DA5AC;
background-color: #FFF;	
-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);

-webkit-transition-property: -webkit-box-shadow, background;
-webkit-transition-duration: 600ms;
-moz-transition-property: -moz-box-shadow, background;
-moz-transition-duration: 600ms;s
transition-property: box-shadow, background;
transition-duration: 600ms;
}

.contenedor_panel img{
	margin-right:10px;
	
	}
	

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