/* CSS Document */

body {
	background: #204E9B url(../images/bg_main.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #959595;
	text-align: center;
}

a:link {
	color: #204E9B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #204E9B;
}
a:hover {
	text-decoration: underline;
	color: #204E9B;
}
a:active {
	text-decoration: none;
	color: #204E9B;
}
.container {
	background-image: url(../images/bg_maincontent.png);
	background-repeat: repeat-x;
	color: #666666;
}
.main {
	background-color: #FFFFFF;
	color: #666666;
}
.topBanner {
	background-color: #000000;
	background-image: url(../images/banners/top_banner.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}

.menuTop {
	background-color: #000000;
	background-image: url(../images/bg_topmenu.png);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}
.menuTop a {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.menuTop a:hover {
	background-color: #000000;
	color: #ffffff;
}
.menuDirecto {
	background-color: #224366;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}
.menuDirecto li {
	border: 0px;
	width: 85%;
	padding-left: 5px;
	list-style-type: circle;
}
.menuDirecto li:hover {
	list-style-type: square;

}
.menuDirecto a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	list-style-type: circle;
}
.menuDirecto a:hover {
	color: #ffffff;
	font-weight: normal;
	list-style-type: square;
}
img.imgMinistry {
	border: solid 2px #F3F3F3;
}
.sections {
	font-size: 12px;
}

.menu {
	margin: 0 15px 0 15px;
	padding: 15px 5px 15px 5px;
	font-weight: bold;
	background-color: #D6DDE6;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	
}
.menuTitle {
	padding: 0 0 5px 0;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	color: #3D3D3D;
	
}
.menuLinks {
	padding: 0 0 0 5px;
	background-color: #EFF2F5;
	font-size: 11px;
	color: #204E9B;
	border: inset 1px #FAFBFC;
}
.menuLinks li {
	padding: 5px 0 5px 0;
	list-style: square;
	
}
.menuLinks li:hover {
	padding: 5px 0 5px 0;
	list-style: disc;
	
}
#ministerios p{
	padding: 5px 5px 5px 5px;
}
