* {
	margin: 0px;
	padding: 0px;
}

BODY {
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-TRACK-COLOR: #DCDCDC;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	SCROLLBAR-BASE-COLOR: #ffffff;
	background-color: #FFF9EC;
}

a {
	text-decoration: none;
	color: #304CB7;
}

a.hijolista {
	color: #fff;
}

#encabezado {
	/*background: url(../images/fondoEncabezado.gif) repeat-x top right;*/
	position: absolute;
	top: 0px;
	width: 100%;
	background-color:rgb(81,81,81);
}

div#contenedorLogo {
	/*background: url(../images/encabezado.gif) no-repeat top right;*/
	width: 899px;
	height: 71px;
}

#encabezado1 {
	/*background: url(../images/fondoEncabezado.gif) repeat-x top right;*/
	position: relative;
	top: 0px;
	width: 100%;
	background-color: rgb(81,81,81);
}

div#contenedorLogo1 {
	/*background: url(../images/encabezado.gif) no-repeat top right;*/
	width: 899px;
	height: 71px;
}

img#logoBahia {
	margin: 0 0 0 146px;
}

#contenedorMenu {
	text-align: center;
	font-variant: small-caps;
	font-family: "verdana", sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #fff;
	height: 80%;
	width: 100%;
	position: absolute;
	/*top: 71px;*/
	/*background: url(../images/fondo_barra_menu.gif) repeat-x top right;*/
	background-color: #F49F2F;
}

#contenedorCuerpo {
	position: relative;
	font-family:Arial;
	top: 100px;
	width: 96%;
	margin: 2% 2% 0 2%;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	clear: both;
}

ul#nav.principal {
	width: 100%;
	height:80%;
	background-color: #F49F2F;
	position:relative;
}

ul#nav.principal li.submenu, ul#nav.principal li.derecha {
	/*background: #E2E6F1 url(../images/fondo_barra_menu.gif) repeat-x top
		right;*/
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

ul#nav.principal li.submenu:hover {
	/*background: #E2E6F1 url(../images/fondo_barra_menu_over.gif) repeat-x
		top right;*/
	background-color: #E2E6F1;
	color:#fff;
}
ul#nav.principal li.submenu span:hover{
	color:#fff;
}

ul#nav.principal li.submenu {
	float: left;
}

ul#nav.principal li.derecha {
	float: right;
	width: 60px;
}

ul#nav.principal li.submenu span, ul#nav.principal li.derecha span {
	position:relative;
	display: block;
	padding-top: 4px;
	padding-bottom: 8px;
	height: auto;
	font-family: Arial;
	font-size: 14px;
	padding-top:25%;
	width: 100%;
	color:#624216;
}

ul#nav.desplegable li {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #fff;
	border-right: 0px;
	border-left: 0px;

	text-align:center;
	
}

ul#nav.desplegable li:hover, ul#nav.desplegable li:hover a,ul#nav li.submenu:hover span {
	color: #fff;
	background-color: #7F8EB9;
}

li {
	cursor: pointer;
	position: relative;
	z-index: 2;
	width: 12.1em;
}

li ul {
	float: left;
	display: none;
}

li:hover ul, li.over ul {
	display: block;
	visibility: visible;
}

table.bloqueContenidos {
	width: 96%;
	margin-left: 2%;
	background-color: #fff;
	margin-top: 10px;
}

/*BOTON QUE NON SE PON BEN NIN PA DIOS*/

#boton_add{
	float: left;
  margin-left: 33%;
}