@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:focus{
	outline:none;
}
a{
	text-decoration: none;
}
i.fa{
	width:15px;
	height:auto;
	text-align:center;
}
html{
	height:100%;
	background-color:#D1D3D4; /* #28343b #828c95 */
	/* 
	background: rgb(40,52,59); 	
	background: -moz-linear-gradient(top, rgba(40,52,59,1) 0%, rgba(130,140,149,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,52,59,1)), color-stop(100%,rgba(130,140,149,1)));
	background: -webkit-linear-gradient(top, rgba(40,52,59,1) 0%,rgba(130,140,149,1) 100%);
	background: -o-linear-gradient(top, rgba(40,52,59,1) 0%,rgba(130,140,149,1) 100%);
	background: -ms-linear-gradient(top, rgba(40,52,59,1) 0%,rgba(130,140,149,1) 100%);
	background: linear-gradient(to bottom, rgba(40,52,59,1) 0%,rgba(130,140,149,1) 100%); */
}
body{
	overflow:visible; 
	margin:0px; 
	padding:0px;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background-image: url(../img/fvverk.png);
	background-repeat:no-repeat;
	background-position: 98% 98%;
	
}
@font-face {
  font-family: 'FontAwesome';
  src: url('icons/fontawesome-webfont.eot?v=4.4.0');
  src: url('icons/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('icons/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('icons/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('icons/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('icons/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
img{border:none;}
.link{
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-weight: 400;
	text-decoration: none;
}
.link:hover{
	color:#034402;
}
.cabecera{
	width:auto;
	height:auto;
	overflow: auto;
	position:relative;
	margin:0 auto 0 auto;
	background-color: #034402;
	border-bottom:10px solid #034402;
	-webkit-box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);
	box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);
}
.cabecera div[class*='col']{
	margin-top:0px;
	padding:10px 0px;
}
.cabecera #titulo{
	color:#ffffff;
	text-align:center;
 	margin: 0;
 	padding: 0;
 	font-size: 22px;
 	text-transform: uppercase;
 	font-family: 'Dosis', sans-serif;
 	font-weight:600;
}
.cabecera #login{
	position: relative;
	text-align:right;
}
.cabecera #login span a,
.cabecera #login span{
	color: #FFF;
	padding:8px 5px 0px;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:20px;
	font-weight: 600;
}
.cabecera #login span a{
	line-height:14px;
	padding:0;
	cursor: pointer;
}
.cabecera #login .boton {
	font-family: 'Open Sans', sans-serif;
 	text-transform: uppercase;
	font-weight:700;
	font-size:12px;
	color:#034402;
	margin:4px 10px 0px 0px;
	display:inline-block;
	padding:3px 15px;
	background-color: #FFF;
	background-image:none;
	z-index: 2;
	border:none;
	text-decoration: none;
	float:right;
		-webkit-box-shadow: 0px 3px 0px #bbbbbb, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 3px 0px #bbbbbb, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 3px 0px #bbbbbb, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	}
