@media screen {
/* reset - v1.0 | 20080212  - By Eric Meyer*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
/*	content: none;*/
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Seteo de la pagina*/
	body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #663300;
	background-color:#FCF9E8;
	overflow:auto;
	max-width: 1000px;
	margin: 0 auto 0;
	position:relative;
	}
	div#LayerMario {
		float:right;
		margin-right:10px;
		}
	#macarrau01 {border: ridge 2px #D2B48C}
	#edisonCarrau {border: ridge 2px #D2B48C}
	.titulo {
	text-align: right;
	border-bottom: solid 1px #663300;
	margin-right:10px;
	padding-bottom:2px;
	font-size: 24px;
	color: #663300;}
	#bajapie {height:750px;}
	.subir {
	height:40px;
	font-family:verdana, Arial, serif;
	font-size: 10px;
	text-align: right;
	z-index:2;
	border: ridge 2px #D2B48C;
}
	#tugos {float:left; margin-left:5px; margin-top:5px;}
	#valid {float:right; margin-right:5px; margin-top:2px;}

		A:link { color:#663300; text-decoration:underline;}
		A:visited { color:#663300; text-decoration:underline; }
		A:hover { color:#663300; text-decoration:none; }
}
@media print {
	body {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: black;
	background-color:white;
	}
	.titulo { text-align: right; border-bottom: solid 1px black; padding-right:10px; font-size: 24px; color: black;}
}
