/*boxes*/

.picture{ background:transparent url(../img/indicator.gif) center center no-repeat;}

.iconBoxOrange{ background: transparent url(../img/icon_BoxOrange.gif) 0 center  no-repeat; margin: 0; padding: 3px 0 3px 10px;}

.separator_NoneBorder{ width: auto; height: auto; margin: 0; padding: 1px 0;}

.box_OrangeLight{ background: transparent url(../img/icon_OrangeLight.gif) 4px bottom no-repeat; background-color: #FCF3E2; margin: 0; padding: 5px 4px 10px 4px; width: 205px; height: auto; font-size: 10px; line-height:1.3em; color: #333;}

.box_OrangeLight_SinLinea{ background-color: #FCF3E2; margin: 0; padding: 5px 4px 0 4px; width: 204px; height: auto; font-size: 10px; line-height:1.3em; color: #333;}

.box_OrangeLight_Large{margin: 0; width: 284px; height: auto; padding: 2px; border:1px #ccc solid;}

.box_OrangeLight a{ text-decoration:none;}

.box_OrangeLight a:hover{ text-decoration: underline;}

/*Links*/

.link_01{ color: #333; text-decoration: none;}

.link_01:hover{ color: #FF0000; text-decoration: underline;}

/*Titles*/
.title_Small_Orange{ background: transparent url(../img/icon_TitleOrange.gif) 5px center no-repeat; width: 183px; height: auto; text-align: left; margin: 0; padding: 6px 0 6px 30px; background-color: #ED8B29;}

.title_Small_Blue{ background: transparent url(../img/icon_TitleBlue.gif) 5px center no-repeat; width: 183px; height: auto; text-align: left; margin: 0; padding: 6px 0 6px 30px; background-color: #2E1779;}

.title_Small_Grey{background: transparent url(../images/icon_TitleGrey.gif) 5px center no-repeat; width: 183px; height: auto; text-align: left; margin: 0; padding: 6px 0 6px 30px; background-color: #999;}

.title_Large_Orange{ background: transparent url(../img/icon_TitleOrange.gif) 5px center no-repeat; width: 260px; height: auto; text-align: left; margin: 0; padding: 6px 0 6px 30px; background-color: #ED8B29;}

/*SubTitles*/

.subTitle_Small_OrangeLight{ background: transparent url(../img/icon_SubTitleOrangeLight.gif) 3px center no-repeat; height: 10px; margin: 0; padding: 3px 0 3px 13px; text-align:left;}

.subTitle_Small_White{ background: transparent url(../img/icon_SubTitleBgWhite.jpg) 0 center no-repeat; height: auto; margin: 0; padding: 2px 0 2px 12px; text-align:left;}


/*Float Images*/
.img_Left{float: left;}
.img_Right{float: right;}
.img_SinBorde{border: 0;}
.img_ConBorde{border: 1px #666 solid; padding: 2px;}

/*margen*/

*{ margin: 0; padding: 0; }
	
/* Clearing */
	.clear {
		clear:both; 
		height:1px;
		margin:0;
		padding:0;
		font-size: 1px;
		line-height: 0;
	}
	.clearfix { position: relative; }
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

/*Align Text*/
	.left { text-align:left !important; }
	.right { text-align:right !important; }
	.center { text-align:center !important; }
	.justify { text-align:justify !important; }
	.underline{ text-decoration: underline;}
	.underline_none{ text-decoration:none;}
	
/*Texto Color*/
	.bold {font-weight: bold;}	
	.text_White{ color: #fff;}
	.text_Blue{ color: #2E1779;}
	.text_BlueOther{ color:#003399;}
	.text_Grey{ color: #333;}
	.text_Red{ color:#FF0000;}
	.text_OrangeOther{color: #EEBB5B;}
	.text_OrangeDark{ color: #ED8B29;}
	.text_OrangeLight{ color: #FCF3E2;}
	
/*BG*/
	.bg_White{ background:#fff;}
	.bg_OrangeOther{background: #EEBB5B;}
	.bg_OrangeDark{ background: #ED8B29;}
	.bg_OrangeLight{ background: #FCF3E2;}	
	.bg_Blue{ background:#2E1779;}
	.bg_Grey{ background: #999;}