
body {
background: url(/Plantillas/img/head2.jpg) repeat-x;
margin:0;
padding:0;
}
html {
	background: #F2F3F5 url(/Plantillas/img/Fondo.jpg) repeat-x;
}
#maincontainer{
width: 980px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}
#secfon {
	background: url(/Plantillas/img/FonBase.png) repeat-x bottom;
}
#topsection{
height: 120px; /*Height of top section*/
}
#menu {
	height: 30px;
	background: url(../menus/NewGym/menu_m1_b.png) repeat-x ;
}
#comodin {
	height: 70px;
}
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-color:#e5e7ec;
/*border-right: 1px solid #828282;*/
border-bottom: 1px solid #828282;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -980px; /*Set margin to that of -(MainContainerWidth)*/
/*border-left: 1px solid #828282;*/
/*border-right: 1px solid #828282;*/
background-color: #e5e7ec;
border-bottom: 1px solid #9496a0;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #e5e7ec;
border-bottom: 1px solid #9496a0;
}

#infobase {
	height: 220px;
	background: url(img/fondo.png) no-repeat center top;
	clear: both;
}

#footer{
clear: left;
width: 100%;
background: url(/Plantillas/img/FonPie.jpg) repeat-x;
height: 90px;
}

.innertube{
padding: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#logo {
	background: url(/Plantillas/img/logo.png) no-repeat;
	height: 40px;
	width: 320px;
	position: relative;
	top: 50px;
	left: 20px;
}


