@charset "UTF-8";
#contenedor {
	padding: 100px;
	width: 1000px;
	height: 675px;
	margin: auto;
}
#cabecera {
	background-image: url(../IMG/HOME/HOME_cabecera.png);
	height: 150px;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 14px;
	top: 30px;
	float: none;
}
#contenido {
	height: 480px;
	margin: 0px;
	vertical-align: middle;
	text-align: right;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../IMG/HOME/HOME_contenido.png);
}
#pie {
	font-size: 12px;
	color: #FFC;
	margin-top: 15px;
	height: 40px;
	background-image: url(../IMG/HOME/HOME_pie.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
}
.texto_link {
	color: #FFF;
	font-weight: bold;
}
.logo_CAATEEB_superior {
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
