body {
	background:url(../../imgs/igfprep2010/fondo.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0px;
	min-width:1015px;
	font-family:Verdana, Geneva, sans-serif;
}
#fondoDer {
	background:url(../../imgs/igfprep2010/fondoDer.png);
	position:fixed;
	top:0;
	right:0;
	z-index:1;
	float:right;
	height:768px;
	width:540px;
}
.titulo {
	background:url(../../imgs/igfprep2010/titulo.png);
	background-position:bottom;
	width:602px;
	height:129px;
	display:block;
}
.titulo:Hover {
	background:url(../../imgs/igfprep2010/titulo.png);
	background-position:top;
	width:602px;
	height:129px;
	display:block;
}

.tituloEn {
	background:url(../../imgs/igfprep2010/titulo-en.png);
	background-position:bottom;
	width:602px;
	height:129px;
	display:block;
}
.tituloEn:Hover {
	background:url(../../imgs/igfprep2010/titulo-en.png);
	background-position:top;
	width:602px;
	height:129px;
	display:block;
}
.tituloPT {
	background:url(../../imgs/igfprep2010/titulo-pt.png);
	background-position:bottom;
	width:602px;
	height:129px;
	display:block;
}
.tituloPT:Hover {
	background:url(../../imgs/igfprep2010/titulo-pt.png);
	background-position:top;
	width:602px;
	height:129px;
	display:block;
}
/* ********************** CONTENIDO*/
#contenido {
	width:560px;
	left:280px;
	top:165px;
	position:absolute;
	float:left;
	z-index: 2;
}
#tituloContenido {
	float:left;
	height:29px;
	width:560px;
}
#pagina {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
	color:#000;
	float:left;
	margin-left:5px;
	line-height:18px;
}
a {
	color:#666;
	text-decoration:none;
}
a:Hover {
	color:#333;
	text-decoration:underline;
}
/* ********************** FIN  CONTENIDO*/
/* ******************* TABLA REGISTRADOS */
#tabla {
	font-size:10px;
	background-color:#FFF;
	border-color:#f3f3f3;
	border-width:1px;
	border-style:solid;
	text-align:left;
	font-weight:normal;
	line-height:22px;
}
#tabla th {
	text-align:center;
	background-color:#EEE;
	color:#C51947;
	text-indent:8px;
}
#tabla td {
	border-bottom-color:#F5F5F5;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
#tabla CAPTION {
	font-size:12px;
}
/* ******************* FIN TABLA REGISTRADOS */

.tituloInfo {
	color:#4089c2; font-weight:bold;
}
