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%;
background-color: #e5e7ec;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
border-top: 1px solid #45474e;
border-left: 1px solid #9496a0;
border-bottom: 1px solid #9496a0;
}

#rightcolumn{
float: left;
width: 199px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
border-right: 1px solid #9496a0;
border-top: 1px solid #45474e;
border-bottom: 1px solid #9496a0;
}

#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: 60px;
	width: 320px;
	position: relative;
	top: 50px;
	left: 20px;
}
#infobase {
	height: 220px;
	background: url(/layouts/img/fondo.png) no-repeat center top;
	clear: both;
}
