body{
	
}

.cintillo{
	height: 60px;
	margin: 0px 0px 20px 0px;
	background: rgba(255,90,3,1);
background: -moz-linear-gradient(top, rgba(255,90,3,1) 0%, rgba(255,90,3,1) 25%, rgba(148,53,6,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,90,3,1)), color-stop(25%, rgba(255,90,3,1)), color-stop(100%, rgba(148,53,6,1)));
background: -webkit-linear-gradient(top, rgba(255,90,3,1) 0%, rgba(255,90,3,1) 25%, rgba(148,53,6,1) 100%);
background: -o-linear-gradient(top, rgba(255,90,3,1) 0%, rgba(255,90,3,1) 25%, rgba(148,53,6,1) 100%);
background: -ms-linear-gradient(top, rgba(255,90,3,1) 0%, rgba(255,90,3,1) 25%, rgba(148,53,6,1) 100%);
background: linear-gradient(to bottom, rgba(255,90,3,1) 0%, rgba(255,90,3,1) 25%, rgba(148,53,6,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a03', endColorstr='#943506', GradientType=0 );
}

.nombre_sistema_aplicativo{
	color:#efefef;
	font-size: 32px;
	text-align: center;
	letter-spacing: 7px;
}

.recuadro01{
	padding: 20px;
	margin: 20px;
	background-color:#404040;
	  filter:alpha(opacity=75);
        -moz-opacity:0.75;
        -khtml-opacity: 0.75;
        opacity: 0.75;
        -webkit-box-shadow: 0px 13px 34px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 13px 34px -3px rgba(0,0,0,0.75);
box-shadow: 0px 13px 34px -3px rgba(0,0,0,0.75);
}

.creditos{
	font-size:14px;
	color:white;
}
