/*
Theme Name: Fearless - Modern, Clean, & Responsive WP Magazine
Theme URI: http://mochathemes.com/themes/fearless/
Description: A bold, modern, and fully Responsive Premium WordPress Magazine Theme
Author: MochaThemes
Author URI: http://mochathemes.com
Version: 1.7.3
Tags: responsive, clean, modern, magazine, minimal, news, blog, retina, hidpi
License: GPLv2 or later
*/

#resultado {
    border: 1px solid #eee;
    max-height: 500px;
    overflow-y: scroll;
    padding: 10px;
    text-align: justify;
    width: 98%;
}

/* Box-sizing */
*,
*:after,
*:before,
#menubar-search * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Clearfix */
#container:after,
#header:after,
.hentry:after,
#main:after,
#primary-navigation:after,
#topbar:after,
.clearfix:after {
	clear: both;
	content: "";
	display: table;
}
.clear {
	clear: both;
	display: block;
}

/* Links */
a {
	color: #21759b;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
	     -o-transition: color 0.3s;
	        transition: color 0.3s;
}
a:hover,
a:focus,
a:active {
	color: #d54e21;
}

hr {
	border: 0.9px solid #eee
}

/* Tables */
table {
	background: #fff;
	border: 1px solid #eee;
	font-size: 13px; font-size: 1.3rem;
	margin: 0 0 1.5em;
	width: 100%;
}
table caption {
	background: #333;
	color: #ddd;
	font-size: 12px; font-size: 1.2rem;
	padding: 0.6em;
	text-transform: uppercase;
}
th,
td {
	padding: 0.2em 0.4em;
}
th {
	background: #e5e5e5;
	border: 1px solid #d5d5d5;
	text-align: left;
}
td {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	color: #656565;
}
tr:nth-child(2n+1) td {
	background: #fafafa;
}


p {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	font-size: 0.9em;
	font-style: italic;
}
ul, ol {
	margin: 0 0 1em 0;
	padding-left: 2em;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
pre {
	background: #fff;
	border: 1px solid #e5e5e5;
	font-size: 0.9em;
	padding: 0.75em;
}