
/**********************************/
/*** Estilo para el núcleo HTML ***/
/**********************************/
body {
	background-color: #4a5865 !important;
	color:#535353 !important;
}
a, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, code, legend, p, blockquote {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
em {
	font-style: italic;
	margin: 0 24px;
}
br, html, div, fieldset, form, img, thead, tbody, tr {
	border: 0;
	margin: 0;
	padding: 0;
}
th, td {
	border: 0;
	margin: 0;
	padding: 3px 6px;
}


a:link,a:visited{
        color:#005d70;
}

a:hover{
        color:#4fd3f8;
}

/*****************************************************/
/*** Estilo para las capas de estructura primarias ***/
/*****************************************************/
#contenedor {
	background: #ffffff;
	height: 100%;
	margin: 0 auto;
	padding: 10px;
	width: 1004px;
}
#banner {
	/*background: #ececec url('../imagenes/banner.jpg') top left no-repeat;*/
	/*background:url('../imagenes/marca_celeste.png') no-repeat;*/
	background:url('../imagenes/pixel_banner.jpg') repeat-x bottom #fff;
	height: 60px;
	margin: 10px 0;
	position: relative;

}

#menu {
	background-color: transparent;
	margin: 20px 0 20px 0;

}

#creditos {
	background-color: #dddddd;
	height: 40px;
	margin: 10px 0 0 0;
	position: relative;

}

#informacion{
  color:#535353;
  line-height:18px;
}
