.Contenedor {
	height: 530px;
	width: 700px;
	position: absolute;
	left: 15%;
	top: 5%;
	background-color: #FFFFFF;
}
.Cabecera {
	background-color: #FFFFFF;
	float: left;
	height: 100px;
	width: 700px;
	position: relative;
	border-top: 1px none #cc3031;
	border-right: 1px none #cc3031;
	border-bottom: 1px solid #cc3031;
	border-left: 1px none #cc3031;
}
.Menuu {
	background-color: #FFFFFF;
	float: left;
	height: 400px;
	width: 150px;
	position: relative;
	border-top: 1px solid #cc3031;
	border-right: 1px solid #cc3031;
	border-bottom: 1px nome #cc3031;
	border-left: 1px none #cc3031;
}
.Contenido {
	background-color: #FFFFFF;
	float: left;
	height: 400px;
	width: 548px;
	position: relative;
	border-top: 1px solid #cc3031;
	border-right: 1px none #cc3031;
	border-bottom: 1px none #cc3031;
	border-left: 1px solid #cc3031;
        overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
.Pie {
	float: left;
	height: 30px;
	width: 700px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #cc3031;
	border-right: 1px none #cc3031;
	border-bottom: 1px none #cc3031;
	border-left: 1px none #cc3031;
}
.SubMenu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	background-color: #cfcfcf;
	float: left;
	height: 15px;
	width: 148px;
	position: relative;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-decoration: none;
	
}
.SubMenu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	float: left;
	height: 15px;
	width: 148px;
	position: relative;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #CC3031;
}

