body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body a:visited {
	text-decoration: none;
}

body a {
	text-decoration: none;
	color: #339900;
}

#container {
	width: 780px;
	margin: 10px auto;
	background-color: #bd7a1a;
	color: #333;
	border: 3px double #ccc;
	line-height: 130%;
}

#header {
	width: 760px;
	height: 155px;
	margin: 12px auto 2px auto;
	text-align: center;
	border: 1px solid #ccc;
}

#header img {
}

#header .menu {
	background-color: #bd7a1a;
	background-image: url(images_css/bkg_botones.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
	font-weight: 700;
	height: 24px;
	padding: 2px 2px 0 0;
}

#header .menu a {
	color: #FFF;
	text-decoration: none;
}

h1 { font-size: 120%; color: #bd7a1a; padding-top: 10px; }
h2 { font-size: 115%; color: #bd7a1a; }

.texto_intro {
	font-size: 93%;
	color: #4E3A5A;
	/*background-color: #E1F0FF;*/
	padding: 0 6px 2px 2px;
	height: 160px;
}

#main img {
	border: 2px double #ccc;
}

#main {
	width: 730px;
	margin-left: 10px;
	margin-top: 17px;
	border: 2px solid #a15a00;
	background-color: #fffbe9;
	padding: 1em;
	margin-right: 10px;
	/* max-width: 62.8em; */
	text-align: justify;

}

#main ul {
	list-style-image: url(images/2006bullet.gif);

}

#main h2 {
	padding: 1px 0 4px 12px;
}

#main h3 {
	color: #bd7a1a;
	font-size: 105%;
}

#main h4 {
	color: #000066;
	font-weight: 700;
	font-size: 95%;
}

#main .subrayado {
		border-bottom: 2px solid #000;
}

#footer {
	width: 740px;
	height: 120px;
	margin: 10px auto;
	text-align: center
	margin-top: 11px;
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 11px;
	padding: .5em;
	color: #FFF;
	background-color: #fffbe9;
	border-top: 1px solid gray;
	background-image: url(images_css/bkg_footer.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

#footer a {
	color: #FFFFFF;

}

.galeria {
	height: 155px;
	font-size: 115%;
	width: 270px;
	text-align: right;
	padding-right: 4px;
	margin-left: 150px;
}

#main .versiculo {
	vertical-align: sup;
	font-size: 85%;
	padding: 2px;
	color: red;
}

.cortesia {
	font-size: 90%;
	font-style: italic;
}

/*#menu p { margin: 0 0 1em 0; }
#main h2 { margin: 0 0 .5em 0; }*/

