/*
* Joomla template by:OpenWeb Software Ltda.
* Plantilla joomla centrado con 3 columnas
* Website:http://www.openwebsoft.com
*/
/* BEGIN basic Layout */
html,body{
margin:0;
padding:0;
text-align:center;
}
#pagewidth{
width:845px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#header{
width:100%;
position:relative;
height:200px;
}
#leftcol{
width:173px;
float:left;
position:relative;
}
#maincol{
float:right;
width:672px;
display:inline;
position:relative;
}
#footer{
clear:both;
height:100px;
}
/* END basic Layout */
/* BEGIN custom Layout */
#pathWay{
width:95%;
margin:5px auto;
}
#mainBody{
width:95%;
margin:0px auto;
}
#topbar{
width:100%;
position:relative;
height:40px;
}
#cenefa{
	width:100%;
position:relative;
height:92px;
}
#topModules{
margin-left: 10px;
}
#leftModules{
}
#footerModules{
}
#copyright{
}
#creditsOWS{
display:none;
visibility:hidden;
}
#creditsJOS{
display:none;
visibility:hidden;
}
#header h1{
display:none;
visibility:hidden;
}
/* END custom Layout */
/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after{
clear:both;
display:block;
content:".";
height:0px;
visibility:hidden;
}
.clearfix{
display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
height:1%;
}
.clearfix{
display:block;
}
/* End hide from IE-mac */
