/******* colores utilizados ********
colorFondo10: #336699
colorFondo20: #F8C33D
colorSec10: #FCA511
colorPred30: #333333
colorPred10: #6C5012
colorPred20: #6C5012
colorDestacado10: #FEDB99
colorSec20: #CFCFCF
colorSec30: #AFAFAF
colorDestacado20: #FF0000
colorDestacado30: #154F8A
colorBorde: #999999
**********/


/*NUEVOS**************************/

#botoner_div
{
	position: relative;
}
#navcontainer_div{
	border-bottom: 1px solid #6C5012; /*colorPred10*/
	position: relative;
	height: 41px;
}
#banderas2_div {
	text-align: center;
	float:right;
	position: relative;
	width: 90px;
	margin: 0 5px 0px 5px;
}
#all {
	border-right: 3px solid #6C5012; /*colorPred10*/
	margin: 0pt auto;
	width: 790px;
	min-height: 358px;
	height:auto !important;
	height:358px;
	background-color: #F8C33D; /*colorFondo20*/
	background: url(img/fondo02.gif);
}
#cont_cabecera {
	height: auto !important;
	height: 51px;
	min-height: 72px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #6C5012; /*colorPred10*/
}

#cont_contenido {
	position: relative;
	/*float: left;*/
	margin: 0 auto 0 auto;
	height: auto !important;
	min-height: 203px;
	height: 206px;
	text-align: center;
}
#pie_div {
	width: 100%;
	position: relative;
	bottom: 0px;
	text-align: center;
	clear: both;
	border-top: 2px solid #AFAFAF; /*colorSec30*/
}

.clear {
	clear: both;
}
#centro {
	height: auto !important;
	width: 559px;
	min-height: 203px;

	height: 206px;
	text-align: center;
	margin: 0 30px 0 auto!important;
	margin: 0 auto 0 170px;
}

/******************* menu ***********************/

#fmenucontainer {
	height:27px;
	display:block;
	background: #336699;
}

#fmenu{
	position:relative;
	display:block;
	height:25px;
	font: bold 12px Verdana, sans-serif;
	margin: 10px 0 0 2px;
	background: #336699;
}

#fmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#fmenu ul li{
	display:block;
	float:left;
	margin:0 5px 0 0;
}

#fmenu ul li a{
	display:block;
	float:left;
	color:	#F8C33D;  /*colorPred30*/
	text-decoration:none;
	height:25px;
}

#fmenu ul li a:hover{
	color: #FEDB99;  /*colorPred30*/
}

#fmenu ul li a.current,#fmenu ul li a.current:hover{
	color: #333333;  /*colorPred30*/
	background: #F8C33D; /*colorFondo20*/
}

/*********** MODIFICADOS *************************/

#pie_div #logo_its_div
{
 	float: right;
	width: 30px;
}
#pie_div #firma {
	font-size: 10px;
	color: #154F8A; /*colorDestacado30*/
	width: 200px;
	text-align:left;
}
#pie_div A {
	color: #154F8A; /*colorDestacado30*/
	font-weight: bold;
	text-decoration: underline;
}
#pie_div IMG {
	border: 0px;
}