.cabecera #login .boton:hover {
	background-image:none;
	background-color:#ffffff;
	color:#359a30;
	-webkit-box-shadow: inset 0px 3px 3px #bbbbbb, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 3px 3px #bbbbbb, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
	box-shadow: inset 0px 3px 3px #bbbbbb, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
}
.logo_cab{
	height: auto;
	width: 60%;
	position:relative;
	margin: 30px 0px 0px 0px;
}
/* COLUMNAS */
[class*='col']{
	height:auto;
	position:relative;
	display: block;
	float:left;
	margin:2% 2% 0% 0%;
	overflow: hidden;
}
.espacios{padding:1% 2% 1% 2%;}
.col1{width:100%; margin:2% 0% 0% 0%;}
.col1-2{width:49%;}
.col1-3{width:32%;}
.col2-3{width: 66%;}
.col1-4{width: 23.5%;}
.col3-4{width: 74.5%;}
.col1-5{width: 18.4%;}
.col2-5{width:38.8%;}
.col3-5{width:59.2%;}
.col4-5{width:79.6%;}
.col1-6{width:15%;}
.col4-6{width:66%;}
.col5-6{width:83%;}
.col1-7{width:12.571428571%;}
.col2-7{width:27.142857142%;}
.col3-7{width:41.714285713%;}
.col4-7{width:56.285714284%;}
.col5-7{width:70.857142855%;}
.col6-7{width:85.428571426%;}
.col1-8{width: 10.75%}
.col3-8{width: 36.25%}
.col5-8{width: 61.75%}
.col7-8{width: 87.25%}
.col1-9{width: 9.333333333%}
.col2-9{width: 20.666666666%}
.col4-9{width: 43.333333332%}
.col5-9{width: 54.666666665%}
.col7-9{width: 77.333333331%}
.col8-9{width: 88.666666664%}
.col1-10{width: 8.2%;}
.col3-10{width: 28.6%;}
.col7-10{width: 69.4%;}
.col9-10{width: 89.8%;}
.col1-11{width: 7.272727273%;}
.col2-11{width: 16.545454546%;}
.col3-11{width: 25.818181819%;}
.col4-11{width: 35.090909092%;}
.col5-11{width: 44.363636365%;}
.col6-11{width: 53.636363638%;}
.col7-11{width: 62.909090911%;}
.col8-11{width: 72.181818184%;}
.col9-11{width: 81.454545457%;}
.col10-11{width: 90.72727273%;}
.col1-12{width:6.5%;}
.col5-12{width: 40.5%}
.col7-12{width: 57.5%}
.col11-12{width: 91.5%}
div[class*='final']{margin:2% 0% 0% 0%;}
div[class*='nulo']{margin:0% 0% 0% 0%;}
.div[class*='col'] .div[class*='col']{
	margin-top: 0;
}
/*  FIN COLUMNAS  */
.contenedor {
	width:auto;
	height: 100%;
	min-height:100%;
	max-height: auto;
	overflow:auto;
	position:relative;
	padding-bottom:50px;
	margin:0 auto 0 auto;
	background-color:transparent;
}
/* MENU */
#menu{
	position:fixed;
	top:0;
	left: -300px;
	z-index:2;
	margin:0%;
	padding:0px;
	min-height: 100%;
	height:auto;
	z-index:999;
	overflow: visible;
	background-color: #034402;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);
	box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);
}
#menu.cbp-spmenu-open {
	left: 0px;
}
#showmenu{
	color:#000000;
	border: none;
	background-color: #ffffff;
	padding: 3px 6px 2px;
	position:fixed;
margin:0px 5px 0px 10px;
	z-index:998;
	cursor:pointer;
	text-align:center;
	display:inline-block;
	-webkit-box-shadow: 0px 3px 0px #bbbbbb, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 3px 0px #bbbbbb, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 3px 0px #bbbbbb, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	
}
#showmenu:hover{
	color:#034402;
	-webkit-box-shadow: inset 0px 3px 3px #bbbbbb, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 3px 3px #bbbbbb, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
	box-shadow: inset 0px 3px 3px #bbbbbb, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
}
#showmenu #iconom{
	width: 22px;
	height: 22px;
}
#showmenu rect,
#showmenu circle,
#showmenu polygon,
#showmenu path{
	fill:#034402;
}
#showmenu:hover circle,
#showmenu:hover rect,
#showmenu:hover polygon,
#showmenu:hover path{
	fill:#359a30;
}

#btnhome{
	color:#000000;
	border: none;
	background-color: #ffffff;
	padding: 3px 6px 2px;
	position:relative;
	height:auto;
	display:inline-block;
	margin:0px 5px 0px 60px;
	cursor:pointer;
	text-align:center;
	-webkit-box-shadow: 0px 3px 0px #bbbbbb, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 3px 0px #bbbbbb, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 3px 0px #bbbbbb, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	
}
#btnhome:hover{
	color:#034402;
	-webkit-box-shadow: inset 0px 3px 3px #bbbbbb, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 3px 3px #bbbbbb, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
	box-shadow: inset 0px 3px 3px #bbbbbb, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
}
#btnhome #iconom{
	width: 22px;
	height: 22px;
}
#btnhome rect,
#btnhome circle,
#btnhome polygon,
#btnhome path{
	fill:#034402;
}
#btnhome:hover circle,
#btnhome:hover rect,
#btnhome:hover polygon,
#btnhome:hover path{
	fill:#359a30;
}
#btnreg{
	color:#000000;
	border: none;
	background-color: #ffffff;
	padding: 3px 6px 2px;
	position:relative;
	height:auto;
	font-size:22px;
	display:inline-block;
	margin:0px 5px 0px 5px;
	cursor:pointer;
	text-align:center;
	-webkit-box-shadow: 0px 3px 0px #bbbbbb, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 3px 0px #bbbbbb, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 3px 0px #bbbbbb, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	
}
#btnreg:hover{
	color:#034402;
	-webkit-box-shadow: inset 0px 3px 3px #bbbbbb, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 3px 3px #bbbbbb, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
	box-shadow: inset 0px 3px 3px #bbbbbb, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
}
#btnreg #iconom{
	width: 22px;
	height: 22px;
}
#btnreg rect,
#btnreg circle,
#btnreg polygon,
#btnreg path{
	fill:#034402;
}
#btnreg:hover circle,
#btnreg:hover rect,
#btnreg:hover polygon,
#btnreg:hover path{
	fill:#359a30;
}
.titmenu{
	margin:0 auto;
	padding:0 0 0 10px;
	color:#ffffff;
	vertical-align:middle;
	line-height:44px;
	/*background-color:#144669;*/
	background-color:#359a30;
	font-size:22px;
	font-weight:700;
	font-family: 'Dosis', sans-serif;
}
.titmenu i{
	font-size:23px;
	margin-right:10px;
}

