/* CSS Document */

div#menuprincipal {
	margin: auto;
	margin-bottom: 10px;
	margin-top: 5px;
	width:200px;
	height: auto;
	text-align: left;
	background-color: #D8F1A9;
}

.situacionactual {
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	height: 15px;
	background-color: #78AA1C;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.opciones {
	height: 12px;
	padding-bottom: 2px;
}

.opciones,
.opciones a {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	margin-left: 3px;
	margin-right: 9px;
}

.opciones a:hover {
	font-weight: bold;
	color: #000;
}

.opciones,
.opciones a,
.opciones a:hover {
	text-decoration: none;
}

.situacionactual,
.opciones {
	font-family: Times, Verdana, Arial;
}

/* Segundo modelo de menu principal de la web */

.menu2,
.menu2 a,
.menu2 a:hover {
	width: 200px;
	height: auto;
	margin: auto;
	font: "Times New Roman", Times, Arial;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	color: #000;
}

.menu2,
.menu2 a {
	font-weight: normal;
}

.menu2 a:hover {
	font-weight: bold;
}
