




.contenedor {width:900px; margin-right:auto; margin-left:auto; margin-top:50px; margin-bottom:100px;  color:rgba(1,0,173,1.00); font-weight:bold; }
.contenedor dt {border-bottom: 2px solid rgba(255,214,3,1.00); position:relative; padding:20px 50px; cursor:pointer; font-size:calc(10px + .4vw); text-align:left; font-weight:bold;}
dt span {content:""; background-image:url(../img/question_arrow_down.png); width:17px; height:9px; position:absolute; left:10px; top:30px; background-repeat:no-repeat;}
.contenedor dd {font-size:calc(8px + .5vw); padding:35px; text-align:justify; line-height:30px}
.cambio {background-image:url(../img/question_arrow_up.png); width:17px; height:9px; position:absolute; left:10px; top:25px; background-repeat:no-repeat;}
.color  {color:rgba(50,192,215,1.00)}




		


@media screen and (max-width:1000px){
	.contenedor {width:85%;}

}


@media screen and (max-width:500px){
	 .contenedor dd{padding:10px ;}
	 .contenedor dt {padding-left:35px; padding-right:0px;}
	 dt span  {top:25px;}
	.contenedor {margin-top:20px;}
	.contenedor h2 { padding-top:100px;}
}