﻿body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:hidden; 
	
}
body a
{
	text-decoration:none;
	color:White;
}
body a img
{
	border:0px;
}
body a:link { }
body a:visited { }
body a:hover 
{
	color:blue;
}
body a:active { } 

#MasterContent
{
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	background-color:Black;
}
#Fog
{
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	text-align:center;
	background-image:url('./Images/fog.png');
	background-repeat:repeat;
	overflow:hidden;
}
.Frame
{
	width:650px;
	height:367px;
	background-image:url('./Images/frame.png');
	margin-top:100px;
	 
}
.Frame a
{
	float:right;
}
.Frame h3
{
	float:left;
	color:White;
	margin-left:15px;
	margin-top:10px;
}
.Frame img
{
	margin-top:4px;
}
.FrameTop
{
	text-align:right;
	width:650px;
	height: 55px;
}
.FrameContent
{
	width:650px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	height: 268px;
}
.FrameMenu
{
	width:647px;
	text-align:left;
	text-transform:uppercase;
	height:42px;
	margin:0px;
	font-weight:bold;
	color:#aaaaaa;
}
.FrameMenu a
{
	float:none;
	color:white;
}
#UnderLay
{
	position:absolute;
	top:90%;
	left:0px;
	height:10%;
	width:100%;
	z-index:3;
	background-image:url('./Images/underlay.png');
}
.fecha
{
	
}
.Tags
{
	position:absolute;
	top:-95px;
	background-image:url('./Images/tag.png');
	width:36px;
	height:145px;
}

#Tag1
{
	left:100px;
}
#Tag2
{
	left:140px;
}
#Tag3
{
	left:180px;
}
#Tag4
{
	left:220px;
}