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

.pg-opt,
.container h1, h2, h3, h4, h5, h6 { text-transform: none!important;}

.section-title { text-transform: none!important; }

.linkbody:link,
.linkbody:visited { color:#8ec449!important; text-decoration: none!important; }
.linkbody:hover,
.linkbody:active{ color: #000!important; text-decoration: none!important; }

.linktopmenu:link,
.linktopmenu:visited { color:#000!important; text-decoration: none!important; }
.linktopmenu:hover,
.linktopmenu:active{ color: #8ec449!important; text-decoration: none!important; }

.linktabsmenu:link,
.linktabsmenu:visited { text-decoration: none!important; }
.linktabsmenu:hover,
.linktabsmenu:active{ text-decoration: none!important; }

.panel-body ul {list-style-type: square; list-style-position:outside; margin: 10px 0 10px 15px;	}
.panmenu_ficha_printel-body p { font-size:12px;}

#menu_ficha ul { padding:0px;margin:0px;list-style: none;}
#menu_ficha li {padding: 0 0 10px 0;/*display: inline-block!important;*/}

@media (max-height:450px){
	.modal-body{ height:62%!important; }
   	.modal-content{ height:95%!important; }
	}
@media (min-height:450px) and (max-height:600px){
	.modal-body{ height:75%!important; }
   	.modal-content{ height:95%!important; }
	}	
@media (min-height:600px) and (max-height:768px){
	.modal-body{ height:80%!important; }
   	.modal-content{  height:95%!important; }
	}
	
