/* VALORES INICIALES */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 0.962em;
	vertical-align:baseline;
	text-decoration:none;
}

a:link, a:visited, a:hover, a:active{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size:0.9em;
}

:focus {
	outline: 0;
}

p:first-child{
	margin-top:0px;
}

p:last-child{
	margin-bottom:0px;
}

caption {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

input{ 
	border-style:solid; 
	font-size:1em; 
	color:#003366; 
	border-color:#686868; 
	border-width:1px;
	padding:1px;
	margin:0px;
	outline: none;
	height:15px;
}

select{ 
	border-style:solid;
	font-size:1em;
	color:#003366;
	border-color:#686868;
	border-width:1px;
	padding:1px;
	margin:0px;
	outline: none;
}

textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-style:solid; 
	font-size:0.9em; 
	color:#003366; 
	border-color:#99cc00; 
	border-width:2px;
	padding:2px;
	margin:0px;
	outline: none;
	overflow:auto;
}

body {
	color:#000000;
	font-family:Arial, Verdana;
	font-size:0.9em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	background-color:#ffffff;
}

html {
	background-color:#ffffff;
}
