/* These are standard sIFR styles... do not modify */
.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate { position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden; }
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */ .sIFR-flash + div[adblocktab=true] { display: none !important; }

#main h2 .sIFR-replaced object, #main h2 .sIFR-replaced embed { display: inline !important; float: left; }
.sIFR-replaced object { margin-top: -5px; }

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #content #main h2,
.sIFR-hasFlash #content #sub h2 {
/*padding-top: 35px;*/
}
	.sIFR-hasFlash #main h2 .titulo {
	visibility: hidden;
	font-size: 23px;
	letter-spacing: -2px;
	}
	.sIFR-hasFlash #main h2 .breadcrumbs {
	padding-left: 5px;
	}

	.sIFR-hasFlash #sub h2 .titulo {
	visibility: hidden;
	font-size: 23px;
	letter-spacing: -2px;
	}
	
/* resetear a texto comun en paginas en donde el titulo llega a tener mas de una linea */
body#investigacion_proyectos_detalle #content #main h2 span.sIFR-alternate {
display: inline; position: static; width: auto; height: auto;
}
body#investigacion_proyectos_detalle #content #main h2 .sIFR-replaced embed,
body#investigacion_proyectos_detalle #content #main h2 .sIFR-replaced object {
display: none !important;
}
	body#investigacion_proyectos_detalle #content #main h2 .titulo {
	font-size: 1em;
	letter-spacing: 1px;
	}
	
	/* REGISTRACION DE USUARIOS WEB */
	.sIFR-hasFlash #main table.tbl_registroWEB{
		border:0px solid #000000;
	}

	.sIFR-hasFlash #main table.tbl_registroWEB td{
		border:0px solid #000000;
		font-family: Arial, Helvetica, Garuda, sans-serif;
		font-size:11px;
	}

	.sIFR-hasFlash #main table.tbl_registroWEB input{
		border:1px solid #000000;
	}

	.sIFR-hasFlash #main table.tbl_registroWEB select{
		border:1px solid #000000;
	}
	/* REGISTRACION DE USUARIOS WEB */	