@charset "UTF-8";
#contenedor {
	padding: 0px;
	width: 1000px;
	height: 675px;
	margin: auto;
}
#cabecera {
	background-image: url(../IMG/HOME1.png);
	height: 150px;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 14px;
}
#contenido {
	height: 480px;
	margin: 0px;
	vertical-align: middle;
	text-align: right;
	background-repeat: no-repeat;
	background-color: #069;
	background-position: center center;
	background-image: url(../IMG/index_cercles.png);
}
#pie {
	background-color: #069;
	font-size: 11px;
	color: #FFFFFF;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 15px;
	text-align: center;
	height: 40px;
}
.texto_link {
	color: #F00;
	font-weight: bold;
}
.logo_CAATEEB_superior {
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
