
/*--------------------------------------------
Global Styles
---------------------------------------------*/
* { margin: 0; padding: 0; }

body {font-family: "Helvetica Neue", Helvetica, sans-serif;font-size: 14px;color: #fff;	background: #1e1e1e url('resources/images/background/texture.jpg') repeat	top left;}

div.container { width: 980px; height:480px; margin: 0 auto; }

div#_info {background: url('resources/images/background/spotlight.jpg') no-repeat top center; padding-top: 50px;}
div#_info div.info {float: right;width: 500px; margin-top: 20px;}
div#_info h1 {width: 480px;	height: 120px;background: url('resources/images/logoInteractiva_intro.png') no-repeat top;text-indent: -999999px;display: block;}	
div#_info .info p {	font-size: 14px;line-height: 22px;text-shadow: 2px 1px 8px #000;margin: 38px 0px 23px 0px;}
div#_info h2 a{text-indent: 0px; float: right; font-size: 18px;	color: #fff; text-decoration: none;	padding: 5px 10px 5px 10px;	background: #5b331f; -moz-border-radius: 8px;-webkit-border-radius: 8px;	font-weight: normal; margin-top: 35px;color: #bbb;}
div#_info h2 a:hover { color: #fff; background: #2d2d2d; }

div#_info div.imagePromo { width:320px; height:355px; margin-left:50px; background: url('resources/images/imagePromo.png') no-repeat top;	float: left;}
				
div#footer {background: url('resources/images/h_seperator.png') repeat-x top;padding-top: 20px;padding-bottom: 80px;}			
div#footer ul { list-style: none; }
div#footer ul li {float: left; width: 250px;margin-right: 33px;}
div#footer ul li.copyright { margin-right: 0; }
div#footer ul li a{height: 37px;display: block;padding-left: 10px;color: #555;font-size: 12px;text-decoration: none;line-height: 20px;}

div#footer ul li.copyright a{ background-position: 0px -111px; }
div#footer ul li.copyright a:hover { color: #555; cursor: default; }

/*--------------------------------------------
Utilities
---------------------------------------------*/
.clear { clear: both; }