/* ------------------------------------- */
/*										 */
/* Programador: José Javier Uriola Rojas */
/* Para: 	SAIME						 */
/*										 */
/*										 */
/* ------------------------------------- */


/* ------------------------------------------------------------------------------- */
.Clr_Bg_Yellow_01{						
	background-color: rgba(234,174,44,1);	/* Color franja top BG */
}
.Clr_Bg_Yellow_02{						
	background: rgba(206,140,9,1);			/* Color BG menu gradiant  */
	background: -moz-linear-gradient(top, rgba(253,225,142,1) 0%, rgba(206,140,9,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,225,142,1)), color-stop(100%, rgba(206,140,9,1)));
	background: -webkit-linear-gradient(top, rgba(253,225,142,1) 0%, rgba(206,140,9,1) 100%);
	background: -o-linear-gradient(top, rgba(253,225,142,1) 0%, rgba(206,140,9,1) 100%);
	background: -ms-linear-gradient(top, rgba(253,225,142,1) 0%, rgba(206,140,9,1) 100%);
	background: linear-gradient(to bottom, rgba(253,225,142,1) 0%, rgba(206,140,9,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde18e', endColorstr='#ce8c09', GradientType=0 );

}

/* ------------------------------------------------------------------------------- */
.Clr_Bg_Blue_01{						
	background-color: rgba(36,91,152,1);	/* Color BG top  */
}

.Clr_Bg_Blue_02{					
	background: rgba(1,162,253,1);			/* Color BG menu gradiant  */
	background: -moz-linear-gradient(top, rgba(1,162,253,1) 0%, rgba(23,69,140,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,162,253,1)), color-stop(100%, rgba(23,69,140,1)));
	background: -webkit-linear-gradient(top, rgba(1,162,253,1) 0%, rgba(23,69,140,1) 100%);
	background: -o-linear-gradient(top, rgba(1,162,253,1) 0%, rgba(23,69,140,1) 100%);
	background: -ms-linear-gradient(top, rgba(1,162,253,1) 0%, rgba(23,69,140,1) 100%);
	background: linear-gradient(to bottom, rgba(1,162,253,1) 0%, rgba(23,69,140,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a2fd', endColorstr='#17458c', GradientType=0 );	
}
/* ------------------------------------------------------------------------------- */
.Clr_Bg_White_01{						
	background: rgba(255,255,255,1);			/* Color BG menu gradiant  */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(196,196,196,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4c4c4', GradientType=0 );	
}

/* ------------------------------------------------------------------------------- */
.Clr_Bg_Gris_01{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 49%, rgba(163,163,163,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(22%, rgba(255,255,255,1)), color-stop(47%, rgba(219,219,219,1)), color-stop(49%, rgba(209,209,209,1)), color-stop(100%, rgba(163,163,163,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 49%, rgba(163,163,163,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 49%, rgba(163,163,163,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 49%, rgba(163,163,163,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 49%, rgba(163,163,163,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a3a3a3', GradientType=0 );
}

/* ------------------------------------------------------------------------------- */
.Clr_Bg_Red_01{						
	background: rgba(239,0,3,1);	/* Color BG Parralelogram  */
}
.Clr_Bg_Red_02{						
	border: 5px solid #fff;
	background: rgba(239,0,3,1);	/* Color BG Parralelogram  */
}
/* ------------------------------------------------------------------------------- */
.Clr_Txt-Nrml{						
	color: rgba(122,122,122,1.0);	/* Color Text Marquesina  */
}
.Clr_Txt-Bld{						
	color: rgba(80,80,80,1.0);	/* Color Text Marquesina  */
}
.Clr_Txt-Red1{						
	color: rgba(239,0,3,1.0);	/* Color Text   */
}
.Clr_Txt-Blue1{						
	color: rgba(1,162,253,1.0);	/* Color Text   */
}
/* ------------------------------------------------------------------------------- */
.Clr_Txt-White{						
	color: rgba(255,255,255,1.0);	/* Color Text   */
}
/* ------------------------------------------------------------------------------- */
.Clr_Txt-black{						
	color: rgba(0,0,0,1.0);	/* Color Text   */
}