@charset "utf-8";
/* CSS Document */
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #C10000;
}
a:active {
	text-decoration: none;
}
#Contenedor {
}
#Contenedor p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.CABECERA {
	clear: both;
	width: 100%;
}
.CABECERA h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.CUERPO {
	clear: both;
	width: 100%;
}
.CUERPO .TEXTO {
	clear: both;
	margin-top: 100px;
	margin-left: 40px;
	width: 635px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.CUERPO .TEXTO .TIT01 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.CUERPO .TEXTO .E01 {
	font-weight: bold;
	color: #4D6062;
}

.CUERPO .FOTO {
	clear: both;
}
.CUERPO .FOTO img {
	float: right;
}
.PIE {
	clear: both;
	width: 100%;
}
.PIE .PIZQ {
	float: left;
	margin-left: 40px;
	width: 200px;
}
.PIE .PDCHA {
	float: right;
	margin-right: 90px;
	width: 150px;
	text-align: right;
}

.PIE a {
	color: #F3AA0D;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.PIE a:link {
	text-decoration: none;
	color: #F3AA0D;
	font-weight: bold;
}
.PIE a:visited {
	text-decoration: none;
	color: #F3AA0D;
}
.PIE a:hover {
	text-decoration: none;
	letter-spacing: 1px;
	color: #F3AA0D;
}
