 

#botones {
	width: 400px;
	padding-top:2px;
	padding-bottom:2px;
	z-index: 0;
	
}
#botones a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	cursor:pointer;
	/*Superponemos los botones para 
	eliminar el border inferior - only IE (como siempre!!)*/
	position:relative;
	z-index: 1;
}
#botones a:hover{
	color:#FFFFFF;
}

#contenido {
	/*Ancho y Alto del contenedor*/
	width: 99%;
	
	background-color:#FFFFFF;
	border-top:1px #FF9900 solid;
	border-left:1px #FF9900 solid;
	border-right:1px #FF9900 solid;
	border-bottom:1px #FF9900 solid;
	
	padding:5px;
}
#contenido p{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

