/* CSS Document for aanicaragua.org
Jorge Cerda */

body{
	background-color:#3B3B3B;
	background-image:url(../img/bg.gif);
	margin:0px;
	font-family:"Trebuchet MS";
}
input {
	border: 1px solid #cccccc;
	background:#FAFAFA;
	padding:5px;
	vertical-align:middle;
	font-weight:bold;
}
textarea {
	border: 1px solid #cccccc;
	background:#FAFAFA;
	padding:5px;
	vertical-align:middle;
}
a:link,a:visited,a:active{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	color:#918980;
	text-decoration:none;
}
.col1{
	width:30px;
	background-color:#BFBFB2;
	vertical-align:top;
}
.col2{
	width:470px;
	background-color:#FFFFFF;
	background-image:url(../img/col2_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	vertical-align:top;
}
.col3{
	width:200px;
	background-color:#BFBFB2;
	background-image:url(../img/col3_bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	vertical-align:top;
}
.col4{
	width:70px;
	vertical-align:top;
}
.postit{
	width:200px;
	height:190px;
	vertical-align:top;
	background-image:url(../img/postit.jpg);
	background-repeat:no-repeat;
	font-size:13px;
	color:#333333;
	text-align:left;
}
.contenido{
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	vertical-align:top;
	background-color:#FFFFFF;
	background-image:url(../img/col2_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-size:14px;
	color:#333333;
	text-align:justify;
}
.footer{
	font-size:11px;
	color:#999999;
	text-align:center;
}
a.footer:active, a.footer:visited, a.footer:link {
	color:#999999;
	text-decoration:none;
}
a.footer:hover {
	color:#333333;
	text-decoration:none;
}
.lista{
	font-weight:bold;
	height:25px;
}
/* Inicia NAV =============================================== */	

#navigation
{
	width:150px;
}
html>body #navigation {
  height:35px;
} 
#navigation ul
{
list-style-type: none;
margin:0;
padding:0;
float:left;
}
#navigation li {
float: left;
text-align:left;
padding-bottom:4px;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
display: block;
font-weight:normal;
color: #FFFFFF;
text-decoration: none;
font-weight:bold;
font-size:13px;
padding-left:20px;
width:175px;
height:25px;
background-image:url(../img/nav_1.jpg);
padding-top:5px;
}
#navigation a:hover, #navigation a.on
{
background-image:url(../img/nav_2.jpg);
color:#ffffff;
}
/* Termina NAV  =============================================== */	