@charset "utf-8";
html,body{
	margin:0;
	padding:0;
	
}

body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url('../imagenes/bg.jpg');
	background-color: #ffcc00;
	
}


div#header{
	position:relative;
	float:left;
	z-index:1100;
}

div#subHeader{
	width:100%;
	float:left;
}

div#menu{
	width:1000px;
	height: 45px;
	background-image: url('../imagenes/fondos/fondo_menu.png');
	background-repeat: repeat-x;
	float:left;
	font-size: 17px;
	font-style: normal;
	color: white;
	text-align: left;
	
}

div#menu_izquierda{
	width:5px;
	height: 45px;
	background-image: url('../imagenes/fondos/fondo_menu_izquierda.png');
	background-repeat: none;
	float:left;
}

div#menu_derecha{
	width:5px;
	height: 45px;
	background-image: url('../imagenes/fondos/fondo_menu_derecha.png');
	background-repeat: none;
	float:left;
}

div#menu-footer{
	width:1000px;
	height: 35px;
	background-image: url('../imagenes/fondos/fondo_menu.png');
	background-repeat: repeat-x;
	float:left;
	font-size: 14px;
	font-style: normal;
	color: white;
	text-align: left;
	font-weight: bold;
	
}

div#menu-footer_izquierda{
	width:5px;
	height: 35px;
	background-image: url('../imagenes/fondos/fondo_menu_izquierda.png');
	background-repeat: none;
	float:left;
}
div#menu-footer_derecha{
	width:5px;
	height: 35px;
	background-image: url('../imagenes/fondos/fondo_menu_derecha.png');
	background-repeat: none;
	float:left;
}


div#container{
	text-align:left;
	width:1010px;
	margin:0 auto;
	
}
div#content{
	float:right;
	width:100%;
	padding-top:10px;
	
}
div#columnaCentralIzquierda{
	float:left;
	position:relative;
	width:185px;
	z-index: 1000;
	
}
div#columnaCentralCentro{
	float:left;
	position:relative;
	width:630px;
	
	padding-left: 5px !important;
	padding-left:2px;
	min-height: 300px;
	
	
}
div#columnaCentralDerecha{
	float:right;
	position:relative;	
	width:185px;
	
}

div#footer{
	margin-top:20px;
	width:100%;
	float:left;


	clear:both;

}

div#top{
	margin-bottom:20px;
	width:100%;
	float:left;
	position:relative;
	background-color: #383e45;
	border-bottom:3px solid #000000;
	clear:both;

}

.principal{
	min-height: 500px	
}


