textarea {
	max-width:100%;
}

.admPageTitol {
	font-family: sans-serif, Calibri, Verdana, Arial;
	font-size: 28px;
	font-weight: normal;
	text-decoration: none;
	color: #000080;
	margin: 10px 0px;
	float:left;
	width:100%;
	box-sizing:border-box;
	clear:both;
}

.admPageSubTitol {
	font-family: sans-serif, Calibri, Verdana, Arial;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	color: darkorange;
	margin-top:15px;
	width:100%;	
	box-sizing:border-box;
	border-bottom:1px solid #000080;
	float:left;
	margin-bottom:5px;
}

.pageMensaje {
    float: left;
    width: 100%;
    border: 1px solid green;
    text-align: center;
    background: cornsilk;
    font-size: 1em;
    color: green;
}

.admBox{
  font-family: sans-serif, Calibri, Verdana, Arial;
  float:left;
  width:100%;
  box-sizing:border-box;
  font-weight: normal;
  text-decoration: none;
  color: #000080;  
  background-color: #f6f6f6;  
  border:1px solid #000080;
  padding:15px;
  margin:10px 0;
  position:relative; 
}

.admBox span {
	float:left;
	margin-right:10px;
}
.admBox .col2 {
	width: calc(100% - 230px)!important;
}
.admBox button{
	float: none;
    margin: 0px 0 0px 10px;
    padding: 4px 6px;
    font-size: 10px;
}

.blocBox {
	border: 1px solid #fff;
	width: calc(50% - 12px);
	padding: 0px;
	margin: 5px 5px;
	float: left;
}

.blocBoxTit {
	width:calc(100% - 10px);
	padding:5px;
	font-size:14px;
	color:#000080;
	background:#fff;
}

.blocBoxPrecio {width:50px;}

.blocBox .col1, .blocBox .col2 {
	padding:0 5px;
}

.blocBox hr {
	background: #fff;
}

.admIco {
float: left;
    margin: 5px;
    padding: 10px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    width: calc(20% - 30px);
    height:120px;
}

.admIco i {
	color:darkorange;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.admIco a {
	color:#000080;
}

.admIco:hover {
	background:#fff;
}

.tipoIco {
	color:#000080!important;
}

.admBtn {
	float:right;
	padding:10px 20px;
	background:darkorange;
	color:#fff;
	border:2px solid #e6e6e6;
	border-radius:5px;
	cursor:pointer;
	margin:5px 0 5px 10px;
	
}

.admBtn:hover {
	background:orange;
}

.btnSuccess {
	background:yellowgreen;
}
.btnSuccess:hover {
	background:#b7db6c;	
}

.btnBlue {
	background:#000080;
}

.btnBlue:hover {
	background:blue;
}

.admBoxTitle  {
	float:left;
	color:darkorange;
	width:100%;
	font-size:22px;
	border-bottom:1px solid #000080;
	padding-bottom:5px;
	margin-bottom:15px;
}

.admBox input[type=text]{
	padding:3px;
	border: 1px solid #c6c6c6;
}

.col {
	float:left; 
	width:100%;
	clear:left;
	margin:5px 0;
}

.col1 {
	float:left; 
	width:200px;
	clear:left;
	margin:5px 0;
}
.col2 {
	float:left;
	width:calc(100% - 350px);
	margin:5px 0;
}

.admBoxTableTitle {
	float:left;
	width:100%;
	padding:0px 5px;
	box-sizing:border-box;
	background:#fff;
	border-bottom: 2px solid orange;
	font-size:12px;	
}

.admCol05 {
	width:5%;
	float:left;
}

.admCol10 {
	width:10%;
	float:left;
}
.admCol15 {
	width:15%;
	float:left;
}
.admCol20 {
	width:20%;
	float:left;
}
.admCol25 {
	width:25%;
	float:left;
}
.admCol30 {
	width:30%;
	float:left;
}
.admCol40 {
	width:40%;
	float:left;
}
.admCol50 {
	width:50%;
	float:left;
}
.admCol60 {
	width:60%;
	float:left;
}
.admCol70 {
	width:70%;
	float:left;
}
.admCol80 {
	width:80%;
	float:left;
}
.admCol90 {
	width:90%;
	float:left;
}

.admBoxLine {
	border-bottom: 1px solid orange;
    text-align: left;
    padding: 5px 5px;
    box-sizing: border-box;
    font-size: 11px;
     overflow:hidden;
    /*min-height: 39px;
    height: 45px; */
    line-height: 1.3em;
}

.admBoxLine i, .admBtnList i{
	float:right;
	color:darkorange;
	padding:1px 5px;
	font-size:20px;
	line-height:1em;
}

.admBtnList {
	border:none;
	margin:none;
	background:none;
	cursor:pointer;
	float:right;
}

.pagAdm {
	float:left;
	width:100%;
	margin:30px 0;
	border-top:2px solid orange;
	text-align:center;
	padding:5px 0px;	
}

.pagAdm a {
	color:#000080;
	font-size:16px;
	padding:0 15px;
}

.pagAdm a:hover {
	color:#ED8600;
}

.filtroAdm {
	float:right;
	font-size:16px;
	font-weight:600;
	color:orange;
	width:100%;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #000080;
	text-align:right;
}

.filtroAdm input, .filtroAdm select {
	margin-bottom:5px;
}

.filtroAdm a {
	padding:3px 10px;
	background:orange;
	border:1px solid #000080;
	color:#fff;
	font-weight:600;
}

.filtroAdm i{
	color:#ED8600;
}

.inputLargo {
	width:100%;
}

.inputMedio {
	width:40%;
}

.inputCorto {
	width:10%;
}

.estadoPen, .estadoPag, .estadoAnu {
	width: 85px;
	padding: 3px 0 2px 0;
	background: red;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	font-size: 11px;
}

.estadoPen {
	background: orange;
}

.estadoPag {
	background: green;
}

.text-center {
	text-align:center;
}

.text-right {
	text-align:right;
}

.text-left {
	text-align:left;
}

.fa-trophy {
	font-size:14px!important;
	float:left!important;
	color:#edc400!important;
	margin-top: -1px!important;
}

