#PanelGeneral #Panelcabecera {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#PanelGeneral #Panelizquierdo {
	float: left;
	background-repeat: repeat;
	background-attachment: scroll;
}

#PanelGeneral #Panelderecho {
	height: 550px;
	float: left;
}

#PanelGeneral #PanelContenido {
	height: 550px;
	float: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: none;
	border-left-style: none;
	
}
#PanelGeneral #Panelpie {
	padding: 5px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
#PanelGeneral {
	margin: auto;
	width: 100%;
}
