/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contenedor {
	position:relative;
	width:820px;
	height:600px;
	background-color:#4799CF;
	z-index:1;
	margin: 0 auto 0 auto;
	top:0px;
}
#cabecera {
	position: relative;
	width:820px;
	height:100px;
	z-index:2;
	top:0px;
	left:0px;
}
#principal {
	position: relative;
	width:820px;
	height:500px;
	border:1px none #000099;
	z-index:3;
	top:0px;
	left:0px;
	margin: 0 auto 0 auto;
	vertical-align: middle;
	overflow: visible;
}
#contenedor #principal #menubar_m1 {
	position: relative;
	top: auto;
	z-index: 4;
	left: 0px;
}

#vista {
	position: relative;
	width:820px;
	height:465px;
	border:1px none #000099;
	z-index:3;
	top:0px;
	margin: 0 auto 0 auto;
	vertical-align: middle;
	left: 0px;
}
#contenedor #principal #vista {
	position: relative;
	top: 0px;
}

.fondo {
	background-color: #99CCCC;
}
a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000099;
}
.textofondo {
	background-color: #3581B3;
	font-family: "Lucida Sans";
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	color: #FFFFFF;
	background-repeat: repeat;
}

a:link {
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #BEE159;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.txtparrafo {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: justify;
}
