/* CSS Document */


html, body{
	font-family: Verdana;
	font-size:11px;
	color:#999999;
	font-family: san-serif;
}



#contenedor{
	margin:auto;
	height: 700px;
	width: 1100px;
}


#cabecera{
	border: 0px dotted #000000;
	height: 150px;
	background-image:url(../images/png/head9.png);
	background-repeat:no-repeat;
}

#cuerpo{
	height:auto;
	min-height:200px;
	top: 0px;
	display:block;
}

#menu_izquierdo{
	width:200px;
	height:auto;
	top:0px;
	left:0px;
	clear:left;
	position:relative;
	border-left:1px solid #EEEEEE;
	float:left;
	display:inline;
	padding:2px;
	overflow:auto;
}

#central{
	width:685px;
	height:auto;
	float:left;
	position:relative;
	display:inline;
	padding:3px;
}

#central_sistema{
	width:685px;
	height:auto;
	float:left;
	position:relative;
	display:inline;
	padding:3px;
}

#menu_derecho{
	top:0px;
	right:0px;
	width:200px;
	height:auto;
	clear:right;
	float:right;
	border-right:1px solid #EEEEEE;
	position:relative;
	display:inline;
}

#pie{
	border: 0px dotted #000000;
	width:99.8%;
	height:100px;
	clear:both;
	float:left;
	min-height: 100px;
	background-image:url(../images/png/pie9.png);
	background-repeat:no-repeat;
	bottom: 0px;
}




