/*reseteo*/
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
	  }
	  
html{
	padding: 0;
	margin: 0;
}

/* Body */
body{
	margin: 0px;
	padding: 0px;
	background: #fff url(img/fondoweb.jpg) no-repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color: #001E45;
	/*
	overflow:hidden; 
	overflow:-moz-scrollbars-vertical;*/
}

a:link {
	text-decoration: none;
	color:#1A75CF;
}
a:visited {
	text-decoration: none;
	color:#1A75CF;
}
a:hover {
	text-decoration: none;
	color: #3cf;
}
a:active {
	text-decoration: none;
	color:#3cf;
}
								

ol,ul{
	list-style:none;
}
			
blockquote,q{
	quotes:none;
}
			
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
		


h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #007abd;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#007abd;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#007abd;
}
			
/*layouts##################################################################*/
#mainbody{
	width:800px;
	background:#fff;
	min-height: 200px;*/
	height: auto !important;
	height:100%;
	margin: 100px auto;
}

#solologo{
	width:350px;
	
}
