﻿/*Estilo del body*/
body 
{
    background-color:#222222;
    font-family:Verdana;
    font-size:small;
}

/*Es el contenedor maestro de la página*/
#wrapper
{
    width:800px;
    height:auto;
    margin:auto;
    background-color:#222222;
}

/*Estilo del encabezado*/
#header
{
    height:150px;
}

/*Estilo del contenedor principal*/
#main 
{
    clear:both;
    width:800px;
    height:100%;
}

/*Estilo del pie de página*/
#footer
{
    clear:both;
    text-align:center;
    background-color:#000000;
    color:White;
    font-size:small;
    height:20px;
    vertical-align:middle;
}

#menu
{
	clear:both;
	width:800px;
}

.tab
{
	float:left;
	padding: 0px 5px 5px 0px;
	margin: 0px 5px 0px 5px;
	width:790px;
}

.border
{
	padding: 5px 5px 5px 5px;
	border:Solid 1px #777777;
	background-color:White;
}

.topmargin
{
	margin-top:5px;
}

.top
{
	margin: 5px 0px 5px 0px;
}

.content 
{
	padding: 20px 20px 20px 20px;
}

.left
{
	float:left;
	margin: 0px 5px 5px 0px;
}

.topleft
{
	float:left;
	margin: 5px 5px 5px 0px;
}

.center
{
	float:left;
	margin: 0px 5px 5px 0px;
}

.topcenter
{
	float:left;
	margin: 5px 5px 5px 0px;
}

.right
{
	float:right;
	margin: 0px 0px 5px 0px;
}

.topright
{
	float:right;
	margin: 5px 0px 5px 0px;
}

.bottom
{
	clear:both;
	margin:0px 0px 5px 0px;
}

.clear
{
	clear:both;
}

.imagedeco
{
	width:200px;
}

.header
{
	font-family:Lucida Sans Unicode;
	font-size:x-large;
	font-weight:bold;
	color:#222222;
}

.subheader
{
	font-family:Lucida Sans Unicode;
	font-size:large;
	font-weight:bold;
	color:#222222;
}

.emphasis
{
	font-family:Lucida Sans Unicode;
	font-size:14pt;
	font-weight:bold;
	color:#222222;
	text-align:center;
}

.strong
{
	font-family:Lucida Sans Unicode;
	font-weight:bold;
	color:#222222;
}