@charset "utf-8";

body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:normal;
	color:#333;
	background-image: url(../img/textura_ucc.png), linear-gradient(#38a7b1, #8cb15f);
	 background-attachment: fixed;
}


#pageslide {
	background-color:rgba(17,56,65,0.92);
	color:#FFF;
	display:none;
	height:100%;
	padding:20px 0 20px 0;
	position:absolute;
	box-shadow: 0 3px 6px #000;
	top:0;
	width:260px;
	z-index:999999;
}


	#pageslide h2.title {
		color:#fff;
		font-weight:700;
		font-size:1.6em;
		margin-bottom:20px;
		background-color: #56AAC6;
		padding:5px 30px;
	}

.def {
	display:none;
	height:100%;
	overflow-y:auto;
	overflow-x:auto;
}

.def .icono{
	background: url(../img/icon_glosario-23.png) no-repeat 0 0;
	width:26px;
	height:26px;
	float:left;
	margin: 25px 5px;
	

}
	
	.objinfo {
		border-bottom:1px solid #bbb;
		margin:1.5em 5px;
	padding-left:20px;
		padding-bottom:1em;
		overflow:hidden;
	
		
	}
	
.objinfo strong {
	color:rgba(204,211,37,1);
	font-size:1.2em;
}
	
		.objinfo a {
				color:#fff;
				text-decoration:none;
			}
			
			.objinfo a:hover {
				text-decoration:underline;
			}
			
			.objinfo a:after {
					content: ' >';
				}
		
		.objinfo h3 {
			color:#DDD;
			font-size:1.1em;
			font-weight:700;
			margin:0;	
			text-decoration:none;
		}
		
		.objinfo p {
			color:#FFF;
			font-size:1em;
			margin-right:5px;
			
		}
		
		
.matriz {
	width:90%;
	margin:0 auto;
	border-spacing: 0;

}

.matriz th,td {
	text-align: center;
	padding:5px;
}

.matriz th{
	border-bottom:1px solid #CCD325;
	border-right:1px solid #CCD325;
	background-color: #224F5B;
	color:white;
	font-weight:normal;
}

.matriz td{
	border-bottom:1px dashed #CCD325;
	border-right:1px dashed #CCD325;
	background:white;
}

.matriz a {
	text-decoration:none;
	color:inherit;
}

.matriz a:hover{
font-weight: bold;
}

#convenciones{
	margin:20px auto;
	border-spacing: 0;
	font-size: 10pt;
	width:60%;
}

#convenciones td{
	background-color: white;
	text-align: left;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}



