/* CSS Document */
a{text-decoration:none}
a:hover{text-decoration: underline; font-weight:bold}
.link{color: #0000CC; font-size:14px;}
.copy{color: #666633; font-size:13px;}
.php{color: #666633; font-size:14px;}
.red{ font-size:14px;color:#CC0033;}
.blue{ font-size:14px;color:#4177f1;}
.red2{ font-size:18px;color:#CC0033;}
.blue2{ font-size:18px;color:#4177f1;}
.text12{color: #666600; font-size:14px;}
.text14{color: #666600; font-size:16px;}
.text16{color: #666600; font-size:18px; font-weight:bold}
.text18{color: #666600; font-size:20px; font-weight:bold;}
.text24{color: #666600; font-size:24px; font-weight:bold;}
.b{color: #000066; font-size:14px;}
.r{color: #660000; font-size:14px;}
.table_1{border: 1px dashed green; }
.hr_1{border:2px solid #CCCCCC;}
.highlight_1{background-color:yellow}
#content{ 
    float:left;
	width: 96%;
	margin:5px;
	font-size:16px;
	color:#666600;
}
#content2{ 
    float:none;
	width: 97%;
	margin:7px;
	font-size:16px;
}
#revista{ 
    float:left;
	width: 97%;
	margin-top:7px;
	margin-left:7px;
	margin-right:7px;
	font-size:16px;
	color:#666600;
	background-color:#D6D0B8
}
#revista2{ 
    float:left;
	width: 97%;
	margin-bottom:7px;
	margin-left:7px;
	margin-right:7px;
	font-size:16px;
	color:#666600;
	background-color:#eeeeee
}