@charset "utf-8";
/* CSS Document */

#centrar{
	text-align: center;
}

#main {
	text-align:center;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "100%"); 
	min-width:980px;
	max-width:1700px;
}
.maxwidht {
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) > 1420)? "1420px" : "100%"); 
	max-width:1680px;
}

#page1 #header {height:427px;}
#page1 #header2 {height:124px;}

#footer { height:60px; color: #3067a0; font-weight: bold;}

.col-1, .col-2, .col-3 {float:left;}
.container {width:100%; overflow:hidden;}

/* ============================= page1 ===========================*/

#page1 .col-1 {width:52%;}
#page1 .col-2 {width:48%;}

/* ============================= page2 ===========================*/

#page2 .col-1 {width:62%;}
#page2 .col-2 {width:38%;}

#page2 .col-1 .col-1 {width:50%;}

/* ============================= page3 ===========================*/

#page3 .col-1 {width:52%;}
#page3 .col-2 {width:48%;}

/* ============================= page4 ===========================*/

#page4 .col-1 {width:62%;}
#page4 .col-2 {width:38%;}

#page4 .col-1 .col-1 {width:50%;}

/* ============================= page5 ===========================*/

#page5 .col-1 {width:34%;}
#page5 .col-2 {width:34%;}
#page5 .col-3 {width:32%;}

/* ============================= page6 ===========================*/

#page6 .col-1 {width:62%;}
#page6 .col-2 {width:38%;}

#page6 .col-1 .col-1 {width:50%;}

#page{
	width: 100%;
	text-align:center;
}

h3 {
	color: #3067a0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 4px solid #e0dfd8;
	padding-bottom: 2px;
}

