
/* @font-face {
	RaleWay Thin from - https://www.theleagueofmoveabletype.com, Font Squirrel for Web Font creation with "Adjust Glyph Spacing" -50 
    font-family: 'ralewaythin';
    src: url('font/raleway_thin-webfont.eot');
    src: url('font/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/raleway_thin-webfont.woff') format('woff'),
         url('font/raleway_thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/


body {
	font-size: 110%;
	line-height: 1em;
	font-family: 'BenchNine', sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/bgleft.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
	background-color: #91c3e9;
}


div.container {
	max-width: 1120px;
	margin: 0 auto;
}



h1 {
	
    font-weight: 700;
	font-size: 37px;
	padding:0px;
	margin: 20px 0px;
}



a {
	cursor: pointer;
	color: #3174c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


p{
	text-align:left;
	padding:0px;
	margin: 10px 0px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}
.small { font-size:14px;}
div.toc ul {
	color: #4E6CA3;
	list-style-type: none;
	padding-left: 0;
}
section.cabezote{
	color:#000;
	line-height:1.2em;
	

}
section.table{ color:#000;}


.dataTables_wrapper {
	padding: 20px 10px;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	margin-bottom: 15px;
}
div.col1{
	float:left;
	position:relative;
	width: 52%;
	padding: 31px 3% 3% 3%;
}
div.col2{
	float:left;
	position:relative;
	width: 38%;
	padding: 0px 3% 0px 0%;
}	

div.colmenu{
	float:left;
	position:relative;
	width: 92%;
	padding: 0px 4% 0px 4%;
}

.dataTables_wrapper .dataTables_filter {
	font-size: 18px;
}


.dataTables_empty{
	background: url(../images/8.gif) 50% 50% no-repeat;
	height: 80px;
	
}

table.dataTable tbody.gen{
	background-color: rgba(33,111,199,1.00);
}

div.toc li {
	padding: 0.2em 1em;
	border-left: 4px solid transparent;
	border-bottom: 1px solid #e6e6e6;
}

div.toc li.active {
	border-left: 4px solid #458ae0;
}


div.toc li:first-child {
	border-top: 1px solid #efefef;
}

div.toc li:last-child {
	border-bottom: 1px solid #efefef;
}


div.epilogue {
	text-align: center;
}

p.copyright {
	font-size: 0.8em;
	padding-bottom: 2em;
	margin-bottom: 0;
}

.clear {
	clear: both;
	height: 0;
}


div.info {
	margin-bottom: 2em;

	-webkit-column-count: 2;
	   -moz-column-count: 2;
	    -ms-column-count: 2;
	     -o-column-count: 2;
	column-count: 2;


	-webkit-column-rule: 1px solid #F3F3F3;
	   -moz-column-rule: 1px solid #F3F3F3;
	    -ms-column-rule: 1px solid #F3F3F3;
	     -o-column-rule: 1px solid #F3F3F3;
	column-rule: 1px solid #F3F3F3;
}

div.info > * {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

div.info li {
	margin-top: 0.75em;
}

div.info p:first-child {
	margin-top: 0;
}

div.footer {
	position: relative;
	margin-top: 3em;
	border-top: 1px solid #999;
	background-color: #eee;
}

div.footer > div.liner {
	max-width: 960px;
	margin: 0 auto;
}

div.footer > div.gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;

	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}



ul.tabs {
	position: relative;
	top: 1px;
	height: 40px;
	margin: 32px 20px 0 0;
}

ul.tabs li {
	display: block !important;
	float: left;
	list-style: none;
}
ul.tabs li a {
	display: block;
	float: left;
	padding: 0 15px;
	height: 40px;
	font-size: 1.2em;
	margin: 0 5px;
	cursor: pointer;
	line-height: 40px;
	color: #121e32;
	border: 1px solid white;
	border-bottom: none;
	margin-top: 0px;
	background-color: #858585;
	text-decoration: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

ul.tabs li a.active {
	border: 1px solid #ccc;
	border-bottom: 1px solid white;
	margin-top: 0;
	background-color: #ffffff;
	
}

ul.tabs li a:hover {
	background-color: #fafafa;
}

ul.tabs li a.active:hover {
	background-color: #fff;
}

div.tabs {
	clear: both;
}

div.tabs>div {
	padding: 0 15px;
	border: 1px solid #ccc;
	margin-top: 1px;
	display: none;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #bbb;
}

div.tabs>div h1 {
	border-bottom: none;
	margin-top: 1em;
}

div.column_half {
	float: left;
	width: 49%;
	padding-right: 1%;
}
.hide {
	display: none;
}

a.read-more-show:link, a.read-more-hide:link, a.read-more-show:visited, a.read-more-hide:visited{
	color: #eee;
}
a.read-more-show:hover, a.read-more-hide:hover{
	color: #fff;
}

.rotate {
	display:block;
	-webkit-transform: rotate(-90deg) !important;
	-moz-transform: rotate(-90deg) !important;
	-ms-transform: rotate(-90deg) !important;
	-o-transform: rotate(-90deg) !important;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) !important;
}



@media (max-width: 1480px) {
	body {
		background-position: center top !important;
		font-size: 90%;
	}
}