@charset "utf-8";
/* CSS Document */

	#CajaCSS3 {
	height: 120px;
	width: 200px;










            background-color: @@fromColor@@; /* fallback color */
	background-image: -moz-linear-gradient(top, 
							rgba(255,255,255,.8) 15%, 
							rgba(226,226,226,.8) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, 
							color-stop( 25%, rgba(255,255,255,.8) ), 
							color-stop( 75%, rgba(226,226,226,.8)));
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDCDCD;
	border-right-color: #CDCDCD;
	border-bottom-color: #bbb;
	border-left-color: #CDCDCD;
		}	
#CajaCSS3-2 {
	height: 151px;
	width: 220px;














            background-color: @@fromColor@@; /* fallback color */
	background-image: -moz-linear-gradient(top, 
							rgba(255,255,255,.8) 15%, 
							rgba(226,226,226,.8) 100%);
	background-image: url(images/FondoEquiposDestacados.png);
	background-repeat: no-repeat;
}
#CajaCSS3-3 {
	height: 151px;
	width: 220px;













            background-color: @@fromColor@@; /* fallback color */
	background-image: -moz-linear-gradient(top, 
							rgba(255,255,255,.8) 15%, 
							rgba(226,226,226,.8) 100%);
	background-image: url(images/FondoEquiposDestacadosNuevos.png);
	background-repeat: no-repeat;
}


		.redondearBordes {
	background-color: #FFF;
	border-bottom-left-radius: 7px 7px;
	border-bottom-right-radius: 7px 7px;
	border-top-left-radius: 7px 7px;
	border-top-right-radius: 7px 7px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
}
