

/* Main container */
.maincontainer {
	width: 780px;
	background-color: #fff;
	color: #343434;
	margin: 20px auto 0 auto;
	text-align:center;
}

.mainhead {
	width: 780px;
	height:60px;
	border: none;
	margin:0;
	text-align:left;
	background: url(../../images/design/logos/mathlan.jpg) no-repeat top left; 
}

.mainmenu {
	width: 780px;
	height:32px;
	background: url(../../images/design/menu/menubg.gif) repeat-x top left; 
	border: none;
	margin:0;
	text-align:left;
}

.maincell {
	width: 776px;
	border: none;
	margin:0 auto 0 auto;
	padding-top: 25px;
	padding-bottom: 15px;
	text-align:left;
}

.mainfoot {
	width: 780px;
	height:26px;
	background: url(../../images/design/footbg.gif) repeat-x top left; 
	border: none;
	margin:0;
	text-align:center;
	padding-top: 15px;
	clear:both;
}

/* Main containers. Menu and contents*/

/* Right menu */
.leftmenucontainer {
	width: 160px;
	float: left;
}

/* contents room */
.rightmenucontainer {
	width: 580px; /* Not 620 */
	float: left;
	background: url(../../images/design/b1x1.gif) repeat-y top left; 
	padding-left:20px;
}

.newRightmenucontainer {
	width: 740px; /* Not 620 */
	float: left;
	padding-left:20px;
}

/* Right container */
.leftmenucontainer2 {
	width: 0px;
	float: left;
}

/* contents container */
.rightmenucontainer2 {
	width: 740px; 
	float: left;
	padding-left:20px;
}


/* Footer */
.footcell {
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #cccccc;
}

/* Main picture container*/
.mainpicture {
	width: 400px;
	margin: 0 0px 0px 15px;
}

.mainlogo {
	width: 400px;
	margin: 80px 5px 10px 15px;
}

.footer {
	color:#dedede;
	margin-top:10px;
	margin-bottom:10px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align:center;
}

.hline {
	width: 100%;
	height:1px;
	background: url(../../images/design/b1x1.gif) repeat-x top left; 
	float:left;
	margin: 10px 0 10px 0;
}

/* Main Page */
.mainPageleftBox {
	width: 340px;
	float: left;	
	margin-bottom: 20px;
	vertical-align: top;	
}
.mainPageleftBox2 {
	width: 500px;
	float: left;	
	margin-bottom: 20px;
	vertical-align: top;	
}
.mainPageRightBox {
	width: 200px;
	float: right;
	margin-bottom: 20px;	
	padding-left:20px;
	vertical-align: top;	
	background: url(../../images/design/b1x1.gif) repeat-y top left; 	
}

.topMenuContainer{
	margin-top: 5px;
	background: url(../../images/design/footbg.gif) repeat-x 0% 0%;
	width:100%;
	color:white;
}

.clean {
	clear: both;
}

/* Sections Container */
.sectionsContainer {
	width: 100%;
	color: #5f829d;
	font-size: 8pt;
}

.sectionsContainer ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.sectionsContainer li {
	padding: 5px 0px 5px 0px;
	list-style-position: inherit;
	list-style-type: none;
}

.sectionsContainer li a	 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0px;
	color: #5f829d;
	text-transform: uppercase;
	
}

.sectionsContainer li p {
	color: #646464;
	font-size: 9pt;
	line-height: normal;
	padding-top: 5px;
	margin: 0;
	text-align: left;
	letter-spacing: 0px;
}

/* News Container */
.newsContainer {
	width: 100%;
	color: #5f829d;
	font-size: 8pt;
	text-transform: uppercase;
}

.newsContainer ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.newsContainer li {
	border-top: dotted 1px gray;
	padding: 10px 0px 10px 0px;
	list-style-position: inside;
}

.newsContainer a {
	text-decoration: none;
	letter-spacing: -1px;
	color: #646464;
}

.newsContainer .newsDate {
	color: #e09d8f;	
	padding-top: 3px;
}

.newsContainer .newsTitle {
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 5px;
}

.newsContainer .viewall {
	font-weight: bold;
	font-size: 8pt;
	vertical-align: bottom;
	text-transform: none;	
	color: #5f829d;	
	
	list-style-type: none;
}

.newsContainer .viewall a{
	color: #5f829d;
}

.newsContainer .subscribe {
	border: none;
	list-style-type: none;
	background: url(../../images/design/icons/rss.gif) no-repeat 100% -1px;
	color: rgb(125, 123, 123);
	font-weight: bold;
	font-size: 8pt;
	padding: 0px 18px 5px 0px;
	color: #5f829d;
	text-align: right;	
	text-transform: none;
}


/* Contaniner for productos */
.SquareBox {
	margin: 5px;  
	padding: 0px;
	width: 236px;
	border:solid 1px silver;
	background-color:#EEF0F7;
	color:#646464;
	float: left;
}

.SquareBoxTitle {
	margin: 10px 10px 10px 20px;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;		
}

.SquareBoxFoot {
	margin: 10px 20px 10px 20px;
	font-weight: normal;
	font-size: 9pt;
	text-align: right;		
}

.SquareBoxImage {
	margin: 0px 10px 5px 10px;
	float: left;
}


