/* WEB DINAMO HOME */

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, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}


/* FIN DE RESET */
	
	body {
    height: 100%;
    width: 100%;
    margin: 0;
	overflow:hidden;
	background-color: #838281;
	
    }
    
    
	a, p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
	
	#flashdinamo {
	background: #fff;
	position: absolute;
	top: 0;
	margin: 0;
	z-index: 0;

	}

	#logo {
	position: absolute;
	top: 50px;
	left: 50px;
	background-image: url('../images/logo.png');
	z-index: 10;
	width: 84px;
	height: 125px;
	}
	
	#menu {
	position: absolute;
	top: 200px;
	left: 50px;
	z-index: 6;}
	
	
	#id {
	position: absolute;
	bottom: 130px;
	right: 50px;
	background-image: url('../images/id.png');
	background-repeat: no-repeat;
	z-index: 12;
	width: 90px;
	height: 83px;
	}
	
	#graphis {
	position: absolute;
	bottom: 20px;
	right: 50px;
	background-image: url('../images/graphis.png');
	background-repeat: no-repeat;
	z-index: 12;
	width: 90px;
	height: 83px;
	}
	
	#copy {
	
	position: absolute;
	bottom: 20px;
	left: 50px;
	z-index: 15;
	

	
	}


/* PRECARGA */

#precarga {
	width: 0px;
	height: 0px;
	background-image: url('../images/botones/a_up.png');
	background-image: url('../images/botones/a_down.png');

	}	
	
/* CLASES */


	.clear {
		clear: both;}
	
	.button_a {
		padding: 6px 0 0 13px;
		width: 52px;
		height: 28px;
		cursor: pointer;
		background-image: url('../images/botones/a_up.png');
		background-repeat: no-repeat;}
		
		.button_a:hover {
			background-image: url('../images/botones/a_down.png');
			padding: 10px 0 0 8px;
			height: 24px;
		}