@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, table, legend, caption, tbody, tfoot, thead, tr, th, td {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
text-align:left;
list-style-image:none;
list-style:none;
border:none;}



h1{
	display:none;}

#header{
	background-image: url(../images/logo_evalmaster.gif);
	background-repeat: no-repeat;
	height:6em;
	background-position: 1em 1em;
}


/* menu  */
#menu {
	overflow:hidden;
	padding:1em 1em 0 0;
	position:absolute;
	top:6em;
	left:0;
	width:15%;
}


#menu ul{
	padding:0 0em 2em 0;}

#menu ul ul{
	padding:0 0em 0em 0;}

/* menu  */

#contenido{
	overflow:visible;
	padding:0 0 3em;
	margin-left:17%;
	top:6em;
	width:82%;
	min-height:500px;
	
	}
* html div#contenido { 
   height: expression( this.scrollHeight < 500 ? "500px" : "auto" ); /* sets min-height for IE */
   min-height: 500px; /* sets min-height value for all standards-compliant browsers */
}
	
#botones_principales_superiores, #botones_principales_inferiores{
	text-align:right;}
	
#botones_principales_superiores input{
		margin: 0 1em 1em;}
	

#botones_principales_inferiores input{
		margin:1em;}
	

#footer img{
	vertical-align:text-bottom;
	}


table{
width:100%;}
