body {
	font-family: Verdana,Arial,sans-serif;
}

a.strut:link {
	color: white;
}

a.strut:hover {
	text-decoration: underline;
	color: white;
}

a.strut:visited {
	color: white;
}

div.strut1:hover {
	border: 1px dashed #059BE5;
	background-color: #0944A9;
}

div.strut1 {
	text-align: center;
	padding: 5px;
	margin: 5px;
	border: 1px solid #059BE5;
	background-color: #0A01A9;
}

div.strut2:hover {
	border: 1px dashed #059BE5;
	background-color: #0944A9;
}

div.strut2 {
	text-align: center;
	padding: 5px;
	margin: 5px;
	border: 1px solid #059BE5;
	background-color: #0A01A9;
}

div.strut3:hover {
	border: 1px dashed #059BE5;
	background-color: #0944A9;
}

div.strut3 {
	text-align: center;
	padding: 5px;
	margin: 5px;
	border: 1px solid #059BE5;
	background-color: #0A01A9;
}

div.strut4:hover {
	border: 1px dashed #059BE5;
	background-color: #0944A9;
}

div.strut4 {
	text-align: center;
	padding: 5px;
	margin: 5px;
	border: 1px solid #059BE5;
	background-color: #0A01A9;
}

div#strut5 {
	border: 1px dashed;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
}

div#strut5:hover {
	border: 1px solid;
}

div#strut6 {
	border: 1px dashed;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
}

div#strut6:hover {
	border: 1px solid;
}

div#strut7 {
	border: 1px dashed;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
}

div#strut7:hover {
	border: 1px solid;
}

div#strut8 {
	border: 1px dashed;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
}

div#strut8:hover {
	border: 1px solid;
}

div.menu {
	border: 1px dashed rgb(201, 201, 201);
	margin: 3px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	background-color: rgb(226, 226, 226);
}

div.cont {
	padding: 5px 35px;
	font-size: 14px;
	text-align: left;
}

div.cont_org td {
	padding: 5px 35px;
	font-size: 10px;
}

div.menu:hover {
	border-left: 2px solid grey;
	border-right: 2px solid gray;
	background-color: rgb(210, 210, 210);
}

div.menu2 {
	border: 1px dashed #4278F0;
	margin: 3px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	background-color: #3FA6F0;
}

div.menu2:hover {
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	background-color: #2B68F0;
}

a.menu2:hover {
	color: white;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



h1 {
	border-bottom: 1px solid black;
	margin: 5px 20px 8px;
	padding: 0px 3px 3px;
	font-family: Arial;
	text-align: left;
	font-size: 20px;
}

.intro {
	margin: 10px 20px 20px;
	padding: 3px;
	background-color: rgb(220, 220, 220);
}

.fondo {
	text-align: center;
}

#menu2 {
	display: none;
}

