.col-1, .col-2, .col-3{ float:left}
/*======= width =======*/
.main{margin:0 auto; text-align:left; width:980px; }

/*======= header =======*/
#header {
	height:120px;
	background:url(images/top.gif) repeat-x top
}

/*======= index.html =======*/
#page1 #content .col-1{
	width:305px;
	margin-right:25px;
	margin-left: 25px;
}
#page1 #content .col-2{
	width:260px;
	padding-right: 30px;
}
#page1 #content .col-3{
	width:280px;
}



/*======= index-2.html =======*/
#page3 #content .col-0{
	width:310px;
	margin-right:20px;
	float: left;
}

#page3 #content .col-1{
	width:630px;
}
/*======= contactos.html =======*/
#page4 #content .col-0{
	width:310px;
	margin-right:20px;
	float: left;
}

#page4 #content .col-1{
	width:620px;
}

/*======= contactos.html =======*/
#page5 #content .col-0{
	width:310px;
	margin-right:20px;
	float: left;
}

#page5 #content .col-1{
	width:300px;
	margin-right:30px;
}
#page5 #content .col-2{
	width:300px;
}


/*======= boletin.html =======*/
#page7 #content .col-1{
	width:100%
}

/*======= medicos.html =======*/
#page8 #content .col-1{
	width:310px;
	margin-right:30px;
}
#page8 #content .col-2{
	width:620px;
}

/*======= footer =======*/
#footer { height:70px; }
