/*#############################################################
Name:Amistad Cristiana
Date: 14-Mar-2009
#############################################################*/

* {
	margin: 0;
	padding: 0;
}
a {color: #682;}
a:hover {color: #9A6;}
body {
	font: bold 11px/1.5em Verdana; 
	background: #AADC95 url(../_Images/bg.gif) repeat-y center top;
	color: #333;
}

#tabs {
	width:100%;
	font-size:93%;
	line-height:normal;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0px 120px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url(../_Images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url(../_Images/tabright.gif)  no-repeat right top;
	padding:5px 15px 6px 15px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	} 

/* Cabecera */
.cabecera {
	background:url(../_Images/Header.gif) no-repeat;
	height: 90px;
	margin: 0 auto;
	margin-top:20px;
	width: 780px;
}

/* menu */
.menu {
	height: 40px;
	margin: 0 auto;
	width: 780px;
	background:url(../_Images/Menu.gif)
}

/* Contenido */
.contenido {
	/*height: 500px;
	background-image:url(../_Source/Container.png)*/
	margin: 0 auto;
	width: 780px;
	height: 100%;

}

.Footer {
	background:url(../_Images/Footer.gif) no-repeat;
	height: 70px;
	margin: 0 auto;
	width: 780px;
}

