 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
	height: 600px;
	border-right: 1px solid #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
	border-left: 1px solid #7e7e7e;
} 
 
#leftcol{
 width:173px; 
 float:left; 
 position:absolute;
	height: 600px;
}

#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: absolute; 
 padding-top: 0px;
 width:827px;
 margin-left: 173px;
filter: alpha(opacity=81);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=81);
-moz-opacity: 0.81; opacity:0.81;
	height: 600px;
	overflow: auto;
}

#logo {
	padding-top: 20px;
	padding-left: 15px;
}

#contenido {
	
}

#contenido p {
	font-size: 13px;
	text-align: justify;
}

.titulo1 {
	color: #73A8D8;
	font: 42px Serif;
	letter-spacing: 10px;
	text-align: center;
}

.titulo3 {
	color: #73A8D8;
	font: 42px Serif;
	letter-spacing: 1px;
	text-align: center;
}

.titulo2 {
	color: #73A8D8;
	font: 30px Serif;
	padding-top: 12px;
	margin-bottom: 37px;
	letter-spacing: 0px;
	text-align: center;
} 

#navcontainer { width: 170px;
	padding-top: 0px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: serif;
}

#navcontainer a
{
display: block;
padding: 3px 3px 3px 15px;
width: 155px;
color: #000000;
margin-top: 7px;
font-variant: small-caps;
}

#navcontainer a:link, #navlist a:visited
{
text-decoration: none;
color: #000000;
}

#navcontainer a:hover
{
background-color: #FFFFFF;
}

#current {
background: #ffffff;
}

/*.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}*/

#csschange {
	color: #000000;
	font-variant: small-caps;
	text-align: center;
	padding-top: 3px;
}

#csschange a {
	color: #000000;
	margin-right: 10px;
	text-decoration: none;
}

#csschange a:hover {
	color: #7e7e7e;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

