/*------------------------------------------------------
  Cabecera
  ------------------------------------------------------*/
		.header-sup-right{
			margin : 32px 0px 0px 0px;
			float : right;
			height : 23px;
			width : 556px;	/* sumar el margin */
		}

		.header-inf-logo{		
			/*border : solid 1px #fff000;*/
			background :  url(../../images/designs/transparent.png) no-repeat;
			float : left;
			height : 101px;
			width  : 150px;
		}
		.header-inf-titulo{
			/*border : solid 1px #fff000;*/
			background :  url(../../images/designs/bienvenido.png) no-repeat;
			margin : 15px 0px 0px 25px;
			float : right;
			height : 76px;
			width : 556px;	/* sumar el margin */ 
		}
/*------------------------------------------------------
  Contenido
  ------------------------------------------------------*/
.content{
	/*border : solid 1px #002dff;*/
	height : 420px;
	width  : 800px;
}
	.content-left{
		/*border : solid 1px #ff0000;*/
		/*float : left;*/
		height : 400px;
		width : 120px;
		position : absolute;
		left: 0;
		top: 187px;
	}
		.content-left-menu{
			/*border : solid 1px #fff000;*/
			/*background-color : #c1c1c1;*/
			margin : 80px 0px 0px 0px;

		}
		
		/*
			#content-left-menu-main {float: left;}
			#content-left-menu-main li {list-style: none;}
			#content-left-menu-main li a{
				background-color : #cccccc;
				cursor : pointer; 
				color : #808080;
				font-size : 14px;
				text-decoration	: none;
				padding : 3px 3px 3px 40px;
			}
			#content-left-menu-main li a:link, a:visited{
			}
			#content-left-menu-main li a:hover{
				background-color : #f29800;
				color: #333333;
			}
		*/

			#content-left-menu-main {
				list-style:none;
				position:relative;
			}
				#content-left-menu-main li{padding:4px 0;text-align:left;display:block;cursor:hand;cursor:pointer;}
					#content-left-menu-main li a{
						background-color: #cccccc;
						color:#808080;
						font-family:helvetica, arial, verdana;
						font-size:12px;
						font-weight:900;
						display:inline;
						padding:4px 3px 3px 10px;
						text-decoration:none;
					}
				#content-left-menu-main li a:hover{background-color: #f29800;color:#333333;}

				#content-left-menu-main li li{padding:4px 0;text-align:left;display:block;cursor:hand;cursor:pointer;}
					#content-left-menu-main li li a{
						background-color: #a1a1a1;
						color:#808080;
						padding:4px 3px 3px 10px;
					}
				#content-left-menu-main li li a:hover {background-color: #f29800;color:#333333;}


	.content-right{
		/*border : solid 1px #ff0000;*/
		float : right;	
		height : 420px;
		width : 785px;  /*--- debe ser 785 ---*/
	}
		.content-right-top{
			/*border : solid 1px #fff000;*/
			height : 50px;
			width : 785px;
		}
	
		.content-right-center{
			/*border : solid 1px #fff000;*/
			height : 320px;
			width : 785px;
		}
			.content-right-center-left
			{
				/*border : solid 1px #fff000;*/
				background :  url(../../images/designs/barramenuleft.png) no-repeat;
				float : left;
				margin: 50px 0px 0px 0px;
				height : 270px;
				/* height : 320px - 50px margin*/
				width : 97px;				
			}
			.content-right-center-right{
				/*border : solid 1px #fff000;*/
				float: right;
				height : 320px;
				width : 688px;
			}
				.content-right-center-right-top{
					/*border : solid 1px #008000;*/
					height : 1px;
					width : 688px;
				}
					.content-right-center-right-top div {height:1px; width:172px;float: left; text-align: center;}
						#titpol, #titloc, #titpar, #titele{position: relative; z-index: 2; display:none; }
				.content-right-center-right-txt{
					height : 49px;
					width : 688px;
				}
				.content-right-center-right-txt div {height:19px; width:172px;float: left; text-align: center; margin: 15px 0px 0px 0px;}
				.content-right-center-right-center{
					/*border : solid 1px #008000;*/
					background :  url(../../images/designs/barramenubox.png) no-repeat;
					height : 152px;
					width : 688px;

				}
					#content-right-center-right-center-nav {float: left;}
					#content-right-center-right-center-nav li {float: left; list-style: none;}
					/*#content-right-center-right-center-nav li a {color: #e3e3e3; position: relative; cursor: pointer; float: left; z-index: 2;}*/
						#botpol, #botloc, #botpar, #botele{height:124px; width:123px;margin: 14px 24px; }
							#botpol a, #botloc a, #botpar a, #botele a{color: #e3e3e3; position: relative; cursor: pointer; float: left; z-index: 2;}
		.content-right-bottom{
			/*border : solid 1px #fff000;*/
			height : 50px;
			width : 785px;
		}
		
#blob {
    background: url(../../images/designs/fond_menu.png) no-repeat;
    position: absolute;
    top: 211px;
    z-index: 1;
    height : 277px;
    width : 172px;
    left: 0px; 
    display: none;
    overflow: hidden;
}
/*------------------------------------------------------
  Pie
  ------------------------------------------------------*/
	
/*----------------------------------------------------*/

