h3 {
  
  margin: 0;
  text-transform: uppercase;
  background-color: rgb(228,10,85);
  background-image: linear-gradient(bottom, #C40E0E 50%, #D40E09 50%);
  background-image: -o-linear-gradient(bottom, #C40E0E 50%, #D40E09 50%);
  background-image: -moz-linear-gradient(bottom, #C40E0E 50%, #D40E09 50%);
  background-image: -webkit-linear-gradient(bottom, #C40E0E 50%, #D40E09 50%);
  background-image: -ms-linear-gradient(bottom, #C40E0E 50%, #D40E09 50%);
}

h3 a {
	display: block;
	padding-left: 55px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid rgba(128, 10, 85, 0.5);
	background-image: url("../img/sprite.png");
	background-repeat: no-repeat;
	background-position: 11px 9px;
	padding: 8px 0 8px 28px !important;
	font-size: 15px;
}
.content ul {
	/*color: #999;
	display: block;*/
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 7px;
}
.content ul li a{
	line-height: 21px;
	color: #999;
	list-style-type: none;
	text-decoration: none;
	padding-left:29px !important;
}
.content ul li a:hover {
	line-height: 21px;
	color: #666;
	list-style-type: none;
}
h3:hover { opacity:0.90; }
h3.open  { background: #C40E0E; }
h3.open a { background-position: 9px -29px; }
h3 + div { padding: 10px; }

h2 + div,
.example {
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 20px;
}

/* Pre hide sections with JavaScript on
--- */
h3+div {
  display: none;
}

/* CSS3 Animation example
--- */

#modalidad {
	width: 175px;
	overflow: hidden;
	float: left;
	padding: 20px 0 200px 20px;
	font-family: "PT Sans", "PT Sans Bold";	/*position: fixed;
	clear: both;*/
}
#modalidad h3 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition: all 0.3s ease;
}
#modalidad .content {
	/*padding: 10px;*/
	overflow: hidden;
}
#modalidad h3.open + div {
  height: auto;
  background: #f2f2f2;
}

/* Event example
--- */
pre#event-log {
  background: #fafacc;
  padding: 10px;
  display: block;
}

.current a{
	line-height: 21px;
	color: #666 !important;
	list-style-type: none;
	text-decoration: none;	/*padding-left:29px !important;*/
}


