/******************
       Layout 
 ******************/ 

html, body{ 
	margin:0; 
	padding:0; 
	background-color:#efefef;
	font:12px Georgia, "Times New Roman", Times, serif;
	text-align:justify;}
h1{
	color:#bf202d;
	font-size:18px;
	margin:3px 0; 
	padding:0; 
}
h2{
	color:#bf202d;
	font-size:14px;
	margin:4px 0; 
	padding:0; 
}
h3{
	color:#bf202d;
	font-size:11px;
	margin-left:10px;}
p{
	text-align:justify;
	padding:5px 10px;
	margin:0;}
th{ text-align:left;}
li.think{	margin-top:5px;}
/*td img {
	margin-right:5px;}*/
	
strong{
	color:#bf202d;}
 
#pagewidth{ 
	width:760px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background-color:#FFFFFF;
	border:2px solid #cccccc;} 
 
#header{
	position:relative; 
	height:155px; 
	width:100%;
	background-image:url(imagenes/barra.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	} 

#leftcol{
	width:22%; 
	float:left; 
	position:relative; 
	background-color:#FFFFFF;}
 
#maincol{
	background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	position: relative; 
	width:76%;
	padding:5px 5px 5px 0;}
 
#footer{
	height:40px; 
	background-color:#FFFFFF; 
	clear:both;
	background-image:url(imagenes/footerbkg.gif);
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	color: #42576A;} 

/* *** 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 */

#maincol img{ float:left; margin:10px 15px 5px 0;}

/******************
       Menu 
 ******************/ 
.menu {
	z-index:1000;
/*	font-size:90%;*/
	margin:5px 0 30px 5px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:150px;}

a.sub{background:#fff url(imagenes/drop.gif) bottom right no-repeat;}/**/

/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}

/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	background:#fff;/**/
	height:26px;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:149px;
	color:#bf202d;/**/
	text-indent:5px;
	border:1px solid #bf202d;/**/
	border-bottom-width:1px;/**/}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:150px; w\idth:149px;}

/* style the link hover */
* html .menu a:hover {color:#fff; background:#e9b1b6;}
* html .menu a.sub:hover {color:#fff; background:#e9b1b6/**/ url(imagenes/drop.gif) bottom right no-repeat;}

.menu :hover > a {
	color:#fff; /**/
	background:#e9b1b6;/**/
	font-weight:bold;}
.menu :hover > a.sub {
	color:#fff; 
	background:#e9b1b6 url(imagenes/drop.gif) bottom right no-repeat;/**/
	font-weight:bold;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:150px;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;}

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/******************
       Diseņo 
 ******************/ 

.inesfly{color:#ffcc00; font-weight:bold;}
.dennisb{color:#0099ff; font-weight:bold;}
.mpoux{color:#339933; font-weight:bold;}
.helio{color:#ff3333; font-weight:bold;}
.sforward{color:#000099; font-weight:bold;}
.think{color:#cc0000; font-weight:bold;}
.fthinking{color:#00cc00; font-weight:bold;}
li.pdf { list-style-image:url(imagenes/icon_pdf.gif); list-style-position:inside; }
.word {padding-right: 20px; background: transparent url(imagenes/icon_pdf.gif) no-repeat center right;}
.external{padding-right: 20px; background: transparent url(imagenes/icon_external.gif) no-repeat center right;}
