.izquierda {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 200px;
}
.tabla-contenedora {
	border: 1px solid #000000;
	background-color: #ffffff;	
}
.cabecera {
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 495px;
	float: right;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #c6c8ca;
	text-decoration: none;
}

.menu-lateral {
	background-color: #eeeeee;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 180px;
	float: left;
}

.cuerpo-seccion {
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	height: auto;
	width: 450px;
	float: left;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #c6c8ca;
	padding: 20px;
}
.index {
	float: left;
	height: auto;
	width: 275px;
	padding: 0px;
}
