body {
	background-color: #E1DACA;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.contenedor-marco{
	background-color: #A39161;
	position:absolute;
	top: 50%;
	left: 50%;
	width:1000px;
	height:600px;
	margin-left: -500px;
	margin-top: -300px;
}

.contenedor{
	background-color: #fff;
	width:960px;
	height:560px;
	margin:20px;
	background-image:url(logo_bocusedorargentina_2009.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}

img{
	border:none;
}

a{
	outline:none;
}

.columna-izq{
	float:left;
	width:455px;
	margin:60px 25px 0 0;
}

.columna-der{
	float:left;
	width:479px;
	border-left:1px solid #6CAEDF;
}

.columna-clear{
	clear:both;
}

ul{
	margin:8px 0 8px 25px;
	padding:0;
}

li{
	list-style:none;
	margin:0 0 12px 0;
	padding:0;
}


h2{
	font-size:15px;
	font-weight:bold;
	color:#6CAEDF;
	margin:0 0 -2px 0;
}
a{
	font-size:11px;
	color:#66593D;
	text-decoration:underline;
}
a:hover{
	color:#A39161;
	text-decoration:none;
}


.boton-bases{
	margin-bottom:10px;
	float:right;
}

.boton-creacion{
	clear:right;
	float:right;
}

.boton-bases a, .boton-creacion a{
	display: block;
	width:240px;
	height:80px;
}
.boton-bases a{
	background:url(botones.jpg) no-repeat 0 0;
}
.boton-creacion a{
	background:url(botones.jpg) no-repeat 0 -160px;
}
.boton-bases a:hover{
	background:url(botones.jpg) no-repeat 0 -80px;
}

.boton-creacion a:hover{
	background:url(botones.jpg) no-repeat 0 -240px;
}

.boton-bases span, .boton-creacion span{
	display:none;
}