/* Close Button */
.close-button {
	width: 44px;
	height: 44px;
	position: relative;
	float:right;
	overflow: hidden;
	text-indent: 16px;
	border: none;
	z-index: 1001;
	cursor:pointer;
	background-color: #034402;
	color: transparent;
}
.close-button:hover{
	background-color:#359a30;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 70%;
	top: 15%;
	left: 50%;
	background: #ffffff;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-button:hover::before,
.close-button:hover::after {
	background: #C2C2C2;
}
.menu{
	margin:15px 0px;
	position:relative;
	list-style:none;
	width:100%;
	height: 100%;
	min-height:100%;
	max-height: auto;
	padding:0px;
	position:relative;

}
.menu li {position: relative;}
.menu li a {
	display: block;
	position:relative;
 	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	font-size:14px;
	padding:8px 0px 8px 10px;
	margin:0 0% 0 0%;
	color: #ffffff;
	text-decoration:none;
}
.menu li a i {
	font-size:20px;
	width:20px;
}
.menu li a #iconom{
	width: 20px;
	height: 20px;
	margin-bottom:-3px;
}
.menu li a rect,
.menu li a circle,
.menu li a polygon,
.menu li a path{
	fill:#ffffff;
}

.menu li a.select{
	color:#359a30;
}
.menu li a:hover {
	background-color:#034402;
}
#csubmenu{
	width:120%;
	height:auto;
	position:absolute;
	top:-15px;
	right:-100%;
	margin:0px auto 0 auto;
	z-index: 999;
	display: none;
	background-color: transparent;
}
.arrow-before {
    width:0px;
    height:0px;
    border-bottom: 6px solid transparent;  /* izquierda flecha */
    border-right: 6px solid #333333; /* derecha flecha */
    border-top: 6px solid transparent; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    top: 12px;
    left: 3px;
    position: relative;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
.arrow-after {
    width:0px;
    height:0px;
    border-bottom: 6px solid transparent;  /* izquierda flecha */
    border-right: 6px solid #333333; /* derecha flecha */
    border-top: 6px solid transparent; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    top: 1px;
    left: 3px;
    position: relative;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
#tri{
	width:20px;
	position:absolute;
	top:15px;
	left: 0px;
	z-index:59;

}
.submenu{
	position:relative;
	list-style:none;
	float:left;
	width:90%;
	margin: 12px 9px 9px 9px;
	padding:0px 10px;
	background-color: rgba(51,51,51,0.90);
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius:5px;
  -webkit-box-shadow: 8px 8px 8px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 8px 8px 8px -4px rgba(0,0,0,0.75);
box-shadow: 8px 8px 8px -4px rgba(0,0,0,0.75);
}
.submenu li{
	border-bottom-style: dotted;
	border-bottom-color:#b2b2b2;
	border-bottom-width:1px;
	padding-left: 10px;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
}
.submenu li a {
	display: block;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-transform: capitalize;
	font-size:12px;
	padding: 8px 0px;
	border:none;
	vertical-align:middle;
	color: #FFF;
	text-decoration:none;
}
.submenu li a #iconom{
	width: 15px;
	height: 15px;
	margin-bottom:-3px;
}
.submenu li a i{
	font-size:12px;

}
.submenu li a rect,
.submenu li a circle,
.submenu li a polygon,
.submenu li a path{
	fill:#ffffff;
}
.submenu li a:hover{
	background-color:transparent;
	color:#034402;
}
.submenu li a:hover circle,
.submenu li a:hover rect,
.submenu li a:hover polygon,
.submenu li a:hover path{
	fill:#034402;
}
.submenu li:last-child {border:none;}
.menu li:hover #csubmenu{display:block;}
/* FIN MENU */
.linea{background-color:#0064ce;height:10px;width: 100%;}
p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#333;
	margin:10px 0px 3px 0px;
	padding:0px 8px 0px 8px;
}
.lista {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#000;
	list-style:none;
	padding-left:15px;
	margin-left:0px;
}
.lista li:before { content: "- " }
/* ----------- tabla   --------------- */
table{
	width:100%;
	border:none;
	margin:0 auto 0 auto;
	text-align: left;
	border-spacing: 0px;
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);
box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);

}
table tr:nth-child(even) { background: #ffffff; }
table tr:nth-child(odd) { background: #f1f1f1; }
table  tr:nth-child(odd) {
   background-color: #FFF;
   color:#777;
}
table tr:nth-child(even) {
   background-color: #f1f1f1;
   color:#777;
}
table tr:hover .link{color:#FFF;}
table tr:hover .msdsc p {color: #FFF;}
table th,
table td {
	padding: 10px 20px;
	vertical-align: middle;
	border-right: 1px solid #e2e2e2;
	border-top:0px;
	border-spacing: 0px;
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
	height: auto;
}
table td{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
}
table td span{
	font-style: italic;
}
table td div[class*='col']{
	margin-top:0%;
}
table thead th{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:16px;
	color:#ffffff;
	border:none;
	padding:5px 10px;
	text-align: center;
	background-color: #034402;
}
i.fa{
	font-size: 17px;
}
tr.titabla{
	font-weight:700;
	border:none;
	border:1px solid #dbdbdb;
	padding:4px 10px;
	background-color: #E8E8E8;
}
tr.titabla td{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:700;
	text-align: center;
	border:none;
	text-transform: capitalize;
	padding:6px 10px;
	background-color: #E8E8E8;
}
tr.titabla2{
	font-weight:700;
	border:none;
	border:1px solid #dbdbdb;
	padding:4px 10px;
	background-color: #E8E8E8;
}
tr.titabla2 td{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:700;
	text-align: center;
	border:none;
	text-transform: capitalize;
	padding:4px 10px;
	background-color: #ffffff;
}
table a{
	text-decoration: none;
	color: #777; 
	
}
table a:hover{
	color: #777;
}
/* -------------------------- */
h1,h2,h3,h4,h5,h6{
	margin:3px 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	padding: 0;
}
textarea, 
input[type="file"]:focus, 
input[type="password"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
input[type="text"]:focus {outline:none; border:1px solid #034402}
textarea,
input[type="password"],
input[type="text"],
input[type="number"],
input[type="time"] {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color: #777777;
	padding:6px 5px;
	width: 100%;
	resize: none;
	background-color: #ECECEC;
	border:1px solid #dedede;
}
input::-webkit-input-placeholder { color:#777777; }
input::-moz-placeholder { color:#777777; } /* firefox 19+ */
input:-ms-input-placeholder { color:#777777; } /* ie */
input:-moz-placeholder { color:#777777; }
label{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#333;
	padding:6px 0px;
	display: block;
}
/* ----------------------------------------------  Checkboxes and Radio inputs  ----------------------------------------------  */			
	input[type="radio"], 
	input[type="checkbox"] { position: absolute; left: -999em; }
	label#check{display:inline-block;float: left;margin-right: 10px;}
	label#check:before {
	position: relative;
	display: inline-block;
	top:0px;
	left:0px;
	vertical-align: middle;
	content:'';
	margin-right: 8px;
	width:15px;
	height:15px;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	color: #034402;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
  font-family: 'FontAwesome';
	background-color: #ffffff;
	border:1px solid #dedede;
-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.55);
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.55);
}	
input[type="checkbox"] + label#check:before { 
	content: " ";
}
input[type="checkbox"]:checked + label#check:before {
  content: "\f00c";
}	 
input[type="radio"] + label#check:before { 
	content: " ";
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
}	 	
input[type="radio"]:checked + label#check:before { 
	content: "\f111";
	font-size: 8px;
}
/* ----------------------------------------------  Checkboxes and Radio inputs  ----------------------------------------------  */			
/* ----------------------------------------------  SELECT  ----------------------------------------------  */

div.styled {
    overflow:hidden; /* this hides the select's drop button */
    padding:0px;
    margin:0;
    background: #ECECEC;
    width:100%;
    border:1px solid #dedede;
	position: relative;
}

div.styled select:focus{outline: none;}
div.styled:active {outline:none; border:1px solid #034402}
div.styled select {
	 -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: 0.01px;
    text-overflow: '';
    color:#777777;
    width:100% /* this percentage effectively extends the drop down button out of view */;
    background: none;
    background-color:transparent /* this hides the select's background making any styling visible from the div */;
    background-image:none;
    border:none;
    padding:5px 12px 5px 5px; /* padding should be added to the select, not the div */
    font-family: 'Open Sans', sans-serif;
	font-size:14px;
    font-weight: normal;
    cursor:pointer;

}
div.styled span {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 7px;
	text-align:center;
	height: 10px;
	background: #034402;
	box-shadow: 0 0 0 12px #034402;
}
div.styled span:after {
	content: '';
	position: absolute;
	right: 0;
	left:0;
	margin:0 auto;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
div.styled span:after {
	top: 5px;
	border-top: 4px solid #ffffff;
}

input[type="submit"],
.boton {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color: #FFF;
	margin:8px 0px 8px 0px;
	padding:5px 20px;
	background-color: #034402;
	background-image: linear-gradient(bottom, #034402 0%, #034402 100%);
	background-image: -o-linear-gradient(bottom, #034402 0%, #034402 100%);
	background-image: -moz-linear-gradient(bottom, #034402 0%, #034402 100%);
	background-image: -webkit-linear-gradient(bottom, #034402 0%, #034402 100%);
	background-image: -ms-linear-gradient(bottom, #034402 0%, #034402 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #034402),
		color-stop(1, #034402)
	);
	-webkit-box-shadow: 0px 3px 0px #359a30, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(164,164,164,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 3px 0px #359a30, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(164,164,164,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 3px 0px #359a30, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(164,164,164,.3), inset 0px 0px 3px rgba(164,164,164,.5);
	z-index: 2;
	display: inline-block;
	border:none;
	text-decoration: none;
	float: right;
	cursor: pointer;
	}
input[type="submit"]:focus {outline:none;}
input[type="submit"]:hover,
.boton:hover {
	background-color: #cccccc;
	background-image: linear-gradient(bottom, #034402 0%, #034402 100%);
	background-image: -o-linear-gradient(bottom, #034402 0%, #034402 100%);
	background-image: -moz-linear-gradient(bottom, #034402 0%, #034402 100%);
	background-image: -webkit-linear-gradient(bottom, #034402 0%, #034402 100%);
	background-image: -ms-linear-gradient(bottom, #034402 0%, #034402 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #034402),
		color-stop(1, #034402)
	);
-webkit-box-shadow: inset 0px 3px 3px #359a30, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 3px 3px #359a30, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
	box-shadow: inset 0px 3px 3px #359a30, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
	color:#FFF;
	}
	
/**/
/* file inputs */
/**/
.input-file .boton {
	position: absolute;
	top: 7px;
	right: 1.8px;
	float: none;
	height: 31px;
	margin: 0;
	padding: 0 20px;
	font-size: 13px;
	line-height: 31px;
	-webkit-box-shadow: 0px 0px 0px #359a30, 0px 0px 5px rgba(0,0,0,.4), inset 0px 0px 0px rgba(164,164,164,.3), inset 0px 0px 0px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 0px 0px #359a30, 0px 0px 5px rgba(0,0,0,.4), inset 0px 0px 0px rgba(164,164,164,.3), inset 0px 0px 0px rgba(255,255,255,.5);
	box-shadow: 0px 0px 0px #359a30, 0px 0px 5px rgba(0,0,0,.4), inset 0px 0px 0px rgba(164,164,164,.3), inset 0px 0px 0px rgba(164,164,164,.5);
}
.input-file .boton:hover {
	box-shadow: none;
}
.input-file .boton input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width:100%;
	cursor: pointer;
	opacity: 0;
}
/**/

#op{
	text-decoration: none;
	color:#000;
	font-size: 15px;
	position: relative;
	padding: 0;
	float: none;
}
#op:hover{
	text-decoration: none;
	text-align: center;
	color:#034402;
	font-size: 15px;
}
#etiq{text-align: right;vertical-align: middle;padding:3px 0px;margin:3px 0px;}
#etiq2{text-align: left;vertical-align: middle;padding:3px 5px;margin:3px 0px;}
.resaltar{font-weight:600;}
#sombraimg{
	-webkit-box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);
	box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);
	margin-bottom: 10px;
}
#contfor{
	background-color:#ffffff;
	-webkit-box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);
	box-shadow: 1px 5px 15px -2px rgba(0,0,0,0.75);
}
/**/
/* toggles */
/**/
label.toggle {
	margin:0;
	padding:0px;
	color: #777;
	cursor: pointer;
	position: relative;
	height: auto;
	display:block;
	background: transparent;
}
label.toggle:last-child {
	margin-bottom: 0;
}
label.toggle input {
	position: absolute;
	left: -9999px;
}
label.toggle i {
	content: '';
	position: relative;
	margin:0 auto;
	display: block;
	width: 45px;
	height: 18px;
	padding: 0;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	background: #fff;
	border:2px solid #000000;
	background-color: transparent;
}
label.toggle i:after {
	content: 'OFF';
	position: absolute;
	top: 0px;
	right: 8px;
	left: 8px;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 8px;
	line-height: 14px;
	font-weight: 700;
	text-align: left;
	color: #777;
}
label.toggle i:before {
  font-family: 'FontAwesome';
  content: "\f111";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
	position: absolute;
	vertical-align: middle;
	top: 1px;
	z-index: 1;
	right: 2px;
	display: block;
	width: 10px;
	height: 10px;
	transition: right 0.2s;
	-o-transition: right 0.2s;
	-ms-transition: right 0.2s;
	-moz-transition: right 0.2s;
	-webkit-transition: right 0.2s;
}
label.toggle input:checked + i:after {
	font-family: 'Open Sans', sans-serif;
	content: 'ON';
	text-align: right;
	color: #034402;
	font-size: 8px;
}
label.toggle input:checked + i:before {
	right: 28px;
	color: #034402;
}
.titulo{
	width: 100%;
	font-weight:700;
	border:none;
	margin:0;
	padding: 5px 10px;
	color: #777777;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	text-align: center;
	border:none;
	text-transform: capitalize;
}
.titulo .boton{
	font-weight: normal;
	margin:0px 0px 0px 0px;
}
.titulo_exp{
	font-family: 'Dosis', sans-serif;
	font-size:20px;
	color: #034402;
	font-weight: 600;
	margin: 1% 0%;
	padding: 5px;
	width:100%;
	border-bottom: 2px solid #034402;
}
/* ----------- tabla   --------------- */
table#estilo2 {
	width:100%;
	border:none;
	margin:0 auto 0 auto;
	text-align: left;
	border-spacing: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);

}
table#estilo2  tr:nth-child(odd) {
	background: none;
   color:#777;
}
table#estilo2 tr:nth-child(even) {
	background: none;
   color:#777;
}
table#estilo2 tr th:last{
	border-right: none;
}
table#estilo2 tr:hover .link{color:#FFF;}
table#estilo2 tr:hover .msdsc p {color: #FFF;}
table#estilo2 th,
table#estilo2 td {
	padding: 8px 10px;
	vertical-align: middle;
    border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
table#estilo2 td{ font-family: 'Open Sans', sans-serif; font-size:13px;font-weight:400;}
table#estilo2 td:last-child { }
table#estilo2 thead th{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#ffffff;
	border:none;
	padding:10px 10px;
	text-align: center;
	background-color: #034402;
}
/* ----------- tabla   --------------- */
table#estilo3 {
	width:90%;
	border:none;
	margin:0 auto 0 auto;
	text-align: right;
	border-spacing: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);

}
table#estilo3  tr:nth-child(odd) {
	background: none;
   color:#777;
}
table#estilo3 tr:nth-child(even) {
	background: none;
   color:#777;
}
table#estilo3 tr th:last{
	border-right: none;
}
table#estilo3 tr:hover .link{color:#FFF;}
table#estilo3 tr:hover .msdsc p {color: #FFF;}
table#estilo3 th,
table#estilo3 td {
	padding: 8px 10px;
	vertical-align: middle;
	border-right: 1px solid #e2e2e2;
	border-top:0px;
	border-spacing: 0;

}
table#estilo3 td{ font-family: 'Open Sans', sans-serif; font-size:12px;font-weight:400;}
table#estilo3 td:last-child {border:none;}
table#estilo3 thead th{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#ffffff;
	border:none;
	padding:10px 10px;
	text-align: center;
	background-color: #034402;
}
.sinsom,
#sinsom{
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}
/* LOGIN */
.inisc{
	position:absolute;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	top:0;
	left:0;
	right:0;
	margin:8% auto 0 auto;
	width:280px;
	height: auto;
	overflow: auto;
	text-align: center;
	padding: 20px;
	background-color:#000000;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.75);
	box-shadow: 0 0 20px rgba(0,0,0,0.75);

}
.inisc .titulo{
	font-family: 'Dosis', sans-serif;
	font-size:18px;
	font-weight: normal;
	text-align: center;
	color:#000;
	margin:0 0 0 0;
	text-transform:none;
	padding:0;
}
.inisc .link{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	font-weight:400;
	color:#f1f1f1;	
	margin:0 0 0 12px;
	padding:0;
	text-align:left;
	cursor:pointer;
}
.inisc .subtitulo label{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#f1f1f1;	
	margin:0 0 0 0;
	padding:0;
	padding-bottom: 5px;
	text-align:left;
}
.inisc .mensaje{
	margin:5px -20px;
	background-color: #034402;
	padding: 8px 15px;
	color: #FFF;
	font-size: 15px;
	text-align:center;
	font-weight:400;
	font-family: 'Dosis', sans-serif;
}
.inisc .formulario{
  padding: 6px 5px 6px 40px;
}
.inisc i{
	position:absolute;
	left:0px;
	top:0px;
	line-height:30px;
	width:35px;
	height:33px;
	display:block;
	text-align:center;
	color:#ffffff;
	background-color:#034402;
	border-right:2px solid #000000;
	padding:0px;
}
/* FIN LOGIN */
.paginacion{
	margin-top:0;
	text-align:right;
}
.paginacion div{
	position:relative;
	float:none:
	clear:both;
	display:inline-block;
	width:auto;
	margin:0;
	padding:2px;
	height:auto;
	overflow:hidden;
}
.paginacion a{
	font-family:'Dosis', sans-serif;
	font-weight: 400;
	padding: 3px 10px;
	background-color:transparent;
	color:#FFF;
	text-decoration: none;
	text-align: center;
	height:auto;
	display: inline-block;
	margin:0% 1% 0% 0%;
	overflow: auto;
}
.paginacion a:hover{
	background-color: #ffffff;
	color: #034402;
}
.paginacion .siguiente a,
.paginacion .anterior a{
	background-color: transparent;

}
.paginacion .siguiente a:hover,
.paginacion .anterior a:hover{
	background-color: #ffffff;
	color: #034402;

}
.paginacion .activo a{
	background-color: #ffffff;
	font-weight: bold;
	color: #034402;
}
.botonx,
.botonagr{
	position:relative;
	display:block;
	border:none;
	background-color: #ECECEC;
	font-family:'Dosis', sans-serif;
	font-weight: 700;
	font-size:25px;
	line-height:20px;
	color:#000000;
	padding:0px 10px 6px;
    border:1px solid #dedede;
    cursor:pointer;
}
.botonx:hover,
.botonagr:hover{
	color: #034402;
}
#recuperar{
	display:none;
}
.white-popup-block {
    background: #FFF;
    padding: 0px 0px 15px;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
}
.white-popup-block h4{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:18px;
	color:#ffffff;
	text-transform:uppercase;
	border:none;
	margin:0;
	padding:10px 10px;
	text-align: center;
	background-color: #034402;
}
.white-popup-block div.col1-2{
	text-align:center;
}
.white-popup-block .boton{
	float:none;
	cursor:pointer;
}
.white-popup-block.txtpop{
	overflow:auto;

}
.white-popup-block.txtpop p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	font-size:15px;
	margin:20px 0px;
}
.white-popup-block.txtpop .mfp-close {
    color: #ffffff;
}
/* start state */
.my-mfp-zoom-in .white-popup-block {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .white-popup-block {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .white-popup-block {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.center{
	text-align:center;
}
.cuadme{
	background-color:#034402;
	min-height:150px;
	color:#ffffff;
text-decoration: none;
	padding:35px 20px;
	text-align:center;
	-webkit-box-shadow: 0px 10px 0px #359a30, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(164,164,164,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 10px 0px #359a30, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(164,164,164,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 10px 0px #359a30, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(164,164,164,.3), inset 0px 0px 3px rgba(164,164,164,.5);

}
div.cuadme h3{
	font-family: 'Dosis', sans-serif;
	font-weight:600;
}
.cuadme:hover{
	background-color:#034402;
	min-height:150px;
	color:#359a30;
	padding:35px 20px;
	text-align:center;
text-decoration: none;
	-webkit-box-shadow: inset 1px 10px 	10px #359a30, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
	-moz-box-shadow: inset 1px 10px 10px #359a30, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
	box-shadow: inset 1px 10px 10px #359a30, 0px  0px  0px rgba(0,0,0,.4), inset 0px  0px 0px rgba(255,255,255,.3), inset 0px 0px  0px rgba(255,255,255,.5);
}

.cuadme i{
	font-size:90px;
	width:auto;
	padding:0;
	margin-bottom:10px;
}
.cuadme:hover circle,
.cuadme:hover rect,
.cuadme:hover polygon,
.cuadme:hover path{
	fill:#359a30;
	stroke:#359a30;
}
.cuadme.iconomabel:hover circle,
.cuadme.iconomabel:hover rect,
.cuadme.iconomabel:hover polygon,
.cuadme.iconomabel:hover path{
	fill:none;
	stroke:#359a30;
}
.menuhdn{
	width:100%;
	height:100%;
	position:absolute;
	left:-100%;
	top:0;
	padding:10px;
	background-color:rgba(3,68,2,0.8);
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.menuhdn ul{
	padding:0;
	margin:0;
	list-style:none;

	text-align:left;
}
.menuhdn ul li{
	padding:0;
	margin:0;
}
.menuhdn ul li a{
	line-height:20px;
	vertical-align: middle;
	color:#ffffff;
	font-size:13px;
	text-align:left;
	padding:4px 10px;
	display:block;
}
.menuhdn ul li a i.fa{
	font-size:14px;
	width:20px;
	height:0;
}
.menuhdn ul li a:hover{
	background-color:#034402;
}
.cuadme:hover .menuhdn{
	left:0%;
}



#divcenter{
	float:none;
	margin: 2% auto 0;
}
#prueba div[class*='col']
{
	background-color:#034402;
	color:#FFF;
	font-size:12px;
	text-align:center;
	padding: 10px 0px;
}
div.contregt{
	position:absolute;
	left:0;
	top:0;
}
div.contregb{
	position:absolute;
	left:0;
	bottom:-16px;
}
div.contregb .boton,
div.contregt .boton{
	float:left;
	margin:0 1% 1% 0;
	padding:10px 16px;
	font-size:20px;
}
#datos_registro,
#campos_obligatorios,
#campos_obligatoriosc{
	font-size: 13px;
	padding: 0 50px;
	font-style: italic;
	margin:0;
}
.generar{
	position: absolute;
	right: 72px;
	top: 60px;
	font-style: italic;
	font-size: 12px;
	cursor: pointer;
}
.generar2{
	float: right;
	margin: 5px 75px 0 0;
	font-style: italic;
	font-size: 12px;
	cursor: pointer;
}
.generar:hover{
	color: #1575cc;
}
a.cerrar_modal{
	float:right;
	cursor: pointer;
}
a.cerrar_modal:hover{
	color: #05273a;
}
#no_registros{
	text-align: center;
	font-style: italic;
	margin-bottom: 10px;
}


/* Tabs container */
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.r-tabs {
	position: relative;
	background-color:transparent;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #A0A0A0;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	font-family: 'Dosis', sans-serif;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #ffffff;
	background-color: #034402;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;
	border:2px solid #bbbbbb;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius:0px 0px 8px 8px;
	-webkit-border-radius:0px 0px 8px 8px;
	-khtml-border-radius:0px 0px 8px 8px;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	margin-top: 1%;
	background-color: #A0A0A0;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #034402;
	color: #ffffff;
}
.titulo_tab{
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	color: #034402;
	font-weight: 600;
	margin: 0 0 20px 0;
	padding: 5px;
	width:100%;
	border-bottom: 2px solid #034402;
}
#horizontalTab span#consecutivo{
	position:absolute;
	top: 5px;
	right: 2px;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	color: #034402;
	font-weight: 600;
}
.fondo{background-color: #ececec;}
#tabs-1 div{
	margin-top:6px;
}
#div_agregar_status{
	display: none;
}
#div_recibio{
	display: none;
}
#div_pass{
	display: none;
}
.config_pass{
	font-size: 13px; 
	font-style: italic; 
	text-align: center;
	color: #034402;
	padding: 10px 0px;
}
.config_pass a:hover{
	cursor: pointer;
	color: #359a30;
}
.cabecera #login span#nombre_sesion{
	margin: 0;
	padding: 0;
}
p#ejemplo{
	font-size: 12px;
	color: #8c8c8c;
	padding: 0;
	margin: 0;
}
p#ejemplo span{
	color: #d50000;
}
.ver{
	cursor: pointer;
	color: #034402;
}
#mapCanvas{
	width: 100%;
	height: 600px;
}
p.msj_eliminar{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
	padding-left: 30px;
}
.italic{
	font-style: italic;
}
table#plan_estudios tbody tr td{
	padding: 0;
    border: none;
}
table tbody tr.ui-sortable-helper{
	background-color: rgba(3,68,2,0.5);
}
table tbody tr.ui-sortable-helper td{
	color:#ffffff;
}
.handle {
	cursor: move;
}
div.ui-sortable-helper .bckimg{
		background-color: #9E1F1F;
}
div.ui-sortable-helper img{

-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
}
div[id*='listItem']{
	min-height:220px;
}