@charset "UTF-8";
/* CSS Document */
#container{	width:960px;
	padding-top:180px;
	margin:0 auto;
	background:url(../images/logo_snm.png) no-repeat;
	background-position:center 8px;
}
#menu, #banner, #menuAcerca, #columnas, #footer{
	background-color: #071d25;
}
#menu{ width:960px; height:28px;
}
#banner{ width:715px; height:230px;
	margin:10px 10px 0 0; float:left
}
#banner img{ margin:20px 0 0 10px;
}
#menuAcerca{ width:235px; height:230px;
	margin:10px 0 0 0; float:right
}
#columnas{ width:960px;
	margin:10px 0; float:left;
	padding:10px 0;
}
#footer{ width:960px; height:28px;
	margin-top:10px; float:left;
}
.col { width:240px; float:left;
}
.colDos { width:480px; float:left;
}
#info{ width:715px; 
	margin:10px 10px 0 0; float:left;
	background-color:#e6f4fe
}
/*__________TABLAS____________*/
table {
	margin:30px auto 30px;
	text-align:center;
	width:550px;
}
td{
	border:1px solid #06C;
}
th{
	font-weight:bold ;
	text-align:center;
	vertical-align:middle;
	color:white;
	line-height:1.7;
	background:#06C
}
td{
	text-align:left;
	padding:6px 6px 6px 15px;
}
table.noBorder td{ border:none
}
/*__________IMAGENES____________*/
.imgleft {
	float: left;
	margin: 8px 17px 0 0;
}