@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #ffffcc;
	margin-top: 0px;
	margin-left: 1px;
}
#contenedor {
	text-align: center;
	height: 600px;
	width: 910px;
}#contenedor #cabecera {
	background-image: url(imagenes/fondos/fondosup.gif);
	height: 102px;
	width: 773px;
}
#contenedor #cabecera #izq {
	float: left;
	height: 102px;
	width: 177px;
}
#contenedor #cabecera #cen {
	float: left;
	height: 102px;
	width: 400px;
}
#contenedor #cabecera #der {
	float: left;
	height: 102px;
	width: 173px;
	font-size: 0.7em;
	font-weight: bold;
}
#contenedor #cabecera #cen h1 {
	display: none;
	visibility: hidden;
}

