@charset "UTF-8";
/* CSS Document */


h1 { font-size: 16pt; }

.panelheader {
font-weight:bold !important;
font-size:18px;
height: 41px;
line-height:41px;
text-indent:38px;
color : #e0fb83;
padding-left: 5px;
}

.paso1 {
background: url(images/paso1.png) no-repeat;
behavior: url(iepngfix.htc);
}

.paso2 {
background: url(images/paso2.gif) no-repeat
}

.paso3{
background: url(images/paso3.gif) no-repeat
}

.paso4 {
background: url(images/paso4.gif) no-repeat
}

.mdHover {
cursor: pointer;
  color : #ffffff !important;
}
.mdSelected {
  color : #ffffff;
  font-weight : bold;
}
.verdePaso1 {
  color : #12371b;
}
.panelContent {
font-size: 15px;
background-color:white;
overflow: hidden;
}
.panelContent img {
float:left
}
#accordionExample {
  width: 310px;
}