@charset "utf-8";
/* -------------------------------------------------------------
	Conservacion Internacional
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description: Diseño basado en CSS 2
	Designer   : Eva Jiménez Choque
	E - mail   : eva.jmnz@gmail.com
	Filename   : style.css
	Version    : 2.0
	Date       : Oct 28, 2008
------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #000000;
}
#content{
	width:700px;
	height: auto;
	margin:0 auto;
}
	#header{
		width:700px;
		text-transform:uppercase;
		float: left;
		clear:both;
		text-align:right;
		padding:10px 0 0 0;
	}
		#header img{
			float:left;
		}
		#header a img{
			border:0 none;
		}

	#navigator{
		width:700px;
		height:30px;
		float: left;
		clear:both;
		font-size:35px;
		font-weight:bold;
		word-spacing:70px;
		margin:5px 0 10px 0;
		text-align:right;
	}
	
	#nav_sec{
		width:700px;
		height:15px;
		background-color:#007855;
		color:#FFFFFF;	
		float: left;
		clear:both;
		margin:0 0 2px 0;		
	}
	/* -----------------------------*/
	#content_2{
		width:700px;
		float:left;
		clear:both;
		margin:20px 0 0 0;
	}
	#content_2 h1{
		color:#007855;
		font-size:30px;
		font-weight:bold;
	}
	#content_2 h2{
		color:#007855;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
	}
			.img_izq{
				width:520px;
				float:left;
				float:left;
				clear:both;
				margin:0 0 10px 0;
			}
			.img_izq img{
				float:left;
				margin:0 10px 0 0;
			}

	/* -----------------------------*/
	#footer{
		width:700px;
		float: left;
		clear:both;
		color:#007855;
		border-top:#007855 5px solid;
		padding:5px 0;
		margin:15px 0 0 0;
		font-weight:bold;
		line-height:15px;	
	}
	
		#footer a{
			text-decoration:none;
			color:#007855;
			margin:0 5px;			
		}
		#footer p{
			float: left;
			width:auto;
			margin:0;
		}
		#footer a:hover{
			text-decoration: underline;
		}
			#empresa{ 
				font-size:9px;
				float: right;
			}
			#empresa *{ 
				color:#666666;
			}

/* -----------------------------*/

/* Estilos Generales*/
a{
	color:#54B99B;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	margin:10px 0;
}
a img{
	border:0px;
}
/*img{
	border:1px solid #007855;
	padding:3px;
}*/


.noticia{
	width:auto;
	height:auto;
	clear:both;
	padding:20px 0;
}
.noticia p.img_not{
	float:left;
	margin:0 20px 0 0;
	width:120px;
	overflow:hidden;
}
.noticia div{
	float: left;
	width:520px;
}
	
