@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: normal;
	src: url('../ttf/ubuntu.eot'); /* EOT file for IE */
	src: local('☺'), url('../ttf/ubuntu.ttf'); /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: 'Visitor';
	font-style: normal;
	font-weight: normal;
	src: url('../ttf/visitor.eot'); /* EOT file for IE */
	src: local('☺'), url('../ttf/visitor.ttf'); /* TTF file for CSS3 browsers */
}

/**********************************/
/*** Estilo para el núcleo HTML ***/
/**********************************/
body {
	background-color: #4a5865;
	font-family: Arial,'Verdana', 'Tahoma', sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: justify;
}
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;
}
input, textarea, select {
	font-family: 'Verdana', 'Tahoma', sans-serif;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}
ol, ul {
	margin: 3px 0 3px 6px;
	padding: 0 0 0 12px;
}
strong {
	font-weight: bold;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
table {
	border: 0;
	border-collapse: separate;
	margin: 6px auto;
	width: 100%;
}

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: 984px;
}
#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;
	width: 984px;
}
#evento {
	background: #4fd3f8 url('../imagenes/evento.jpg') top left no-repeat;
	height: 173px;
	margin: 0;
	position: relative;
	width: 984px;
}
#menu {
	background-color: transparent;
	height: 30px;
	margin: 10px 0 0 0;
	width: 984px;
}
#capsula {
	/*background-color: #dddddd;*/
	height: 100%;
	margin: 0;
	/*padding: 5px;*/
	width: 982px;
}
#creditos {
	background-color: #dddddd;
	height: 40px;
	margin: 10px 0 0 0;
	position: relative;
	width: 984px;
}

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