/*
..................................
::      CSS 3columnas.css       ::
::   http://www.glish.com/      ::
..................................
*/
	body {
		text-align:center;
		}
	#contenedor {
		width:780px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0;
		padding:20px 0 0;
		text-align:left;
		background:#fff;
		}
		
	#contenidoizquierdo {
		width:170px;
		margin:0 17px;
		padding:0;
		float:left;
		display: inline;
		}
		
	#contenidoderecho {
		width:170px;
		margin:0 17px;
		padding:0;
		float:left;
		display: inline;
		}
		
	#contenidoderecho ul {
		background: #000 url(../img/menu.fondo.png) repeat-x;
		padding: 54px 0 60px;
		margin: 0;
		list-style: none;
		}
		
	#contenidoderecho ul li {
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1.5em;
		height:100%;
		letter-spacing: -1px;
		text-indent: -999em;
		}
		
	#contenidoderecho ul li a {
		color: #fff;
		line-height: 1.5em;
		height:100%;
		display:block;
		background-repeat: no-repeat;
		}

	#contenidoderecho ul li a:hover {
		background-position: left bottom;
		}
		
	#nav01 a {
		background: url(../img/menu1.png);
		}

	#nav02 a {
		background: url(../img/menu2.png);
		}

	#nav03 a {
		background: url(../img/menu3.png);
		}

	#nav04 a {
		background: url(../img/menu4.png);
		}

	#nav05 a {
		background: url(../img/menu5.png);
		}

	#nav06 a {
		background: url(../img/menu6.png);
		}

	#nav07 a {
		background: url(../img/menu7.png);
		}

	#contenidocentral {
		width:371px;
		padding:0;
		float:left;
		}

	#pie {
		width:740px;
		float:left;
		height:22px;
		margin:10px 0;
		padding:0 20px;
		}


		
	
	