/* 2013 Equipo NTG */
/*  CSS Dibam*/
/*  media: Screen */

* { margin: 0;
    padding: 0;
}

html {
	background: url(images/main-bg.jpg) repeat-y scroll center top #F6F6F6;
}

body {
	color: #555;
	font-family: 'Pontano Sans',sans-serif;
	margin: 0;
	padding: 0;
}

img {
    border: none;
}

hr {
    background-color: #CCCCCC;
    border: 0 none;
    color: #CCCCCC;
    height: 1px;
    margin: 10px 0;
}

table {
}

td {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

strong, b {
}

a:link {
color: #FFF;
}

a:visited {
color: #FFF;
}

a:hover {
color: #FFF;
}

a:active {
color: #FFF;
}

a:focus {
    border: none;
}

#container {
    margin: 0 auto;
    position: relative;
    text-align: left;
	max-width:996px;
}

#header {
    color: rgb(167, 169, 172);
    position: relative;
    /*max-width:996px;*/
    height: 218px;
    clear: both;
	margin-bottom:30px;
}
/*#nav {
    padding: 0;
    margin: 0;
    position: relative;
	z-index:550;
	clear:both;
	height: 41px;
	background: url(images/bg_nav.png) no-repeat 0 0 #404040;
}*/


#nav { 
	font-size:0.75em; 
	/*width:100%; */
	margin-left:20px; 
}

#main {
    clear: both;
    /*padding: 10px 0 0 0;*/
    position: relative;
    text-align: left;
	min-height:600px;
	background: url(images/bg_main.png) no-repeat top center;
}

#footer {
	clear: both;
	margin: 20px 1px 0 0;
	padding: 0;
	position: relative;
	text-align: left;
	background-color: #f0f0f0;
	color: #FFF;
	height:435px;
	width:994px;
}

.col, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
	min-height:1px;
	margin-top:0!important;
}

.col, .col1 {
    width: 63px
}

.col2 {
    width: 146px
}

.col3 {
    width: 229px;
	margin-right:0px;

}

.col4 {
    width: 312px
}

.col5 {
    width: 395px
}

.col6 {
     width: 450px
}

.col7 {
     width: 561px
}

.col8 {
     width: 644px
}

.col9 {
     width: 727px;

}

.col10 {
     width: 760px
}

.col11 {
     width: 893px
}

.col12 {
     width: 976px;
	 float: none;
	 display:block
}

.colmargen0 {
     margin:0 !important
}

.floatright {
    float:right
}

.floatleft {
    float:left
}

span.clearfix, .clear {
    display: table;
    max-height: 0;
    overflow: hidden;
}

.invisible, .transparente {
	display: none
}

#tabs .clear { clear:both!important;}