@charset "UTF-8";
.fondo { 
	position:absolute;
	width:50%;
	height:100%;
	z-index:0;
	background-color:#7a3b7a;

}
.titulo 
{ 
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-250px;
	width:300px;
	margin-left:-310px;
	z-index:3;
	text-align:right

}
.contenedor {
	position:absolute;
	left:50%;
	width:50%;
	height:100%;
	overflow:auto;
	z-index:0;
}

.cuerpo
{ 
	position:absolute;
	top:50%;
	margin-top:-188px;
	width:450px;
	margin-left:10px;
	z-index:2;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color:#666;
	
}

.cuerpo p{margin-bottom:10px;
margin-top:0px;
}

.textocuerpo
{ 
	margin-top: 5px;
	margin-bottom: 5px;
}

.negrita
{ color:#481761;}

h2 {text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color:#481761;
	margin-top:5px;
	margin-bottom:0px;
	font-weight:normal;}

h3 {text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color:#333;
	margin-top:5px;
	margin-bottom:0px;
	font-weight:bold;}
	
.enlacecuerpo
{ background-color:#E6E6E6}


h1{
	font-family: Geneva, Verdana;
	font-size: 16pt;
	color:#666;
	font-weight:bold;
	text-align:right;

}
.textotitulo
{
	font-family: Verdana;
	font-size: 16pt;
	color:#666;
	font-weight:bold;
	background-color:#FFF;

}

.textotitulo2
{
	font-size: 14pt;
	font-weight:bold;

}

a
{
	font-family: Verdana;
	color:#999;
	background-color:#FFF;
		text-decoration: none;

}

a:link
{
	font-family: Verdana;
	color:#999;
	background-color:#FFF;
	text-decoration: none;
}
	
a:hover
{
	font-family: Verdana;
	color:#FFF;
	background-color:#666;
		text-decoration: none;

}
	

.enlace {
		font-size:10pt;
}
.enlacemarcado
{
	color:#FFF; 
	background-color:#666;
}

body {
	margin:0;
}

