/* CCSTheme v 3.x */
/* General */
/*div#allert {
	position:absolute;
	width:100%; 
	height:100%;
	top:0; 
	left:0;*/
	/*background-color:rgba(0,0,0,0.5);*/
	/*background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=1 );	display: block;
}*/
div#allert1 {
	cursor:default;
	text-align: center;
	/*position: absolute;*/
	width: 360px;
	height: 160px;
	/*top: 20%;*/
	/*left: 50%;*/
	background: -moz-linear-gradient(-45deg, rgba(37,126,222,0.9) 0%, rgba(37,126,222,0.9) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(37,126,222,0.9)), color-stop(100%,rgba(37,126,222,0.9)));
	background: -webkit-linear-gradient(-45deg, rgba(37,126,222,0.9) 0%,rgba(37,126,222,0.9) 100%);
	background: -o-linear-gradient(-45deg, rgba(37,126,222,0.9) 0%,rgba(37,126,222,0.9) 100%);
	background: -ms-linear-gradient(-45deg, rgba(37,126,222,0.9) 0%,rgba(37,126,222,0.9) 100%);
	background: linear-gradient(135deg, rgba(37,126,222,0.9) 0%,rgba(37,126,222,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6257ede', endColorstr='#e6257ede',GradientType=1 );	display: block;
	/*margin-left: -200px;*/
	border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-moz-box-shadow: 0 0 25px #333333;
	-webkit-box-shadow:0 0 25px #333333;
	box-shadow: 0 0 25px #333333;
	border: 2px solid Blue;
	color: white;
	padding: 20px;
	font: normal normal normal 17px/normal Arial, Helvetica, sans-serif;
}
div.messageallert a#linkChrome, a#linkChrome:visited, a#linkChrome:link {
	color: #B22222;
	font-weight: bold !important;
	text-decoration:none;
}

a#linkSalta, a#linkSalta:visited, a#linkSalta:link{
	color: black;
	text-decoration:none;
	font-weight: bold;
	line-height: 30px;
}

#jump {
	cursor: pointer;
	margin: auto;
	text-align: center;
	width: 90px;
	height: 30px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	background: rgb(254,204,177);
	background: -moz-linear-gradient(top, rgba(254,204,177,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,204,177,1)), color-stop(50%,rgba(241,116,50,1)), color-stop(51%,rgba(234,85,7,1)), color-stop(100%,rgba(251,149,94,1)));
	background: -webkit-linear-gradient(top, rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
	background: -o-linear-gradient(top, rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
	background: linear-gradient(to bottom, rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 );
	border: 1px solid #CA3800;
}
/*end*/

