* {
	border:none;
	list-style:none;
	margin:0;
	padding:0;
}

html {
	height:100%;
	background: transparent url('../images/bg_main.png');
}

body, .breadcrumbs li a, .navMain li a, .txtDividido, .footerCols li a {
	color:#596063;
}
body {
	height:auto !important;
	min-height: 100%;
	background: transparent url('../images/bg_top.png') repeat-x top;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
}
body, h1, h2, h3, h4, h5, h6 {
	font-size:18px;
	font-weight:normal;
	font-style:normal;
}

a {
	color:#1585b5;
 	text-decoration:none;
}
a:hover {
	text-decoration:none;
}


#gridMain {
	width:100%;
	text-align:center;
	padding-top:50px;
}




