body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #256CBA;
	background-image: url(../imagenes/template/backgound.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	font-family: "Century Gothic";
	text-align: center;
}

.tb_filo {
	border: 1px solid #CCCCCC;
}
.tb_filo_on {
	border: 1px solid #CCCCCC;
	cursor:hand;
	background-color: #EAEAEA;
}


/* TEXTOS */
.titulo_mini {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #000000;
	
}

.titulo_01 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}


.titulo_blanco_01 {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.titulo_02 {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #000000;
}

.titulo_blanco_mini {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #FFFFFF;
	
}

.titulo_blanco_02 {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #FFFFFF;
}

.titulo_blue_01 {
	font-size: 14px;
	color: #235BA0;
	font-weight: bold;
}
.titulo_blanco_indes {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


.texto_NN_01 {
	font-family: "Century Gothic";
	color: #036;
	font-weight: bold;
	font-size: 12px;
}

.textonormal {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.texto_01 {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #4B4B4B;
}

.texto_red_01 {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #990000;
}

/* DIV DE MENU*/
.div_menu {
	position:absolute;
	top:270px;
	right:600;
	width:400px;
	left: 21px;
}



.bot_menu_off {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #515151;
	
	text-align: center;
	font-weight: bold;
}
.textbox {
	font-family: "Century Gothic";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
}

.bot_menu_on{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
	text-align: center;
	cursor:hand;
	font-weight: bold;
}

.bot_menu_sub_off {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #8C8C8C;
	background-color: #EFEFEF;
	text-align: center;
	font-weight: bold;
}
.bot_menu_sub_on{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
	background-color: #E2E2E2;
	text-align: center;
	cursor:hand;
	font-weight: bold;
}
.form_bot {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #1F1F1F;
	background-color: #F1F1F1;
	border: 1px solid #999999;
	height: 20px;
}


.img_off {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
.img_on {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.style1.style2 strong {
	color: #F00;
}
