﻿/* SHARED CSS*/

.Red { color: #c00 !important; }
.Green { color: #090 !important; }
.Blue { color: #06C !important; }
.Orange { color: #C93 !important; }
.Bold { font-weight: 600 !important; }
.Barrato { text-decoration: line-through !important; }
.Size14 { font-size: 14px !important; }
.Size16 { font-size: 16px !important; }
.Size18 { font-size: 18px !important; }
.Size20 { font-size: 20px !important; }
.AlignCenter {text-align: center !important; }
.LineH {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #ccc; 
}
body {
	overflow-x:hidden;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height: 20px;
	color: #797979;
	background-color: #fff;
	background-image: url(/images/bg/bg-pages.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin-bottom: 0;
	padding-bottom: 0;
}

textarea {
	resize: none;
}
img {
	outline:0;
	vertical-align:top;
	border:0;
}
a {
	color: #72a0d4;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration:none;
	color: #ff6161;
}
ul li {
	padding:0;
	margin:0;
}

p {margin:0 0 20px;}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: #505050;
	font-size: 18px;
	line-height: 22px;	
}
h1 {
	text-align: center;
	display: inline-block;
	font-weight: normal;
	line-height: 60px;
	font-size: 34px;
	color: #72a0d4 !important;
	text-shadow: 1px 1px #CCC;
}
::selection {
	background: #ff7e69;
	color:#333;
}
::-moz-selection {
	background: #ff7e69; /* Firefox */
	color:#333;
}