@charset "utf-8";
/* CSS Document */


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, fieldset, form, ul, li, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #CC9933;
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	font-family: "trebuchet MS", "Trebuchet MS";
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.item {
	padding-bottom: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
	background-color: #F8F8F8;
}

li {
	float: left;
	display: block;
	list-style-type: none;
	margin-right: 8px;
} 

li a {
	font-weight: 800;
	color: #FF9900;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.sinborde {border:none;}

.twoColFixLt #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px;
}
.twoColFixLt #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;

} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding-right: 1em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-family: trebuchet MS, Trebuchet MS;
	font-size: 12px;
	color: #333333;
	margin-top: 50px;
	margin-bottom: 50px;
}
h1 {
	font-size: 52px;
	line-height: 72px;
	font-weight: 800;
}
h2 {
	font-size: 36px;
	line-height: 30px;
	font-weight: 800;
	text-transform: uppercase;
}
h3 {
	font-size: 24px;
	line-height: 50px;
	font-weight:800;
	text-transform: uppercase;
}
h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight:800;
	color: #999999;
	text-transform: uppercase;
}
 
