/* 
CCCCCC
ffffff COLOR DE FUENTE
ffffaa FUENTE PIE DE PANTALLA
000000 FONDO DE PANTALLA
006666 FONDO de TITULO FFCB4D
003333 BORDE DE TITULO FFB400
009999 RESALTADO FFE199



*/
Body {
	background: URL('fondo.png') #000000;
	color: #000000;
	font-family: Tahoma;
	font-size: 1em;
	letter-spacing: normal;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
	vertical-align: text-top;
	white-space: normal;
	width:100%;
	word-spacing: normal;
	}
/* TITULOS */
h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	}
h2 {
	font-size: 1.2em;
	border: solid 2px #003333; /* COLOR BORDE FUERTE */
	text-align: left;
	background-color: #006666; /* COLOR FONDO UNO */
	padding: 4px;
	color: #FFFFFF;
	text-transform: uppercase;
	}
h3 {
	font-size: 1em;
	border: solid 2px #003333;
	text-align: left;
	background-color: #006666;
	padding: 2px;
	color: #FFFFFF;
	text-transform: uppercase;
	}
h4 {
	font-size: 1em;
	border-bottom: solid 2px #006666;
	}
h5 {
	font-size: 1em;
	}
h6 {
	font-size: 1em;
	margin-bottom:0px;
	text-decoration:underline;
	}
