#total {
	margin-right: auto;
	margin-left: auto;
	height: 900px;
	width: 820px;
}
#total #botones {
}

body {
	background-color: #0198CD;
	background-image: url(../img_dis/flor.png);
	background-repeat: no-repeat;
	background-position: 836px -30px;
}
#total #central {
	height: 200px;
	background-color: #034E67;
	background-image: url(../img_dis/degradado.jpg);
	background-repeat: repeat-x;
}
#total #central #izq {
	float: left;
	width: 390px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: "Arial Rounded MT Bold", Arial, "Helvetica 65 Medium";
	font-size: 0.7em;
	line-height: 1.4em;
	color: #FFFFFF;
}
#total #central #der {
	float: left;
	width: 390px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: "Arial Rounded MT Bold", Arial, "Helvetica 65 Medium";
	font-size: 0.7em;
	line-height: 1.4em;
	color: #FFFFFF;
}

#total #cabecera {
	margin-bottom: 10px;
}
#total #bucle {
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #09496D;
	border-right-color: #09496D;
	border-left-color: #09496D;
}
#total #pie {
	font-family: "Arial Rounded MT Bold", Arial, "Helvetica 65 Medium";
	font-size: 0.75em;
	margin-top: 10px;
	color: #034E67;
	text-align: center;
	line-height: 7px;
	height: 100px;
}
#total #pie a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 18px;
	margin-left: 18px;
	font-size: 0.78em;
}
#total #pie a:hover {
	color: #044E67;
}

