/* CSS Document */
body {
	font-family:Arial;
	font-size:14px;
	color:#000066;
	text-align:center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	}
#contenedor {
	width:760px;
	text-align:left;
	height: 400px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:    rect(0px 0px 0px 0px);
	background-image: url(images/fondo.edif.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#encabezado {
	width:760px;
	height:50px;
	display:block;
	font-family: Tahoma;
	text-transform: uppercase;
	color: #FFFFFF;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	background-image: url(images/barra_aycop.png);
	background-repeat: no-repeat;
	}
#menu {
	float:left;
	width:150px;
	height:350px;
	}
#contenido {
	width:580px;
	clear:both;
	height: 330px;
	overflow: auto;
	float: right;
	right: 100px;
	padding: 10px;
	text-align: justify;
	}
#contenido h2 {
	font-size:18px;
	color:#000066;
	}
#contenido h3 {
	font-size:14px;
	color:#FF0000;
	}
#footer {
	width:760px;
	text-align:center;
	font-size:80%;
	font-style:normal;
	color:#999999;
	padding: 5px;
	}
.txt_azul_mas {
	color: #000066;
	font-size: larger;
	font-weight: bold;
}
.txt_rojo_mas {

	color: #FF0000;
	font-size: large;
	font-weight: bold;
}
.txt_rojo_negrita {


	color: #FF0000;
	font-weight: bold;
}
.txt_azul_negrita {

	color: #000066;
	font-weight: bold;
}
.txt_gris {


	color: #666666;
}
