body {
	background-color: #eeece0;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat:  repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.norepetir {
	background-repeat: no-repeat;
	background-position: top;
}

.txtFINAL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #343993;
	text-align: justify;
}
h2 {
	color: #333333;
	margin: 5px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #93C548;
	font-size: 22px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
h3 {
	color: #333333;
	margin: 5px 10px;
	font-size: 22px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

a {
	color: #00019b;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	color: #006;
	text-decoration: none;
}
a:hover {
	color: #069;
}


#cabecera {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 11px;
	padding-left: 5px;
	margin-right: 25px;
	margin-left: 25px;
}
#cabecera h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}

#salir {
	background-position: right center;
	padding-top: 5px;
}
#salir a {
	text-decoration: none;
}
#salir a:visited {
	text-decoration: none;
}
#salir a:hover {
	text-decoration: none;
}
/* efecto lista en forma menu   a3a3a3 */
#adminmenu {
	background: #ffffff;
	border-bottom: none;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	width: 920px;
}

#adminmenu .current {
	background: #f2f2f2;
	border-top: 1px solid #9a9a9a;
	border-right: 2px solid #4f4f4f;
	color: #000000;
	font-weight:bold;
}
#adminmenu li {
	display:inline;
	line-height: 170%;
	list-style: none;
	text-align: center;
}

#adminmenu a {
	border: none;
	color: #ffffff;
	font-size: 12px;
	padding: .3em .4em .33em;
}
#adminmenu a:hover {
	color: #393939;
	background-color: #9FA3DD;
}
.panel_gestion {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 30px;
	width: 920px;
	line-height: normal;
}
.panel_gestion h2 {
	margin: 6px 0;
}

#login {
	border: 2px solid #a2a2a2;
	width: 500px;
	background-color: #ffffff;
	background-image: url(../imagenes/password.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 200px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#login input {
	padding: 3px;
}
#login ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#login ul li {
	display: inline;
	margin-left: 1.4em;
	text-align: center;
}
.panel_gestionPeque {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
	width: 450px;
	float: left;
}
a.delete:hover {
	background: #c00;
	color: #fff;
}
a.edit, a.delete, a.edit:hover, a.delete:hover {
	border-bottom: none;
	display: block;
	padding: 5px 0;
	text-align: center;
}
a.edit:hover {
	background: #ccc;
	color: #036;
}
.nota {
	color: #0000FF;
}