/* Elements */

* {
	color: #333333;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2  {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}


h2 {
	color: #000000;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
}
h3 {
	color: #FFFFFF;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

p, ol, ul, dl, blockquote {
	margin-top: 0px;
	line-height: 19px;
}


a {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #000;
}

/* Wrapper */

#wrapper {
	width: 872px;
	margin: 0 auto;
}

html>body #wrapper {
	height: auto;
}

/* Header */

#header {
	width: 872px;
	height: 195px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
	float: left;
	font-weight: normal;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0px;
}

#header h1 {
	float: left;
	padding: 35px 0 0 20px;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: -1px;
}

#header h2 {
	float: right;
	padding: 68px 20px 0 0;
	font-size: 13px;
}

#header a {
	text-decoration: none;
}
#wrapper  #nav {
	height: 48px;
	width: 872px;
	background-image: url(images/bkg_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Menu */

#menu {
	width: 590px;
	height: 30px;
	top: 43px;
	right: 0px;
	float: left;
	clear: both;
	padding: 0px;
	margin-top: 9px;
	margin-bottom: 9px;
}

#nav #txt {
	float: left;
	height: 32px;
	clear: none;
	margin-left: 0px;
	margin-top: 9px;
	line-height: 26px;
}

#wrapper  #nav  #menubtn {
	float: right;
	height: 32px;
	clear: none;
	margin-left: 0px;
	margin-top: 9px;
}



#menu ul {
	list-style: none;
	line-height: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
	padding: 5px;
}

#menu .active a, #menu a:hover {
	background-image: url(images/btn_over.png);
}


/* Content */

#content {
	width: 872px;
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	clear: both;
}


#content h2 {
	margin-bottom: 1em;
}

#content h3 {
	margin-bottom: 0;
}

#colLeft {
	float: left;
	width: 545px;
	padding: 20px 20px 0 20px;
	
}
#colLeft #img  {
	float: left;
	margin-top: 20px;
}

#sidebar {
	float: right;
	width: 240px;
	padding: 20px 20px 0 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
#sidebar  ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}
.sidebarContact   {
	height: 155px;
	width: 225px;
	background-image: url(images/bkg_contacto.png);
	padding: 10px;
}
#sidebar  img {
	margin-left: 0;
	padding-left: 0;
	padding-right: 10px;
}
#sidebar  h3 a:hover {
	color:#FF0000;
	text-decoration: underline;
}
/* Footer */

#footer {
	width: 872px;
	background-color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 10px;
}
#footer_wrapper  {
	z-index: 5;
	position: relative;
	width: 100%;
	height: 80px;
	float: left;
	display: inline;
	clear: both;
	text-align: center;
	background-color: #CCCCCC;
	padding-top: 20px;
	margin-top: 20px;
}