/* LINKS */
a {
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
a:link {
	text-decoration: none;
	color: #000000;
	}
a:visited {
	text-decoration: none;
	color: #000000;
	}
a:hover {
	text-decoration: underline;
	color: #000000;
	}
a:active {
	text-decoration: none;
	color: #000000;
	}
/* LINK DEL PIE*/
a.pie {
	color: #ffffaa;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
a.pie:link {
	text-decoration: none;
	color: #ffffaa;
	}
a.pie:visited {
	text-decoration: none;
	color: #ffffaa;
	}
a.pie:hover {
	text-decoration: underline;
	color: #ffffaa;
	}
a.pie:active {
	text-decoration: none;
	color: #ffffaa;
	}
/* FORMULARIOS */
FORM.inscripcion  INPUT{
	font-size: 1em;
	border: solid 1px #003333;
	}
TABLE.horario INPUT {
	font-size: 1em;
	border: solid 1px #003333;
	}
TABLE.horario TEXTAREA {
	font-size: 1em;
	border: solid 1px #003333;
	}
/* IMAGES */
img {
	border-style: none;
	margin: 0px;
	padding: 0px;
	}
img.mascota {
	position: relative;
	top: 0px;
	float: right;
	clear: right;
	margin: 0px 0px 0px 10px;
	padding:0px;
	}
/* DIVS */
div {
	margin-left: auto;
	margin-right: auto;
	}
div.web {
	background: URL('../imagenes/fondo_2.png') #FFFFFF;
	/*background-color: white;*/
	border: solid 4px #003333;
	clear: both;
	display: block;
	float: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	width: 896px;
	}
div.volver {
	margin-top: 4px;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #003333;
	width: 100%;
	display: block;
	clear: both;
}
div.sponsor {
	width: 100%;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	}
div.sponsor  img{
	padding: 10px;
}
div.header {
	background: #003333;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
div.contenedor {
	/*background: URL('imagenes/fondo_2.png') #006666;*/
	background-color: #FFFFFF;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
div.cuerpo {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding: 10px;
	text-align: left;
	width: 676px;
	/*border-right: 4px solid #003333;*/
	}
div.lateral {
	/*background: #CCCCCC;*/
	color: #000000;
	float:right;
	text-align: Left;
	padding: 10px;
	width: 176px;
	}
div.tirafotografica img {
	width: 166px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid black;
	}
div.pie {
	background: #003333;
	color: #ffffff;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
	width: 896px;
	height: 1em;
	clear:both; 
	}
div.margen {
	position: relative;
	top: 0px;
	float: right;
	clear: right;
	margin: 0px 0px 0px 10px;
	padding:0px;
	width: 200px;
	color: #000000;
	text-align: Left;
	border: solid 1px black;
	}
div.icono {
	margin-top: 0px;
	padding: 2px;
	position: relative;
	text-align: right;
	width: 100%;
	display: block;
	clear: both;
	}
div.icono a {
	font-size: 10px;
	text-decoration: none;
	width: 80px;
	display: block;
	float: right;
	text-align: center;
	}
div.icono a:hover {
	}
div.icono a p {
	display: none;
	}
div.icono a:hover p {
	display: block;
	}
/* PARRAFOS */
p {
	text-align: justify;
	vertical-align: text-top;
 }
p.resaltado {
	background: #009999;
	color: #FFFFFF;
	}
p.mensaje {
	text-align: center;
	background: #009999;
	color: #FFFFFF;
	padding: 2px;
	border: 1px dotted black;
	}
p.fuente {
	margin: 0px;
	padding:0px;
	text-align: right;
	font-size: 1em;
}
p.colaboran {
	width: 250px;
	border: solid 1px black;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: none;
	}
p.colaboran img{
	width: 100px;
}

/* TABLAS */
table.horario {
	border: solid 1px black;
	width: 60%;
	margin-top: 0px;
	padding: 0px;
	font-size: 1em;
	float: left;
	clear: left;
	empty-cells: show;
	border-collapse: separate;
	}
table.horario th {
	border: solid 1px black;
	background: #009999;
	}
table.horario tfoot {
	border: solid 1px black;
	background: #009999;
	}
table.horario caption {
	font-size: 1em;
	font-weight: bold;
	}
table.horario td {
	border: solid 1px black;
	}
table.horario a {
	display: block;
	}
table.horario a:hover {
	display: block;
	background: #009999;
	}
table.horario tr:hover {
	background: #009999;
	}
table.colaboran {
	width: 100%;
	font-size: 0.7em;
	text-align: center;
	}
table.colaboran td {
   width: 50%;
	}
table.colaboran th {
	background: #009999;
	}
table.cartas {
	border: solid 1px black;
	font-size: 1em;
	text-align: center;
	}
table.cartas td {
	border: solid 1px black;
	}
table.cartas th {
	background: #009999;
	}
/* LISTAS ESPOSITORES*/
ol.expositores {
	list-style: none;
	padding: 0;
	margin: 0;
	}
ol.expositores li img {
	float: left;
	padding-right: 10px;
	}
ol.expositores li {
	border: solid 2px #003333;
	margin-top: 5px;
	padding: 10px;
	margin-bottom: 5px;
	display: block;
	}
ol.expositores li:hover {
	background: #009999;
	}
/* TABLE DE NOVEDADES */
table.news {
	width: 100%;
	border: 1px solid #003333;
	font-size: 0.8em;
	}
table.news thead, tfoot {
	background: #009999;
	}	
/* TABLA POSICIONES */
table.posiciones {
	border: solid 1px black;
	width: 100%;
	margin-top: 0px;
	padding: 0px;
	font-size: 1em;
	clear: left;
	empty-cells: show;
	border-collapse: separate;
	}
table.posiciones th {
	border: solid 1px black;
	background: #009999;
	}
table.posiciones tfoot {
	border: solid 1px black;
	background: #009999;
	}
table.posiciones thead {
	border: solid 1px black;
	background: #009999;
	}
table.posiciones caption {
	font-size: 1em;
	font-weight: bold;
	}
table.posiciones td {
	border: solid 1px black;
	}
table.posiciones tr:hover {
	background: #009999;
	}
/* TABLA INSCRIPCIONES*/
table.inscripcion {
	border: 1px solid #009999;
	text-align: left;
	}
table.inscripcion th {
	border: none;
	text-align: left;
	background: #009999;
	}
table.inscripcion  img {
	width: 100px;
	}

TD BLOCKQUOTE {
	display: none;
	background: #009999;
	}
TD:hover BLOCKQUOTE{
	width: 100px;
	height: 100px;
	background: white;
	Overflow: auto;
	margin: 0;
	position: absolute;
	display: block;
	border: solid 2px black;
	}
/* LISTAS DE DEFINICIONES */
DL {
	border: solid 2px black;
	padding: 2px;
	font-size: 0.7em;
}
DT {
	font-weight: bold;
	margin-bottom:0px;
   }
DD {
	background: #009999;
	margin: 0;
	padding: 2px;
	}
DD:hover {
	background: white;
	Overflow: auto;
	padding: 2px;
	margin: 0;
	display: block;
	border: solid 2px black;
}

/*CUADRO DE LINKS A ACTIVIDDES*/
div.esquela {
	margin:0px;
	padding: 0px;
	display: block;
	position: relative;
	top: 0px;
	clear: both;
	}
div.esquela a {
	display: block;
	text-decoration: none;
	margin: 0px;
	}
div.esquela ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
	display: block;
	width: 100%;
	}
div.esquela li {
	float: left;
	margin: 2px;
	padding: 2px;
	width: 15%;
	text-align: center;
	display: block;
	background: #009999;
	border: 1px dotted #003333;
	}
div.esquela li:hover {
	background: #006666;
	border: 1px solid #003333;
	}
li.resaltar {
	background: #009999;
	font-weight: bold;
	}
/*CUADRO DE LINKS A ACTIVIDDES*/
div.muestra {
	margin:0px;
	padding: 0px;
	width: 360;
	display: block;
	position: relative;
	top: 0px;
	}
div.muestra a {
	display: block;
	height: 80px;
	width: 160px;
	text-decoration: none;
	margin: 0px;
	}
div.muestra a:hover {
	background: #009999;
	text-decoration: none;
	}
div.muestra ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
	display: block;
	}
div.muestra li {
	width: 160px;
	height: 60px;
	float: left;
	margin: 3px;
	padding: 0px;
	text-align: center;
	border: 1px dotted white;
	}
div.muestra li:hover {
	border: 1px dotted black;
	}
/* COLABORAN */
div.colaboran {
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
div.colaboran  img{
	max-height: 100px;
	max-width: 200px;
	}
div.colaboran ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
div.colaboran li {
	list-style-type: none;
	width: 48%;
	min-height: 100px;
	max-height: 100px;
	float: left;
	margin: 4px;
	padding: 0px;
	text-align: center;
	dysplay: block;
	}
div.colaboran li:hover {
	background: #009999;
	}
/* FORMULARIOS */
form {
	margin:0px;
	padding:0px;
	}
@import"nav-h.css";
	