/* 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;
	margin: auto;
}

div {
	border-width: 1px;
	border-color: #cacaca;
}

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

th {
	font-weight: bold;
}

/* Particulares -------------------------------------
-------------------------------------------------- */
.metodologia {
	max-width: 800px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: justify;
	line-height: 1.4;
}

.metodologia > p {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.4;
	padding-bottom: 25px;
}

.rk_01 {
	width: 25px;
	height: 20px;
	background-color: #000;
	padding: 5px;
	padding-left: 5px;
	border-bottom: 1px solid white; 
	border-right: 1px solid white; 
	color: #fff;
	font-family: Oswald,sans-serif;
	font-size: 13px;

}
.rk_02 {
	width: 25px;
	height: 20px;
	background-color: #666;
	padding: 5px;
	padding-left: 5px;
	border-bottom: 1px solid white; 
	border-right: 1px solid white; 
	color: #fff;
	font-family: Oswald,sans-serif;
	font-size: 13px;

}

.empresa_header {
	width: 500px;
	height: 20px;
	padding: 5px;
	padding-left: 5px;
	background-color: #ed1c24;
	border-bottom: 1px solid white; 
	border-right: 1px solid white;
	color: #fff;
	font-family: Oswald,sans-serif;
	font-size: 13px;
}

.empresa {
	padding: 5px;
	padding-left: 5px;
	width: 500px;
	height: 20px;
	background-color: #d9d9d9;
	border-bottom: 1px solid white; 
	border-right: 1px solid white;
	color: #000;
	font-family: Open Sans,sans-serif;
	font-size: 13px;
}

.empresa_02 {
	padding: 5px;
	padding-left: 5px;
	width: 500px;
	height: 20px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #d9d9d9; 
	border-right: 1px solid #d9d9d9;
	color: #000;
	font-family: Open Sans,sans-serif;
	font-size: 13px;
}

.puntos_header {
	padding: 5px;
	padding-left: 5px;
	width: 50px;
	background-color: #000;
	border-bottom: 1px solid white; 
	border-right: 1px solid white;
	color: #fff;
	font-family: Oswald,sans-serif;
	font-size: 13px;
}

.puntos {
	padding: 5px;
	padding-left: 5px;
	width: 50px;
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9; 
	border-right: 1px solid #d9d9d9;
	color: #000;
	font-family: Oswald,sans-serif;
	font-size: 13px;
}

.puntos_02 {
	padding: 5px;
	padding-left: 5px;
	width: 50px;
	background-color: #e9e9e9;
	border-bottom: 1px solid #d9d9d9; 
	border-right: 1px solid #d9d9d9;
	color: #000;
	font-family: Oswald,sans-serif;
	font-size: 13px;
}

.bullet {
	max-width: 600px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Responsive -------------------------------------
-------------------------------------------------- */
@media screen and (max-width: 850px){
.metodologia {
	max-width: 700px;
	margin: auto;
}

}

@media screen and (max-width: 700px){

table {
	margin: 5px;
}

.metodologia {
	max-width: 600px;
	margin-left: 20px;
	margin-right: 20px;
}

.bullet {
	margin: 5px;
}

}