﻿/* diseño de CSS */
body{
	margin-left: 50%;
	}
#contenedor {
	position: relative;
	margin-left: -512px;
}
#cabecera {
	position: absolute;
	width: 1024px;
	height: 65px;
	top: 0px;
	background-color: #99FF99;
}
#botonera {
	position: absolute;
	width: 1024px;
	height: 130px;
	top: 65px;
}
#central {
	position: absolute;
	width: 1024px;
	height: 575px;
	top: 195px;
	background-color: #BCE9B1;
}

#contenidos {
	position: absolute;
	margin-left: 124px;
	width: 900px;
	top: 0px;
	height: 575px;
	background-color: #FFFFFF;
}

#izquierda {
	width: 124px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 575px;
	background-color: #FFFFFF;
}
#pie {
	position: absolute;
	width: 1024px;
	top: 770px;
	background-color: #66FF66;
	height: 30px;
}

li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 1px;
	margin-top: 2px;
}

p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 1px;
	margin-top: 2px;
}

