@charset "utf-8";

.grow:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
}	

.foncol{
 background-image: url("../images/fonup.jpg");
	background-repeat:no-repeat;
	background-position:right;
	height: 100px;

}

.degradadoFondo {
	/*min-height: 964px;*/
	background: -webkit-linear-gradient(left top,  #b6201f, #d41124); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #b6201f, #d41124); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #b6201f, #d41124); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #b6201f, #d41124); /* Standard syntax */
	min-height: 180px;
}	

.ctex{
	text-align: left !important;
	font-size: 2.5em !important;
	text-transform: uppercase;
}

.ctex2{
	text-align: left !important;
	font-size: 2.5em !important;
	
}
	


