/*****************************/
/*** Core html setup ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
  overflow:hidden;
}

#contenedorPagina {
	  width: 100%;
	  height: auto;
 	  margin-left: 10px;
	  margin-top: 10px;
	  position: absolute;
	  top: 0px;
 	  left: 0px;
}

form {
  margin: 0;
  padding: 0;
}

body {
font-family: sans-serif;
}

@media print {
a:link, a:visited {
text-decoration: none;
color: black;
}
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

div, p, table, td, th {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/*****************************************/
/*** Template/Plantilla layout elements ***/
/*****************************************/

#entrada_fice, #submenu, #submenu_categoria, #galeria, #navegacion, #nav_fotos, #nav_calendario, #paginacion, #volver, #menu, #contenido_menu, #separador_menu, #logo, #scroll_barra, #scroll_ascensor, #botonera, #busqueda_mini, #busqueda_az, #win_intro {
	visibility: hidden;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
#contacto_fice {
	width:790px;
	height: 15px;
	position: absolute;
	top: 337px;
	text-align: center;
}
#contacto_fice a {
	color: #D594BD;
	text-decoration: none;
	font-weight: bold;
}
#contenido {
	width: 730px;
	height: 250px;
	position: absolute;
	top: 50px;
	left: 30px;
	border: thin solid #666666;
}

#info_pos {
	width: 56px;
	height: 15px;
	vertical-align: bottom;
	text-align:center;
}



#win_texto {
	height: auto;
	width: auto;
	position: absolute;
	overflow: visible;
	top: 40px;
	left:40px;
	line-height: 14px;
}			


#win_texto_enlaces {
	height: auto;
	width: auto;
	position: absolute;
	overflow: visible;
	top: 40px;
	left:40px;
	line-height: 14px;
}
/*#win_texto a:link, #win_texto a:visited {
	color: #D594BD;
}*/

#separador {
	height: 20px;
}



.componentheading {
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
