/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:764px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:141px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:176px; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:588px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:160px; 
 float:right; 
 position:relative; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:428px; 
 }
 
#footer{
 height:82px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* 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;}
}
.linkLibro {
	text-decoration: none;
	color:#3C4C61;
}
.linkLibro:hover {
	text-decoration: underline;
	color:#3C4C61;
}body {
	font-family: Verdana;
	font-size: 12px;
/*	color: #646464;*/
	color: #3c4c61;

}
#mainContent {
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
	margin:0px;
	display:table;
	/*text-align: justify;*/
}
#frmSuscrip{
display: inline; 
}
#frmSuscrip input{
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
}
a{
	text-decoration:none;
	color:#3c4c61;
}
a:hover{
	text-decoration:underline;
}

a.linkNegrita{
	color:#F69645;
	/*text-decoration:none;*/
	font-weight:bold;
}
a.linkGeneral{
	color:inherit;
	/*text-decoration:none;*/
}

h1.tituloArticulo{
	font-size:16px;
	font-weight:bold;
	color:#3C4C61;
	margin: 5px 0px 5px 0px;
}
/*
a.linkGeneral:hover{
	text-decoration:
}
*/