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

.tituloEn {
	background:url(../images/titulo-en.png);
	background-position:bottom;
	width:602px;
	height:129px;
	display:block;
}
.tituloEn:Hover {
	background:url(../images/titulo-en.png);
	background-position:top;
	width:602px;
	height:129px;
	display:block;
}
.tituloPT {
	background:url(../images/titulo-pt.png);
	background-position:bottom;
	width:602px;
	height:129px;
	display:block;
}
.tituloPT:Hover {
	background:url(../images/titulo-pt.png);
	background-position:top;
	width:602px;
	height:129px;
	display:block;
}
/* ********************** CONTENIDO*/
#contenido {
	width:480px;
	left:280px;
	top:165px;
	position:absolute;
	float:left;
}
#tituloContenido {
	float:left;
	height:29px;
	width:480px;
}
#pagina {
	width:480px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
	font-size:11px;
	color:#000;
	float:left;
	margin-left:5px;
}
a {
	color:#666;
	text-decoration:none;
}
a:Hover {
	color:#333;
	text-decoration:underline;
}
/* ********************** FIN  CONTENIDO*/


