body
{
	padding:0px;
	margin:0px;
	background:#FFFFFF;
}

a.menu
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #76c0ff;
	text-decoration: none;
}

a.menu:hover
{
	text-decoration: underline;
}

a.menu2
{
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}

a.menu2:hover
{
	text-decoration: underline;
}

h1
{
	font-family:Trebuchet MS;
	font-size:30px;
	color:#FFFFFF;
	margin: 0px 2px 2px;
}

.contenido
{
	font-family:Trebuchet MS;
	font-size:10pt;
	color:#c4d1eb;
    text-align: justify;
}

.contacto
{
	font-family:Trebuchet MS;
	font-size:15px;
	color:#000000;
	margin: 0px 2px 2px;
}

#lista
{
	margin:0px;
	padding:0px;
	margin-left: 50px;
	margin-right: 15px;
	font-family: Trebuchet MS;
	font-size: 13px;
}

a.mini
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}

a.mini:hover
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #DADADA;
	font-weight: bolder;
	text-decoration: underline;
}

a.lateral
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #606760;
	font-weight: bolder;
	text-decoration: none;
}

a.lateral:hover
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
	text-decoration: underline;
}

a.lateralgran
{
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: #d00c0c;
	font-weight: bolder;
	text-decoration: underline;
}

a.lateralgran:hover
{
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: #000000;
	font-weight: bolder;
	text-decoration: none;	
}

.lateralsin
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #d00c0c;
	font-weight: bolder;
	text-decoration: underline;
}

.titulo
{
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bolder;
}

table.principal {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	border-collapse: collapse;
	background-color: #dadada;
}
table.principal th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	background-color: #dadada;
	-moz-border-radius: 1px 1px 1px 1px;
}
table.principal td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	background-color: #dadada;
	-moz-border-radius: 1px 1px 1px 1px;
}