
/* @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: 80%;
	line-height: 1.25em;
	font-family: 'BenchNine', sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: #91c3e9;
}


div.container {
	min-width: 290px;
	max-width: 640px;
	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{
	font-family: 'Roboto', sans-serif;
	text-align:justify;
	font-size: 13px;
	padding:0px;
	margin: 10px 0px;
}
.small { font-size:14px;}
div.toc ul {
	color: #4E6CA3;
	list-style-type: none;
	padding-left: 0;
}
section.cabezote{ color:#000;}
section.table{ color:#000;}


.dataTables_wrapper {
	padding: 20px 0px;
	background-color: #EEF0EF;
	margin-bottom: 15px;
}
div.col1 {
		float: none;
		position: relative;
		width: 92%;
		padding: 0px 4% 10px 4%;
		clear:both;
	}
div.col2 {
		float: none;
		position: relative;
		width: 92%;
		padding: 0px 4% 10px 4%;
		clear:both;
	}
div.colpie {
		float: none;
		position: relative;
		width: 92%;
		padding: 10px 4%;
		clear:both;
	}
div.colmenu{
		float: none;
		position:relative;
		width: 92%;
		padding: 0px 4%;
}


.dataTables_wrapper .dataTables_filter {
	font-size: 18px;
}


.dataTables_empty{
	background: url(../images/8.gif) 50% 50% no-repeat;
	height: 80px;
	
}



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;
		margin: 0px 0px 0px 0px;
		padding: 0px;
}






ul.tabs li {
	display: inline-block !important;
	float: none;
	list-style: none;
}
ul.tabs li a {
	display: inline-block;
	float: none;
	padding: 0 4px;
	height: 40px;
	font-size: 1.2em;
	margin: 0 0px;
	cursor: pointer;
	line-height: 40px;
	color: #121e32;
	border: 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: #EEF0EF;
	
}

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%;
}


	
	

	div.container,
	div.footer {
		padding: 0;
	}


.share a{
	float:left;
}
.valoracion-twitter {
    float: left;
	margin: 0 5px;

}
.valoracion-facebook {
    float: left;
	margin: 0 5px;
}

a.valoracion-whatsapp {
    float: left;
	margin: 0 5px;
}