/* -------------------------------------------------------------
	Friends of Procosi
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description: Diseño basado en CSS 2
	Designer   : Eva Jiménez Choque
	E - mail   : eva.jmnz@gmail.com
	Filename   : style.css
	Version    : 3.0
	Date       : Oct 24, 2008 
------------------------------------------------------------- */

body{
	margin:0 auto;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#BDBEC0;
	background-color:#000;
	font-style:normal;
}
#c{
	width:770px;
	margin:0 auto;
	padding:0;
}
#contenedor{
	width:770px;
	background:#000 url(images/bg.jpg) repeat-y top center;
	margin:0 auto;
	padding:0;
	float:left;
	clear:both;
}
	#contenedor a{
		color:#A7AB74;
		text-decoration:none;
	}
	#contenedor a:hover{
		color: #F9BC7E;
	}

#header{
	width:770px;
	height:100px;
	float:left;
	clear:both;
}
	#header img{
		float:left;
	}
	#menu_sup{
		width:600px;
		margin:83px 0 0 0;
		float:right;
		text-align:right;
		color:#C1C49A;
		padding:0;
	}	
	#menu_sup a{
		text-decoration:none;
		color:#C1C49A;
	}
	#menu_sup a img{
		float: none;
	}
	#menu_sup a:hover{
		color:#FABE82;
	}
	#menu_sup a:active{
		font-weight:bold;
		color:#EDEB8F;
	}
	
#campaing{
	width:770px;
	height:329px;
	float:left;
	clear:both;
	/*background:#333532 url(images/banner_camp.jpg) top left no-repeat;*/
}
	#slogan_camp{
		float:right;
		clear:both;
		width:270px;
		margin:20px 10px 0 0;
	}
	#slogan_camp img{
		float:right;
		clear:both;
	}
	#slogan_camp p{
		margin:20px 10px;
		float: right;
		clear:both;
		font:bold italic 18px/22px Georgia, "Times New Roman", Times, serif;
		height:100px;
		width:250px;
		overflow:hidden;
		text-align: right;
	}
#menu{
	width:770px;
	background: url(images/bg_menu.gif) top no-repeat;
	height:25px;
	margin:3px 0 0 0;
	float:left;
	clear:both;
}
#contenido{
	width:770px;
	height:150px;
	margin:10px 0;
	float:left;
	clear:both;
}
	#campaign_principal{
		width:500px;
		float:left;
		padding:0;
		text-align:justify;
	}
		#campaign_principal h1{
			font-size:16px;
			color:#A7AB74;
			margin:0;
			padding:0;
		}
		#campaign_principal p{
			padding:0 0 0 0;
			margin:10px 0;
		}
		#campaign_principal a.donar{
			color:#FC3D32;
			text-decoration:none;
		}
		#campaign_principal a.donar:hover{
			color: #FF3;
		}

	.otros{
		width:240px;		
		min-height:150px !important; /* para los browsers buenos */
		height: auto;
		float:right;
		border:#5E6639 solid 1px;
		margin:0 5px 5px 0;
		padding:0 5px 5px 5px;
		background:url(images/bg_h11.gif) 0% 0% no-repeat;
	}
		.otros h1{
			font-size:12px;
			color:#A7AB74;
			background:url(images/flechita2.gif) no-repeat left top;
			height:20px;
			margin:3px;
			padding:0 0 0 18px;
			font-style:normal;
		}
		.otros p{
			margin:5px 5px 0 5px;
			font-size:9px;
		}
		.otros h2{
			font-size:12px;
			color:#A7AB74;
			margin:2px;
		}
		.otros img{
			float:left;
			margin:5px;
		}
#principal_interior{
	width:748px;
	margin:15px 0 10px 0;
	padding:10px;
	border:#5E6639 1px solid;
	float:left;
	clear:both;
	text-align:justify;
}
	#principal_interior p{
		margin:10px 0;
	}
	#principal_interior h3{
		color:#939871;
		font-weight:bold;
		font-size:10px;
	}
	#principal_interior img{
		border:#999 2px solid;
		padding:5px;
		margin:5px;
	}
	
	#principal_interior h1{
			font-size:16px;
			color:#A7AB74;
	}
input{
	border:#5E6639 2px solid;
	color:#5E6639;
}
#footer{
	width:771px;
	text-align:center;
	color:#BDBEC0;
	border-top:#5E6639 solid 1px;
	clear:both;
	background-color:#000000;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
}

.titular{
	color:#A7AB74;
	font-weight:bold;
	font-size:12px;
}

.msgerror{
	color:#FF3829;
	font-weight:bold;
	font-size:11px;
}

.borde_tabla{
	border:1px solid #A7AB74;
}

.contenedor_tabla{
	background:#000 url(images/bg.jpg) repeat-y top center;
	margin:0 auto;
	padding:0;
}

.tabla{
	background: url(images/bg_menu.gif) top no-repeat;
	height:12px;
	margin:3px 0 0 0;
}

.text_tabla_10{
	color:#C1C49A;
}

.pie_photo
{
	color:#A7AB74;
	text-decoration:none;
}


/* Otros Estilos */

h3{
	color:#A7AB74;
	font-size:12px;
}
hr{
	border-top:1px solid #A7AB74;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

