/* CSS Document */

body {
	font-family: Myriad pro, Arial, Helvetica, sans-serif;
	font-size: 75.1%;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height:1.8em;
}

a {
color:#a70808;
}

a img {
border:none;
}

.topbar, .top, .main, .header {
width:100%;
float:left;
}

.topbar {
height:20px;
background-image:url(../images/topbck.jpg);
background-repeat:repeat-x;
border-bottom:1px solid #301907;
}

.top {
background-color:#2e1501;
background-image:url(../images/headershadow.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

.top strong {
color:#fff;}

.logo {
float:left;
width:auto;
margin:30px 0 26px 0;
}

.logo2 {
float:right;
width:auto;
margin:3px 0 0 0;
}

.button {
float:right;
width:auto;
margin:36px 0 0 0;
}

.int {
margin:0px auto;
width:880px;
}

.main {
background-image:url(../images/mainshadow.jpg);
background-repeat:repeat-x;
padding-top:36px;
}

.topmenu {
float:left;
width:100%;
border-top:1px solid #472813;
margin:12px 0 0 0;
}

.topmenu ul {
padding:0;
margin:0;
}

.topmenu ul li {
list-style:none;
margin:4px 0 6px 0;
float:left;
}

.topmenu ul li a:link, .topmenu ul li a:visited {
padding:16px 22px 12px 22px;
text-decoration:none;
color:#fff;
border-left:1px solid #301907;
border-right:1px solid #1d0b01;
margin:0;
font-size:0.88em;
font-weight:lighter;
height:36px;
line-height:36px;
}

.topmenu ul li a:hover {
background-color:#a70808;
border-right:1px solid #a70808;
}

.topmenu2 {
float:left;
width:auto;
border-top:1px solid #301907;
margin:0px 0 0 0;
}

.topmenu2 ul {
padding:0;
margin:0;
}

.topmenu2 ul li {
list-style:none;
margin:10px 0 6px 0;
float:left;
}

.topmenu2 ul li a:link, .topmenu2 ul li a:visited {
padding:16px 22px 12px 22px;
text-decoration:none;
color:#fff;
border-left:1px solid #301907;
border-right:1px solid #1d0b01;
margin:0;
font-size:0.88em;
font-weight:lighter;
height:36px;
line-height:36px;
}

.topmenu2 ul li a:hover {
background-color:#a70808;
border-right:1px solid #a70808;
}

.topmenu ul li.active a {

}

.headerleft {
float:left;
width:50%;
margin:24px 0;
color:#fff;
}

.headerright {
float:right;
width:auto;
color:#fff;
}

.left, .center, .right {
float:left;
width:30%;
}

.leftfull {
float:left;
width:62%;
border-right:1px solid #e4e4e4;
padding-right:3%;
}

.rightfull {
float:right;
width:32%;
}

.center {
padding:0 5%;
}

.footer {
padding:24px 0 24px 0;
border-top:1px solid #e4e4e4;
color:#999;
font-size:0.88em;
float:left;
width:100%;
margin:12px 0 0 0;
}

.subcontent {
float:left;
width:100%;
border-top:0px solid #e4e4e4;
border-bottom:0px solid #e4e4e4;
margin-top:36px;
color:#777;
background-image:url(../images/subshadow.jpg);
background-position:top;
background-repeat:repeat-x;
}

.moduletable-cont {
width:70%;
background-image:url(../images/subshadow.jpg);
background-position:top;
background-repeat:repeat-x;
margin-bottom: 40px;
}

.box1, .box2, .box3, .box4 {
float:left;
width:20%;
padding:3.2% 2.4%;
font-size:.88em;
}

.box2, .box3, .box4 {
border-left:1px solid #e4e4e4;
}

.box1, .box2, .box3 {
border-right:1px solid #fff;
}

img.icon {
padding:6px 4px 16px 4px;
margin:2px 12px 2px 2px;
}

.footerleft {
float:left;
width:48%;
}

.footerright {
float:right;
width:48%;
text-align:right;
padding-right:2%;
}

ul.menu {
padding:0;
margin:0 0 12px 0;
}

ul.menu li {
list-style:none;
}

ul.menu li a {
text-decoration:none;
padding:10px;
display:block;
border-bottom:1px solid #e4e4e4;

}

/*Tipografia*/

h1 {
font-size:2.8em;
padding:22px 0;
margin:0;
letter-spacing:2px;
}

h2, .contentheading {
padding:8px 0;
margin: 0 0 14px 0;
border-bottom:1px solid #e4e4e4;
color:#1d0b01;
font-size:2.3em;
}

h3, .componentheading {
padding:6px 0;
margin:0;
color:#1d0b01;
font-size:1.8em;
}

.headerleft h3, .headerright h3 {
color:#fff;
}

h4, .subcontent h3 {
padding:3px 0;
margin:0;
font-size:1.2em;
font-weight:bold;
color:#222;
}

strong {
color:#111;
}
abbr {cursor:help;}
