/*
	Grey Buffalo Studios Ltda. | contact@greybuffalo.com
	Lead Developer: Cristián R. Villagra | CEO, Founder, Owner | cristian@greybuffalo.com
	2014
*/
* {font-family:Arial, Helvetica, sans-serif;}
/*	Begin:	Text Colors		*/
.cTextColor_White {color:#fff;}
.cTextColor_Menu {color:ffafaf;}
.cTextColor_Red {color:#fe0000;}
.cTextColor_Grey_1 {color:#414141;}
.cTextColor_Grey_2 {color:#7a7a88;}
.cTextColor_Grey_3 {color:#333;}
.cTextColor_Grey_4 {color:#222;}
/*	Begin:	Background Colors	*/
.cBackgroundColor_White {background-color:#fff;}
.cBackgroundColor_LighterGrey {background-color:#fefefe;}
.cBackgroundColor_LightGrey {background-color:#ddd;}
.cBackgroundColor_Grey {background-color:#c2c2c2;}
.cInput {background:transparent!important;background-color:transparent!important;}
.cRoundedCorner_8px {-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;}
.cRoundedCorner_Left_8px {-webkit-border-top-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; -moz-border-radius-topleft: 8px; -moz-border-radius-bottomleft: 8px; border-top-left-radius: 8px; border-bottom-left-radius: 8px;}
.cRoundedCorner_Right_8px {-webkit-border-top-right-radius: 8px;-webkit-border-bottom-right-radius: 8px;-moz-border-radius-topright: 8px;-moz-border-radius-bottomright: 8px;border-top-right-radius: 8px;border-bottom-right-radius: 8px;}
.cBtnMenu_Gris {display:table-cell;vertical-align:top;text-align:center;background-color:#dddddd; font-size:18px; color:#3f3f3f; height:50px;line-height:50px;text-decoration:none;width:100%;font-weight:bold;}
.cBtnMenu_Gris:active {background-color:#bebebe;}
.cBtnSubMenu_Gris {display:table-cell;vertical-align:top;text-align:center;background-color:#979797; font-size:18px; color:#fff; height:50px; line-height:50px;text-decoration:none;width:100%;font-weight:bold;}
.cBtnSubMenu_Gris:active {background-color:#7e7e7e;}
.cBtnMenu_Activo {display:table-cell;vertical-align:top;text-align:center;background-color:#fe0000; font-size:18px; color:#fff; height:50px; line-height:50px;text-decoration:none;width:100%;font-weight:bold;}
.cBtn_Rojo_Small_Derecha {display:table-cell;vertical-align:top;text-align:left;background:transparent;background-color:transparent!important;background-image:url(images/btn_red_small_out.png);width:75px;height:28px;font-size:12px;font-weight:bold;color:#fff;line-height:26px;text-decoration:none;}
.cBtn_Rojo_Small_Derecha:hover {background-image:url(images/btn_red_small_over.png);}
.cBtn_Rojo_Small_Derecha:active {background-image:url(images/btn_red_small_down.png);}
.cBtn_NavImages_Left {display:table-cell;vertical-align:top;text-align:center;background:transparent;background-color:transparent!important;background-image:url(images/btn_gallery_left_out.png);width:48px;height:74px;}
.cBtn_NavImages_Left:hover {background-image:url(images/btn_gallery_left_over.png);}
.cBtn_NavImages_Right {display:table-cell;vertical-align:top;text-align:center;background:transparent;background-color:transparent!important;background-image:url(images/btn_gallery_right_out.png);width:48px;height:74px;}
.cBtn_NavImages_Right:hover {background-image:url(images/btn_gallery_right_over.png);}