/* CSS Document www.ampazycaridad.com */

body {
	margin: 0px;
	margin-top: 10px;
	background-color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

table {
	font-size: 12px;
}

.bg_top {
	height: 47px;
	background: url(../images/bg_top.jpg) no-repeat;
}

.bg_header {
	height: 220px;
	background: url(../images/bg_header.jpg) no-repeat;
	text-align: center;
	vertical-align: middle;
}

.bg_headerinf {
	height: 4px;
	background: url(../images/bg_headerinf.jpg) no-repeat;
}

.bg_body {
	background: url(../images/bg_body.jpg) repeat-y;
}

.bg_footer {
	height: 48px;
	background: url(../images/bg_footer.jpg) no-repeat top;
	padding-top: 16px;
	font-size: 10px;
	text-align: center;
	color: #EEEEEE;
}

.titulo_menu {
	width: 180px;
	height: 30px;
	background: url(../images/bg_menu.gif) no-repeat;
	padding-left: 10px;
	padding-top: 8px;
	font-weight: bold;
	color: #5B4848;
}

.opcion_menu {
	border-bottom: #D8D6C7 solid 1px;
	padding-left: 12px;
	padding-top: 4px;
	height: 18px;
	background: url(../images/menu_normal.gif) no-repeat left;
	font-weight: bold;
	color: #5B4848;
	cursor: pointer;
}

.aimg {
	border: 1px solid #5b4848;
	padding: 2px;
}

input {
	height: 16px;
	border:#555555 solid 1px;
}

.submit {
	border: #CBC8B5 solid 1px;
	background-color: #EDEAE1;
	font-size: 11px;
}

.a_noticiario {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.a_noticiario:hover {
	text-decoration: underline;
}