@charset "UTF-8";
/* CSS Document*/
/* Descripción:
Autor: Eduardo Rodriguez
Ultima actualización: fecha, por Eduardo Rodriguez */
/*reset margenes navegador*/
* {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 955px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;

}
#banner {
	width: 955px;
	height: 150px;
	background-image: url(images/superior.jpg);
}
#logo {
	width: 521px;
	height: 150px;
	background-image: url(images/superior.jpg);
	float: left;
}
#botones {
	height: 42px;
}
#flash {
}


#contenido {
	height: 450px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/inferior.jpg);
	background-color: #39BEDF;
}

#legales {
	width: 955px;
	height: 30px;
}

.legal {
	color: #000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-top: 11px;
}
.copy {
	color: #003;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.sucabeza {
	color: #CCC;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
}
