/* CSS Document */
body
{
	background-color: #FF9900;
}
h1.titulo_en
{
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;	
	font-weight: 600;
	text-align: right;
}
h1.titulo_es
{
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 20px;
	font-weight: 400;
	text-align: right;

}
h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}
h3
{
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 30px;
	text-align: right;
}
.color1
{
	color: #FFFFFF;
	font-style: normal;
}
.color2
{
	color: #996600;
	font-style: normal;
}
.color3
{
	color: #660000;
	font-style: normal;
}
.autor
{
	color: #006600;
	font-style: normal;
	font-variant: small-caps;
}
.versales
{
	font-size: 28px;
	font-style: normal;	
}
#principal
{
	position: absolute;
	height: 500px;
	width: 700px;
	left: 0px;
	top: 0px;
}
#idioma
{
	position: absolute;
	width: 700px;
	left: 0px;
	top: 623px;
	background-color: #FFFFFF;
	z-index: 2;
}
#obras
{
	position: absolute;
	width: 295px;
	left: 410px;
	top: 10px;
	background-color: #FFFFFF;
	z-index: 3;
	font-size: 24px;
	text-decoration: blink;
	text-align: center;
	height: 90px;
	background-image: url(../imagenes/transparencia1.gif);
}

