@charset "UTF-8";
.formulario-gestar {

}
.formulario-gestar input[type=text], .formulario-gestar textarea{padding:10px; font-size:12px; box-sizing:border-box;}
.formulario-gestar input[type=text]{width:100%; height:30px; border:rgba(0,0,0,1) 1px solid; margin-bottom:20px;}
.formulario-gestar textarea{width:100%; height:130px; border:rgba(0,0,0,1) 1px solid; margin-bottom:20px; resize:none;}
.formulario-gestar input[type=submit]{width:100px; text-transform:uppercase; border:none; background:rgba(167,169,172,1); height:30px; color:rgba(255,255,255,1); font-weight:bold;}

.table-footer-gestar{width:95%; margin:0 auto; margin-top:10px;}
.footer-gestar{height:5px !important;}

.next, .prev{ cursor:pointer; cursor:hand; margin-top:-190px; position:absolute; z-index:100; opacity:0.5; transition:opacity 0.5s;}
.next:hover,.prev:hover{transition:opacity 0.5s; opacity:1;}
.next{margin-left:566px;}
.prev{}
.footer{padding-top:15px;}
.font-casos{font-size:11px;}