@charset "utf-8";
/* CSS Document */
body {
	width: 779px;
	background-color: #D9D1C1;
	margin: 0px;
	padding: 0px;
}
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 {
	clear: both;
	padding-bottom: 5px;
}
#Contenedor p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.CABECERA {
	clear: both;
	width: 100%;
	margin-top: 3px;
}
.CABECERA h1 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #009900;
}
.CABECERA h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CA0000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.CABECERA h3 {
	font-size: 14px;
	font-weight: bold;
	color: #7E9DB9;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.CABECERA .CBIZQ {
	float: left;
	width: 16%;
}
.CABECERA .CBCENTRO {
	float: left;
	width: 67%;
}
.CABECERA .CBDCHA {
	float: right;
	width: 16%;
	text-align: right;
	padding-right: 3px;
}
.CABECERA .CBTEXTO {
	clear: both;
	float: left;
	width: 100%;
}
.CUERPO {
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.CUERPO .MITAD {
	float: left;
	width: 49%;
	text-align: center;
}
.CUERPO .TEXTO {
	clear: both;
}
.CUERPO .FOTO {
	clear: both;
}
.CUERPO .FOTO img {
	float: right;
	margin-right: 6px;
	margin-left: 6px;
}
.Peque {
	font-size: 12px;
	color: #5E7679;
}
.Peque2 {
	font-size: 14px;
	font-weight: bold;
	color: #476683;
}
.TITULO {
	font-size: 30px;
	font-weight: bold;
	color: #B70000;
	text-align: center;
}
.TITULO2 {
	font-weight: bold;
	color: #006633;
	text-align: center;
	font-size: 20px;
}

.PIE {
	clear: both;
	width: 100%;
}
.menu {
	color: #000000;
	text-decoration: none;
	background-color: #ECE9D8;
	text-align: center;
	display: block;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
.menu:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.menu:visited {
	text-decoration: none;
}
.menu:hover {
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	color: #0000FF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
