@charset "utf-8";
/* CSS Document */
.contener_grid{
	margin:15px 0px 20px 0px;
	padding:0px;
}
.contener_grid h2{
	font-size:24px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom:20px;
	text-align:center;
}
.contener_grid h4{
	font-size:24px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom:5px;
	text-align:left;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
.contener_grid p {
    color: #717272;
    font-size: 14px;
    font-family: arial;
    line-height: 23px;
    padding-bottom: 10px;
}
.cont_bg{
	border:1px solid #CCC;
	padding:10px;
}
.col-lg-50{
	width:49%;
	float:left;
}
.mrgn-right{
	margin-right:1.5%;
}
.pad-10{
	padding:10px;
}
.inner_conte2{
	padding:0px 0px 15px 0px;
	margin:0px 0px 15px 0px;
	border:1px solid #CCC;
}

/*h4.bg_style{
	color:#333;
	line-height:27px;
	font-size:22px;
	text-align:left;
	padding:5px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	text-align:center;
}*/
h4.bg_style2{
	color:#fff;
	line-height:27px;
	font-size:22px;
	text-align:left;
	padding:5px;
	background:#999;
	border-bottom:1px solid #CCC;
	margin-bottom:5px;
	text-align:center;
}


/*Responsive css*/
@media (max-width: 480px){
.col-lg-50{
	width:100%;
	float:left;
}
.inner_conte {
    padding: 10px 15px 15px 15px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #CCC;
}
}
