body {
	font-size:12px;
	background-color: #000000;
	color: #CCCCCC;
	width:760px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.botonera,
.pie {
	text-align: center;
}

h1{
	font-size:14px;
	color:#FFFF99;
}

 
.encabezado,
.botonera,
.pie{
	float: left;
	width:760px;	
}

.encabezado{
	margin-bottom:20px;
}

.contorno{
	margin-top:20px;
	margin-bottom:20px;
	border:#CCCCCC 1px solid;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;	
	margin-left:60px;
	float:left;
}

.contenido{
	float:left;
	width:600px;
}


.boton{
	width:120px;
	height:20px;
	float:left;
	border:#CCCCCC solid 1px;
	background-color:#006600;
	font-size:14px;
	text-decoration:none;
	font-weight:bolder
}

.boton_conenedor{
	float:left;
	margin-left:25px;
}

a{
	text-decoration:none;
	color:#CCCCCC;
}


