/* 
Theme Name: Macgrafic
Theme URI: http://www.macgrafic.com/
Description: Theme Macgrafic v2.0
Version: 2.0
Author: Macgrafic.com
Author URI: http://www.macgrafic.com/
*/

@import url("style_menu.css");

@import url("style_header.css");

@import url("style_content.css");

@import url("style_sidebar.css");

@import url("style_inside_footer.css");

@import url("style_barra.css");

@import url("style_single.css");

@import url("style_coments.css");

@import url("style_js_menu.css");

/*@import url("style_wp_adminss.css");*/

@import url("style_premium.css");

@import url("style_slider_barra_social.css");



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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	text-decoration: none;
	color: #fff;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

a:hover, a:hover span {
	color: #f81e4c !important;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #222222;
	color: #CCCCCC !important;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 140%;
}

#menu {
	border-bottom: 1px solid #111;
	width: 100%;
	height: 50px;
	display: block;
	position: relative;
}

#header {
	border-bottom: 1px solid #111;
	border-top: 1px solid #333;
	background: #000000 url(images/IMG-header-001.jpg) no-repeat center top;
	height: 160px;
	display: block;
	position: relative;
}

#content {
	border-bottom: 1px solid #111;
	border-top: 1px solid #333;
	padding-bottom: 50px;
	clear: both;
	position: relative;
}

#inside {
	border-bottom: 1px solid #111;
	border-top: 1px solid #333;
	background: #1B1B1B;
	width: 100%;
	clear: both;
	position: relative;
}

#footer {
	border-top: 1px solid #222;
	background: #000;
	padding: 20px 0 60px 0;
	clear: both;
	position: relative;
	overflow: hidden;
}

.contenido {
	width: 870px;
	margin: 0 auto;
	text-shadow: 0 1px 1px #000000;
	clear: both;
	position: relative;
}

.contenido .syntaxhighlighter{
	text-shadow: none !important;
}

#content .contenido {
	overflow: hidden;
}

embed {
	margin-top: 15px;
}

/*Tablas */

table {
	border-collapse: collapse;
	background: #222;
	color: #033;
	line-height: 16px;
	font-size: 12px;
	margin-top: 15px;
}

caption {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	padding: 1em 4px;
}

tr {
	padding: 3px 3px .75em 3px;
	line-height: 1.3em;
	border-bottom: 1px dotted #555;
}
tr:hover {
	background: #000;
}

td, th {
	padding: 3px 3px .75em 3px;
	line-height: 1.3em;
}

th {
	background: #839E99;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

thead th {
	background: #000;
	padding-left: 5px;
}


td a, td a:link {
	color: #325C91;
}

td a:visited {
	color: #466C8E;
}

td a:hover, td a:focus {
	color: #1E4C94;
}

th a, td a:active {
	color: #fff;
}

tfoot th, tfoot td {
	background: #2C5755;
	color: #fff;
}