/*
 * Eminent Signs styles									MD 10/08
 *
 * (c) Max Díaz 2008, all rights reserved (m@maxdiaz.com).
 */

/*
 * Colors:
 *	LOGO:
 *		#dedcdc gris claro
 * 		#9c9899 gris medio
 * 		#4d494a grid oscuro
 * 		#b5abc7 morado claro
 * 		#5d4680 morado medio
 * 		#42236c morado oscuro
 *
 *		footgray:	#777777
 * (ojo see also swfup up.css)
 *
 * OLD
 *		logocream:	#cbb876
 *		logoblue:	#49176D
 *		graytext:	#6f6c6c
 */

body {
	background: #000000 url(../image/BG.jpg) no-repeat top center fixed;
	margin-top: 140px;
    margin-bottom: 100px;	
	padding: 0;
}

#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-size: 10pt;
	background-color: #ffffff;

	position: absolute;
/*	padding: 0;
	top: 0;*/
	left: 50%;
	width: 770px;
	max-width: 770px;
	margin-left: -385px;
}

.maintext {
	font-size: 10pt;
	color: #4d494a;
	padding: 0px 15px 10px 15px;
}

#maintab {
	width: 770px;
	border: 0;
	padding: 0;
	/* align: center; */
}

a.main {
	color: #42236C;
	font-weight: bold;
	text-decoration: none;
}
a.main:hover {
	text-decoration: underline;
}

.actr {
   text-align: center;
   vertical-align: middle;
}
.argt {
   text-align: right;
}
.alft {
   text-align: left;
}

#navbar {
	font-size: 10pt;
	font-weight: bold;
	background: #ffffff;
	color: #42236c;
	vertical-align: top;
	height: 125px;
	padding: 4px 0px 4px 2px;
}
span.navitem {
	background: #ffffff url(../image/but.gif) no-repeat top center;
	text-align: center;
	float: left;
	width: 125px;
	height: 75px;
	padding-top: 53px;
	margin-right: 3px;
}
a.navitem {
	text-decoration: none;
	background: #ffffff url(../image/but.gif) no-repeat top center;
	color: #ffffff;
	text-align: center;
	float: left;
	width: 125px;
	height: 75px;
	padding-top: 53px;
	margin-right:3px;
}
a.navitem:hover {
  color: #42236c;
  text-decoration: none;
}

#sidbar {
    white-space: nowrap;
    font-size: 8pt;
    width: 161px;
	height: 625px;
	margin: 15px 0px 10px 5px;
	border: 1px solid #dedcdc;
    border-top: none;
}
#sidbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
}
#sidbar li {
    margin: 0 auto 1px auto;
    text-align: center;
    color: #4d494a;
	font-weight: bold;
    background-color: #ffffff;
	background-image: url(../image/sidtit.gif);
    line-height: 27px;
}
#sidbar ul ul li {
	font-weight: normal;
    background-color: #ffffff;
    background-image: none;
    text-align: left;
    line-height: 22px;
}
#sidbar a {
    padding-left: 1.5em;
    color: #42236c;
    text-decoration: none;
    display: block;
}
#sidbar a:hover {
    color: #42236c;
	font-weight: bold;
    text-decoration: none;
}
#sidbar .selitm {
    background: url(../image/sidsel.gif) no-repeat left center;
}

a.category:link {
	font-size: 10pt;
	color: #42236c;
	text-decoration: none;
	/*font-weight: bold;*/
}
a.category:visited {
	color: #42236c;
	text-decoration: none;
	/*font-weight: bold;*/
}
a.category:hover {
	color: #5d4680;
	text-decoration: none;
	font-weight: bold;
}

a.footer:link {
	font-size: 9pt;
	color: #42236c;
	text-decoration: none;
}
a.footer:visited {
	color: #42236c;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
span.footer {
	font-size: 9pt;
	color: #9c9899;
}

.copyright {
	font-size: 8pt;
	color: #777777;
	text-decoration: none;
	padding: 0px 0px 8px 0px;
}
a.copyright:hover {
	text-decoration: none;
	color: #FF0000;
}

h3 {
   font-style: italic;
   font-weight: bold;
   font-size: 12pt;
}
html h3 {
   margin-top: 20px;
}

.infoClass {
   background-color: white;
   border: 2px solid #000000;
   padding: 0;
}

#fform {
   text-align: left;
   border: 1px solid #4d494a;
   padding: 15px 20px 10px 20px;
}

#qform {
   text-align: center;
   border: 2px dashed;
   padding: 10px 10px 25px 10px;
}
input.quer, select.quer, textarea.quer {
   border-style: inset;
   border-color: #4d494a;
   border: 1px 2px 2px 1px;
}

#eform {
   text-align: center;
   border: none;
   padding: 10px 10px 25px 10px;
}
table.est {
   width: 100%;
}
input.est, select.est, textarea.est {
   border-style: inset;
   border-color: #4d494a;
   border: 1px 2px 2px 1px;
}
input.est {
   text-align: right;
}
