/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d3d3d;
	background: url(../images/backgrounds/background.jpg) repeat-x;
	/*background: #CBCBCB url(../images/bg_home.png) no-repeat left top;*/
}

a:link {
	color: #3d3d3d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3d3d3d;
}
a:hover {
	text-decoration: underline;
	color: #3d3d3d;
}
a:active {
	text-decoration: none;
	color: #3d3d3d;
}
.main {
	border: solid 1px #e5e5e5;
}
.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;
}
.directAccessMenu {
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}
.directAccessMenu li {
	border: 0px;
	width: 85%;
	padding-left: 5px;
	list-style-type: circle;
}
.directAccessMenu li:hover {
	list-style-type: square;

}
.directAccessMenu a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	list-style-type: circle;
}
.directAccessMenu 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;
}

.black14bold {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}
.black11bold {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	padding-top: 25px;
}
.gray11 {
	font-family: 
	color: #666666;
	font-size: 11px;
}

a:hover img {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}