body {
	font-family: Arial;
	font-size: 90%;
	margin:20px 0px 20px 0px;
	padding:0px;
	text-align:center;
}

#wrap {
	background-color:#fff;
	position: absolute;
	left: 50px;
	top: 15px;
	width:90%;
	margin:0px auto;
	text-align:left;
	padding:15px;
	color: navy;
}

#header {
	background-color:#298A08;
	text-align: left;
	color: white;
	font-weight: bold;
	min-width: 300px;
	width: 96%;
	margin:0px auto;
	padding:15px;
	font-family: Arial;
	font-size: 180%;
	height:70px;
}

#menu {
	z-index: 1;
	position: relative;
	padding-right: 30px;
	top: 20px;
	text-align: right;
	color: white;
	font-weight: bold;
	min-width: 300px;
	width: 100%;
	font-family: Arial;
	font-size: 60%;
}

#linea {
	clear: both;
	background-color:navy;
	min-width: 300px;
	width: 98%;
	margin:10px auto;
	height:4px;
}

#linea2 {
	clear: both;
	width: 100%;
	height: 2px;
}

#linea3 {
	clear: both;
	width: 100%;
	height: 2px;
	background-color: #298A08;
}

#content {
	margin:0px auto;
	min-width: 300px;
	width: 96%;
	min-height: 500px;
	padding:15px;
	text-align: justify;
	color: navy;
}

#pie {
	background-color:#298A08;
	text-align: center;
	color: white;
	font-weight: bold;
	min-width: 300px;
	width: 96%;
	margin:0px auto;
	padding:15px;
	font-family: Arial;
	font-size: 100%;
	height:10px;
}

a.menu1:link {
	text-decoration: none;
	color: white;
}

a.menu1:visited {
	text-decoration: none;
	color: white;
}

a.menu1:hover {
	text-decoration: none;
	color: navy;
}

a.menu2:link {
	line-height: 30pt;
	text-decoration: none;
	color: navy;
}

a.menu2:visited {
	line-height: 30pt;
	text-decoration: none;
	color: navy;
}

a.menu2:hover {
	line-height: 30pt;
	text-decoration: none;
	color: red;
}

a.menu3:link {
	text-decoration: none;
	color: navy;
	font-size: 95%;
}

a.menu3:visited {
	text-decoration: none;
	color: navy;
	font-size: 95%;
}

a.menu3:hover {
	text-decoration: none;
	color: #298A08;
	font-size: 95%;
}

.titulo {
	color: #298A08;
	font-size: 120%;
	font-weight: bold;
}

.boton {
	background-color: #298A08;
	color: white;
	font-size: 85%;
	font-weight: bold;
	height:30px;
}

.formulario {
	border: 1px solid #298A08;
	color: navy;
	font-size: 95%;
	height:30px;
	padding: 5px;
}

.formulario2 {
	border: 1px solid #298A08;
	color: navy;
	font-size: 95%;
}

a.regresar:link {
	text-decoration: none;
	color: #298A08;
	font-size: 85%;
	font-weight: bold;
}

a.regresar:visited {
	text-decoration: none;
	color: #298A08;
	font-size: 85%;
	font-weight: bold;
}

a.regresar:hover {
	text-decoration: none;
	color: red;
	font-size: 85%;
	font-weight: bold;
}

#ligasDerecha {
	float: right;
	text-align: right;
}

#lineaLigas {
	clear: both;
	background-color: #298A08;
	width: 100%;
	margin:10px auto;
	height:1px;
}

.error {
	font: Arial 85%;
	color: red;
	text-align: center;
	font-weight: bold;
}

#izquierda {
	clear: both;
	border-bottom: 1px solid #298A08;
}

.anterior {
	color: gray;
}

a.iniciar:link {
	text-decoration: none;
	color: white;
}

a.iniciar:visited {
	text-decoration: none;
	color: white;
}

a.iniciar:hover {
	text-decoration: none;
	color: navy;
}