/* Reset */
*{
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Generales ----------------------------------------
-------------------------------------------------- */
img {
    width: 100%;
    height: auto;
}

th {
	font-weight: bold;
}

/* Particulares -------------------------------------
-------------------------------------------------- */
p > .cap {
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	color: #58a4bf;
}

#header {
	max-width: 680px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#logo {
	padding-right: 80px;
	max-width: 350px;
	margin: auto;
}

#listado {
	max-width: 680px;
	margin: auto;
	padding-left: 25px;
}

.rk_16 {
	max-width: 30%;
	float: left;
	margin-right: 1px;
}

.rk_16> p {
	font-family: 'Oswald', sans-serif;
	font-size: 11px; 
	background-color: #000;
	color: #fff;
	margin-bottom: 1px;
	text-align: right;
	padding: 5px;
}

.rk_16 > .secciones {
	margin-bottom: 3px;
}
.rk_16 > .grey {
	background-color: #666;
}

.rk_15 {
	max-width: 30px;
	float: left;
	margin-right: 1px;
}

.rk_15> p {
	font-family: 'Oswald', sans-serif;
	font-size: 11px; 
	background-color: #58a4bf;
	color: #000;
	margin-bottom: 1px;
	text-align: right;
	padding: 5px;
}

.rk_15 > .secciones {
	margin-bottom: 3px;
	background-color: #666;
	color: #fff;
}
.rk_15 > .grey {
	background-color: #edebe8;
}

.empresa {
	width: 80%;
	float: left;
	margin-right: 1px;
}

.empresa > p {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px; 
	background-color: #d1d1d1;
	color: #000;
	margin-bottom: 1px;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	padding-right: 60px;
}

.empresa > .secciones {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	align-items: center;
	background-color: #58a4bf;
	padding-bottom: 16px;
	margin-bottom: 3px;
	color: #fff;
}
.empresa > .grey {
	background-color: #edebe8;
}

.variables {
	max-width: 300px;
	margin: auto;
	clear: both;
	padding-top: 10px;
}

.variables > p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 10px;
	text-align: center;
	background-color: #edebe8;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}