/*seccion radio------------------------------ */ section.title{ justify-content:center; -webkit-justify-content:center; } article.title> p { font-size:3em; color:black;; font-weight:bold; margin:10px; text-align:center; } section.radio{ justify-content:center; -webkit-justify-content:center; } article.info{ flex:1; border: 1px solid red; box-sizing: border-box; border-radius: 6px; margin:30px; min-width:260px; background-color:black; } article.info p { font-size:1em; color:white; font-weight:lighter; margin:10px; display:inline; } div#histg{ height:100px; background-color:white; margin:5px; } div.cont{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; margin:5px; } div.cont p{ margin:1px 3px;; } article.rmod{ flex:1; margin:30px; background-color:black; } .rmod label{ color:white; display:block; text-align: center; font-size: 1.3em; margin: 3vh 0vh; } .rmod textarea{ width:100%; height:15vh;display:block;} .rmod input[type=submit] { width:100%; height:10vh;display:block;} div#onAir{ border-radius: 6px; background-color:red; margin: auto; width: 20px; height: 20px; display:inline-block; }