@import url(http://fonts.googleapis.com/css?family=Open+Sans);
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700&subset=latin,latin-ext);*/
* {
	font-family: 'Open Sans', Arial, Helvetica;
	font-weight: 300;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3 {
	font-weight: 600;
	margin: 0 0 10px;
	color: #5c5b5f;
}

p {
	margin: 0 0 10px;
}

b {
	color: #5c5b5f;
	font-weight: 600;
}

a {
	color: #015e39;
	text-decoration: none;
	cursor: pointer;
}

/* CSS General */
body {
	font-size: 14px;
	color: #656565;
	margin: 0;
	padding: 0;
	/*background: #fafafa url(../images/bg-top.png) repeat-x top center;*/
}

input[type="text"],
input[type="password"],
input[type="date"],
textarea {
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #ccc;
}

.wrapper {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
}

.top {
	position: relative;
	text-align: center;
	background: black top center;
	padding: 13px 0;
}

.content {
	position: relative;
	padding: 15px 20px;
	/*background: url(../images/logo_op10.png) no-repeat bottom right;*/
/*	border-top: 5px solid #47a3da;*/
}
.footer {
	display: inline-block;
	width: 100%;
	padding: 10px;
	background: #f7f8f8;
	border-top: 5px solid #9ACD32;
}
.footer > div {
	float: left;
	width: 50%;
	padding: 0 15px;
}

a.logo span {
	font-family: "Times New Roman", Times, serif;
	font-size: 230%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0;
	color: #fff;
}

a.logo span i {
	display: block;
	font-size: 60%;
	margin-top: -20px;
	margin-bottom: 20px;
}

a.logo img {
	margin-right: 70%;
	vertical-align: middle;
}



h1.titulo {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #d8dade;
	line-height: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.componente p {
	text-align: justify;
}

#editor {
	width: 100%;
	height: 200px;
}

.nicEdit-main {
	width: 100% !important;
	padding: 5px;
	margin: 0 !important;
	border-top: none;
	background: #fff;
}

/* Jquery CSS */
.ui-dialog {
	position: absolute;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 15px;
	background: #fff;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	z-index: 9999;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 9998;
}
.ui-dialog .ui-dialog-titlebar-close {
	color: #fff;
	font-size: 80%;
	text-align: center;
	padding-top: 3px;
	background: #999;
	border: none;
}
.ui-dialog .ui-dialog-titlebar-close:before {
	color: #fff;
	content: "\2715";
}
.ui-dialog-titlebar {
	margin-bottom: 10px;
}
.ui-dialog .ui-dialog-title {
	font-size: 150%;
	color: #015e39;
}
.ui-tooltip {
	padding: 5px;
	position: absolute;
	max-width: 300px;
	color: #fff;
	font-size: 90%;
	background: rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 1px 3px #aaa;
	-moz-box-shadow: 1px 1px 3px #aaa;
	-ms-box-shadow: 1px 1px 3px #aaa;
	box-shadow: 1px 1px 3px #aaa;
	z-index: 9999;
}

.footer > div {
	float: none;
	width: 100%;
	border: none !important;
	padding: 0 15px;
}


.divRow,
.headRow {
	display: table-row;
	border-collapse: collapse;
}

.divRow > div * {
	word-break: normal;
	/*text-overflow: ellipsis;
	white-space:nowrap; 
	overflow:hidden; */
}
.divCell,
.divCellRow {
	display: table-cell;
	vertical-align: middle;
	/*padding: 5px;*/
}
.headRow {
/*	background: #47a3da;*/
	background: #0B3861;
	color: white;
	font-weight: bold;
	/*font-style: oblique;*/
	font-size: 15px;
}
.divRow {
	margin-bottom: 1px;
	/*border-bottom: 1px solid black;*/
}

.divRow:nth-child(even) {background: white}
.divRow:nth-child(odd) {background: #9ACD32}

/* Tabla */
.divTable {
	display: table;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
  	overflow: auto;

}
.divCellRow, .divCell {
	width: 11%;
	padding: 10px 0;
}
.divCellRowExtra, .divCellExtra {
	width: 17%;
	padding: 10px 0;
}

.divCell input[type="text"],
.divCell select,
.divCell form,
.divCellExtra input[type="text"],
.divCellExtra select,
.divCellExtra form {
	width: 100%;
}

.divRow:hover {
/*	background: #F3F3F3;*/
	background: #DBDB70;/*#E6E6FA;*/
}

/* Paginacion */

#pagination {
	clear: both;
	margin: 20px 0 0;
	padding: 10px;
	position: relative;
	font-size: 90%;
}
.pagination a {
	text-decoration: none;
	color: #fff;
	background: #999;
}
.pagination a:hover {
	color: #fff;
	background: #666;
	border-color: #333;
}
.pagination a, .pagination span {
	display: block;
	float: left;
	padding: 5px 10px;
	margin-right: 5px;
}
.pagination .current {
	background: #666;
	color: #fff;
}
.pagination .prev, .pagination .next {
	color: #fff;
	background: #666;
}
/*---- Paginacion v2----*/

.jPaginate a {
	cursor: pointer;
	padding: 5px 10px;
	float: left;
}
.jPag-control-back {
	position: absolute;
	left: 10px;
}
.jPag-control-front {
	position: absolute;
	top: 10px;
}
.jPaginate span {
	cursor: pointer;
}
ul.jPag-pages {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
ul.jPag-pages li {
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
}
ul.jPag-pages li a {
	float: left;
	padding: 2px 5px;
	border: 1px solid #000;
}
ul.jPag-pages li a:hover {
	color: #fff;
	background: #000;
}
span.jPag-current {
	cursor: default;
	font-weight: normal;
	padding: 2px 5px;
	float: left;
	color: #fff;
	background: black;
	/*border: 1px solid #666;*/
}
ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-next, span.jPag-sprevious, span.jPag-snext, ul.jPag-pages li span.jPag-previous-img, ul.jPag-pages li span.jPag-next-img, span.jPag-sprevious-img, span.jPag-snext-img {
	height: 22px;
	margin: 2px;
	float: left;
	line-height: 18px;
}
ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-previous-img {
	margin: 2px 0px 2px 2px;
	font-size: 12px;
	font-weight: bold;
	width: 10px;
}
ul.jPag-pages li span.jPag-next, ul.jPag-pages li span.jPag-next-img {
	margin: 2px 2px 2px 0px;
	font-size: 12px;
	font-weight: bold;
	width: 10px;
}
span.jPag-sprevious, span.jPag-sprevious-img {
	margin: 2px 0px 2px 2px;
	font-size: 18px;
	width: 15px;
	text-align: right;
}
span.jPag-snext, span.jPag-snext-img {
	margin: 2px 2px 2px 0px;
	font-size: 18px;
	width: 15px;
	text-align: center;
}
ul.jPag-pages li span.jPag-previous-img {
	background: transparent url(../images/previous.png) no-repeat center right;
}
ul.jPag-pages li span.jPag-next-img {
	background: transparent url(../images/next.png) no-repeat center left;
}
span.jPag-sprevious-img {
	background: transparent url(../images/sprevious.png) no-repeat center right;
}
span.jPag-snext-img {
	background: transparent url(../images/snext.png) no-repeat center left;
}
.jPag-first, .jPag-last {
	color: white;
	background: black;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Foto';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}


/* Clase Botones */

.botones {
	background-color: #0B3861;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	height:30px;
	display:inline-block;
	text-decoration:none;
}

.botones:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,black), color-stop(1, #9ACD32) );
	background:-moz-linear-gradient( center top,#9ACD32 5%, #9ACD32 100% );
	background-color:#9ACD32;

}


.botrow {
	background-color: rgb(117, 189, 12); /*rgb(249, 164, 11)*/
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	height:30px;
	display:inline-block;
	text-decoration:none;
}

.botrow:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,#9ACD32), color-stop(1, #9ACD32) );
	background:-moz-linear-gradient( center top,#9ACD32 5%, #9ACD32 100% );
	background-color:#9ACD32;

}

#divTabla {
  display: table;
  border-spacing: 5px;
}

.divFila {
  display: table-row;
}

.divColumna {
	display: table-cell;
	width: 20%;
}