* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', Arial, Helvetica, Sans-serif, Verdana, Tahoma;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/
h1 {
 	color: #FFF;
 	font-size: 24px;
 	font-weight: 400;
 	text-align: center;
 	margin-top: 80px;
 }

h1 a {
 	color: #c12c42;
 	font-size: 16px;
 }

 .accordion {
 	width: 100%;
	margin: 0;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 0px;
	border:1px solid #e6e6e6;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 10px 15px 10px 20px;
	color: #282828;
	font-size: 15px;
	font-weight: normal;
	background: white;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-bottom:1px solid #e3e3e3;
}
.accordion .link:hover{
 	background-color: #ededed;	
	color: #525ab2 !important;
	background:#fbfbfb url(../../images/leftmenubg1.png) no-repeat 0px 6px;
}

.accordion .link1 {
	cursor: pointer;
	display: block;
	padding: 10px 15px 10px 20px;
	color: black;
	font-size: 14px;
	font-weight: normal;
 	background: white;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-bottom:1px solid #e3e3e3;
}
.accordion .link1:hover{
	text-decoration: none;
	color: #525ab2 !important;
	background:#fbfbfb url(../../images/leftmenubg1.png) no-repeat 0px 6px;
}

.accordion .cur{	
	color: #525ab2 ;
	background:#fbfbfb url(../../images/leftmenubg1.png) no-repeat 0px 6px;
}
.accordion .cur a{
	color:#525ab2 !important;
}
.accordion .link1 a{
  font-size: 14px;
  color: Black;
}
.accordion .link1 a:hover{
	color: #525ab2 !important;	
}


.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 13px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	top:14px;
	left: auto;
	font-size: 10px;
}

.accordion li.open .link {
	 color: Black;
}
.accordion li.open .link:hover{
}

.accordion li.open i {
	 color: Black;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.link2{
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: white;
 	font-size: 14px;
	border-bottom:1px solid #e3e3e3;
	padding: 10px 0;
 }

 .submenu li {
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #d9d9d9;
	color:  Black;
 	padding: 5px;
	font-size:13px;
 	padding-left: 20px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenu a:hover {
	background: #fbfbfb;
	color: Black;
 }
 
 .submenu .subcur{
 }
 .submenu .subcur a{
 	color: #525ab2;
	font-weight: bold;
 }
 .formyes{
 	background-image: url(../../images/icon-success2.png) !important;
	background-repeat: no-repeat !important;
	background-position:  130px 10px !important;
 }
 .formno{
 	background-image: url(../../images/icon-problem2.png) !important;
	background-repeat: no-repeat !important;
	background-position:  130px 10px !important;
 }
 