/*
Theme Name: Portal DEFdigital
Theme URI: http://www.defdigital.com.ar/
Description: Diseño para el portal de noticias DEFDIGITAL.
Author: Diego Arnejo - BADESARROLLOS.COM
Version: 1.1
Tags: none
*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	/*overflow:hidden;*/
}

body {
	margin:0;
	padding-top:0px;
	background-color:#ededed;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}
h2 { font-size:22px; line-height:26px; }
h3 { font-size:20px; line-height:24px; }
h4 { font-size:18px; }
h5 { font-size:16px; }
h6 { font-size:16px; font-style:italic }
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	clear: both;
	color:#333;
	margin:5px 0;
	font-family: Arial, Helvetica, sans-serif;
}

a { color:#3f3f3f; text-decoration:none }
a:hover { color:#bf2f38; text-decoration:none }

blockquote { padding:10px; margin:10px 0 0 10px; color:#333; background:#f2f2f2; font-style: normal; border-top:1px solid #d6d6d6 }

table { border-collapse:collapse; border-spacing:0; width:100%; margin:0 0 15px 0; }
th, td { padding:5px; border-bottom:1px solid #d6d6d6; }

ol, ul { list-style: none; }
dt { font-weight:bold; }
dd, dl { margin-bottom:15px; }
big { font-size:130%; }

code { font:normal 12px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace; }
abbr, acronym { border-bottom:1px dotted #f00; cursor:help; }
ins { background:#f2f2f2; }
pre { background:#f2f2f2; margin-bottom:15px; padding:5px }
sub { top:0.5ex; }
sup { bottom:1ex; }
sup, sub { font-size:11px; height:0; line-height:1; position:relative; vertical-align:baseline; }
del { text-decoration: line-through; }

img { border:0; }
p img { max-width:100%; padding:0; }
img.alignleft { display:inline; padding:0 10px 10px 0; }
img.alignright { display:inline; padding:0 0 10px 10px; }
.alignleft { float:left; }
.alignright { float:right; }
.aligncenter { display:block; margin-left:auto; margin-right:auto; }

.wpcf7-select { width:265px; }
input, select, textarea { border:1px solid #D6D6D6; padding:2px; }
input[type="submit"] { background:#bf2f38; border:none; color:#FFFFFF !important; padding:2px 10px; cursor: pointer;}
input[type="submit"]:hover { background:#666666; color:#FFFFFF !important; }
.cl, .clear { line-height: 0; height:0; clear:both; }


/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: 3 Columnas
*/
#wrapper { overflow:hidden; background:#fff; margin:0 auto; width:988px; /*padding:10px 20px;*/ }
#main { overflow: hidden; width:100%; clear: both; padding: 10px 0 10px 0; }
#footer { overflow:hidden; background:#bf2f38; width:968px; border-top:10px solid #ededed; padding:10px; }



/* The Top */

#header-cont { overflow:hidden; background:#fff; width:100%; height:120px; }
#header-opc-izq { overflow:hidden; float:left; width:324px; padding:5px 0 0 10px; }
#header-logo { overflow:hidden; float:left; width:320px; padding:0; padding-left:10px; margin-top: 25px;}
#header-opc-der { overflow:hidden; float:right; padding:8px 10px 0 0; width: 200px;}

#site-title a { font-size:30px; font-weight:normal; color:#bf2c37; text-decoration: none; text-transform:uppercase }
#site-title a:hover{ color:#303030; text-decoration: none; }
#site-description { font-size:15px; font-weight:normal; color:#303030; margin-bottom:5px }
#header-img { float:left }
#header-temp { line-height:20px; font-weight:bold; text-align:left }
#header-tweeter, #header-facebook { line-height: 19px; margin-top: 8px;}
#header .cotizacion { line-height: 15px; font-size: 11px;}
#header .cotizacion-top { margin-top: 5px;}
#header-search { float:right; height:28px; }
#header-mail { overflow:hidden; float:right; padding:1px 0 0 5px; }


#searchform{float:right;height:26px;position:relative;top:1px;}
#searchform #s {
	width: 145px;
	color: #ACACAB;
	padding: 3px 22px 3px 3px;
	border: 1px solid #D6D6D6;
	margin: 0;
	background: #F9F9F9 url(/wp-content/themes/mag/images/searchtool.png) no-repeat 99% 1px;
}
#searchform #go {
	position: absolute;
	right: 0;
	top: 0;
}
#s{border:1px solid #000;float:left;border:0;width:154px;background:none;color:#ACACAB;margin:4px 0 0 4px;}
#go{float:right;width:25px;height:26px;background-color:transparent;border:0px;cursor:pointer;}

#header-login {
	width: 199px;
	height: 70px;
	margin-bottom: 8px;
}
#header-login .logged-out {
	overflow: hidden;
}
#header-login .logged-in {
	text-align: right;
}
#header-login input[type=text], #header-login input[type=password] {
	width: 135px;
	background-color: #F9F9F9;
	color: #ACACAB;
	padding: 3px;
	margin-bottom: 5px;
}
#header-login input.pass {
	float: left;
}
#header-login input.usuario {
	display: block;
}
#header-login input[type=text].error, #header-login input[type=password].error {
	border:1px solid red;
	color: red;
}
#header-login input[type=submit] {
	width: 50px;
	padding: 3px;
	float: left;
	margin-left: 5px;
}
#header-login a {
	margin-top: 2px;
	display: inline-block;
}
#header-login a.registro {
	clear: left;
	display: block;
	float: left;
	border-right: 1px solid #3F3F3F;
	padding-right: 5px;
}
#header-login a.recuperar {
	margin-left: 5px;
	float: left;
}


/* Menu Principal */
#access { display: block; float: left; margin: 0 auto; width: 100%; border-top:10px solid #ededed; border-bottom:10px solid #ededed; text-align:left; }
#access .menu-header, div.menu { font-size: 13px; width: 978px; }
#access .menu-header ul, div.menu ul { list-style: none; margin: 0; }
#access .menu-header li, div.menu li { float: left; position: relative; }
#access a {
	font-weight:bold;
	color: #21282e;
	display: block;
	line-height: 26px;
	padding: 0 15px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li { min-width: 180px; }
#access ul ul ul { left: 100%; top: 0; }
#access ul ul a {
	background: #fff;
	line-height: 26px;
	padding: 0 15px;
	width: 150px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #bf2f38;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #bf2f38;
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}



/* The Content */
#container { position: relative; float: left; overflow: hidden; border-right:2px solid #ededed; width: 651px; padding:0 10px; }
#sidebar { float:right; overflow:hidden; width:300px; padding:0 10px 0 5px; }

#content { float: left; overflow:hidden; border-right:2px solid #ededed; width:400px; padding-right:10px; }
#centerbar { float: right; overflow:hidden; width:230px; padding-left:9px; }

.sticky { border-bottom:1px solid #ededed; }
#sticky-img { position:relative; width:400px; height:300px; z-index:50; }
#sticky-img div { background:url(images/fondo_div.png) repeat 0 0; display:block; position:absolute; padding:3px 15px; left:0; top:0; z-index:54; font-size:10px; text-transform:uppercase; }
#sticky-img h2 { background:url(images/fondo_div.png) repeat 0 0; display:block; position:absolute; width: 380px; padding:10px; left:0; bottom:0; z-index:55; }
#sticky-img a { color:#fff; }
#sticky-img a:hover { color:#fff; text-decoration:underline; }
#sticky-entry { padding:10px 0; }

h2.entry-title { padding-right: 50px}
.post { overflow:hidden; float:left; border-bottom:2px solid #ededed; margin:0; width:100%; }
.category { padding-top: 10px; font-size:10px; text-transform:uppercase; }
.entry { padding:0px 0 10px 0; }
.entry p { overflow:hidden; margin-bottom:10px; }

.tmbsec1 { width:75px; height:75px; text-align:left; }
.tmbsec2 { width:225px; height:125px; text-align:center; }



/* The Sidebar */
#magcont { overflow:hidden; background: #bf2f38 url(images/cont-revista.gif) 0 0 no-repeat;; margin-bottom:10px; padding:5px; color:#fff; }
#mag-info { overflow:hidden; float:left; }
#mag-info h4 { color:#fff; }
#mag-info ul { padding-top:18px; }
#mag-info li { overflow:hidden; font-weight:bold; }
#mag-info a { line-height:22px; padding:3px; color:#fff; }
#mag-info a:hover { background:#fff; color:#3f3f3f; }

#mag-imagen img {width: 150px; height: 210px;}

#banner-gr, #side-menu { overflow:hidden; margin-bottom:10px; }

#side-menu h5 { overflow:hidden; width:100%; border-bottom:2px solid #ededed; padding-bottom:3px; color:#bf2f38; text-transform:uppercase; }
#side-menu ul { list-style: none; margin: 0; }
#side-menu li { line-height:25px; display: block; border-bottom:1px solid #ededed; padding-left:10px; color:#666; }
#side-menu li:hover { border-bottom:1px solid #bf2f38; }
#side-menu a { display: block; font-weight:bold; color:#666; }

#side-editorial{
	border-top: 10px solid #EDEDED;
	border-bottom: 10px solid #EDEDED;
	padding-bottom: 20px;
}
#side-editorial h5 { overflow:hidden; width:100%; border-bottom:2px solid #ededed; padding-bottom:3px; color:#bf2f38; text-transform:uppercase; }
#side-editorial div b a{
	font-size: 22px;
	line-height: 23px;
}
#side-editorial div b span.by{
	font-size: 16px;
	line-height: 30px;
}
#side-editorial div a.ver-todas{
	line-height: 20px;
}

#side-author h5 { overflow:hidden; width:100%; border-bottom:2px solid #ededed; padding-bottom:3px; color:#bf2f38; text-transform:uppercase; }
#side-author ul { list-style: none; margin: 0; padding:0; }
#side-author li { display: block; border-bottom:1px solid #ededed; padding:5px 10px; color:#666; }
#side-author li:hover { border-bottom:1px solid #bf2f38; }

#side-poll h5 { overflow:hidden; width:100%; border-bottom:2px solid #ededed; padding-bottom:3px; color:#bf2f38; text-transform:uppercase; }

#side-link { overflow:hidden; width:100%; margin-bottom:10px; border-top:10px solid #3f3f3f; border-bottom:10px solid #3f3f3f; }
#side-link ul { list-style: none; margin: 0; }
#side-link li { background:#3f3f3f; line-height:25px; display: block; border-bottom:1px solid #3f3f3f; padding-left:10px; color:#666; }
#side-link li:hover { border-bottom:1px solid #fff; }
#side-link a { display: block; font-weight:bold; color:#fff; }

.wp_bannerize { margin-bottom:10px; }

#infografias{
	background-color: #BF2F38;
	margin-bottom: 10px;
	width: 280px;
	padding: 10px;
}

#infografias .content{
	background-color: #F0F0F0;
	overflow: hidden;
	width: 280px;
	clear: both;
	position: relative;
}

#infografias .ver_todas{
	top: 12px;
	right: 10px;
	position: absolute;
}

#infografias h4{
	color: #BF2F38;
    font-size: 17px;
    font-weight: bold;
    padding: 4px 12px;
}

#infografias ul{
	height: 259px;
    padding: 0 0 0 12px;
}

#infografias ul li{
	float: left;
    height: 128px;
    position: relative;
    width: 133px;
}

#infografias ul li p{
	background: url(images/infog_bkg.png) repeat scroll center top transparent;
    bottom: 12px;
    color: #FFFFFF;
    font-size: 11px;
    left: 0;
    padding: 5px;
    position: absolute;
    width: 113px;
}

#infografias ul li p a {
	color: #FFFFFF;
}

#infografias ul li img {
	display: block;
}

/* The Post */
.cat-post { overflow:hidden; width:100%; font-size:10px; text-transform:uppercase; }
#posttext p { overflow:hidden; margin-bottom:10px; }
#posttext img { overflow:hidden; margin:10px 0; }
#entry-meta { overflow:hidden; background:#ededed; margin-top:10px; width:631px; padding:10px; font-weight:bold; }
#entry-meta a:hover { text-decoration:underline; }
#entry-user { overflow:hidden; background:#ededed; margin-bottom:10px; padding:10px; }
#entry-user img { float:left; overflow:hidden; border:2px solid #fff; margin-right: 10px; }
#entry-user .data { margin-bottom:10px; color:#3f3f3f; }

.page-link { margin: 0 0 22px 0; padding-top:10px; text-align:center; word-spacing: 5px; font-weight: bold; color: #000; }
.page-link a:link,
.page-link a:visited { background: #f1f1f1; color: #333; padding: 5px 8px; text-decoration: none; }
.page-link a:active,
.page-link a:hover { background: #bf2f38; color: #fff; }



/* The Post List */
/*.post-title { overflow:hidden; background:#bf2f38; margin-bottom:10px; padding:0 10px; width:631px; line-height: 26px; font-size:16; font-weight:bold; color:#fff; text-transform:uppercase; }*/
.cat-title { overflow:hidden; width:100%; border-bottom:2px solid #ededed; padding-bottom:5px; color:#bf2f38; text-transform:uppercase; }
#postlist { overflow:hidden; float:left; width:100%; }
#postlist p { overflow:hidden; margin-bottom:10px; }
#postlist img { overflow:hidden; margin:10px 0; }
.postlist-i { float:left; width:85px; }
.postlist-d { float:right; width:565px; }
#postdata { overflow:hidden; background:#ededed; margin:10px 0 15px 0; width:641px; padding:5px; font-weight:bold; }
#postdata a:hover { text-decoration:underline; }
.postmeta { float:left; overflow:hidden; width:385px; vertical-align:middle; }
.postmeta p { float:left; overflow:hidden; margin-top:1px; }
.postuser { float:right; overflow:hidden; background:#fff; padding:3px; width:225px; height:50px; vertical-align:middle; color:#3f3f3f; }
.postuser p { float:right; margin:3px 0; width:165px; }
.postshare { float:right; overflow:hidden; width:385px; vertical-align:middle; }


#nav-below { overflow:hidden; background:#ededed; width:100%; border-top:25px solid #fff; border-bottom:10px solid #fff; font-size:11px; font-weight:bold; }
#nav-below .nav-next a { overflow: hidden; float:right; background:#ededed; display: block; width:120px; padding: 0; padding-right:10px; text-align:right; line-height: 22px; color:#666; }
#nav-below .nav-previous a { overflow: hidden; float:left; background:#ededed; display: block; width:120px; padding: 0; padding-left:10px; text-align:left; line-height: 22px; padding: 0 15px; color:#666; }
#nav-below .nav-next a:hover,
#nav-below .nav-previous a:hover { background:#bf2f38; color:#fff; }


/* The Footer */
#sub-footer { overflow:hidden; padding:10px 0; width:100%; background-color:#ededed; }
#sub-footer-gallery { overflow:hidden; float:left; width: 387px; height:330px; padding:0 10px; /*border-right:2px solid #3f3f3f;*/ }
.monoslideshow { float:left; }
#sub-footer-data { overflow:hidden; float:right; width: 560px; height: 330px; padding:0 10px; }
#sf-data { overflow:hidden; width:275px; }
#sf-data ul { list-style: none; margin: 0; }
#sf-data li { display: block; border-bottom:2px solid #fff; padding:8px 10px; color:#3f3f3f; }
#sf-data li:hover { border-bottom:2px solid #bf2f38; }
#sf-data a { display: block; font-weight:bold; color:#3f3f3f; }

.sub-footer-title { overflow:hidden; width:100%; color:#bf2f38; text-transform:uppercase; }

#footer-logos { float:left;  margin-top:3px;}
#footer-logos a.taeda img { width: 130px; vertical-align: super; margin-right: 20px;}

#footer-credit { float:right; width:50%; text-align:right; color:#fff; }
#footer-credit img { border:0; vertical-align:bottom; }
#footer-credit a { font-weight: bold; color:#fff; }
#footer-credit a:hover { text-decoration:underline; }
a.twitter{ padding-left: 25px; background: transparent url(images/twitter_logo_16x16.png) no-repeat 2px 100%; display:inline-block; height:18px;}
a.facebook{ padding-left: 25px; background: transparent url(images/facebook_logo_16x16.png) no-repeat 2px 100%; display:inline-block; height:18px;}

#sticky-cont { padding-bottom:10px; border-bottom:2px solid #ededed; }
#slider {
    width: 400px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	/*border-bottom:1px solid #ededed;*/
}
#sliderContent {
    width: 400px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage { float: left; position: relative; display: none; }
.sliderImage span { position: absolute; font: 12px; padding: 0 10px 10px 10px; width: 380px; background:url(images/fondo_div.png) repeat 0 0; color: #fff; display: none; }
.clear { clear: both; }
.sliderImage div { background:url(images/fondo_div.png) repeat 0 0; display:block; position:absolute; padding:3px 15px; left:0; top:0; z-index:54; font-size:10px; text-transform:uppercase; }
#sliderContent a { color:#fff; }
#sliderContent a:hover { color:#fff; text-decoration:underline; }
#sliderContent .top { top: 0; left: 0; }
#sliderContent .bottom { bottom: 0; left: 0; }
#sliderContent ul { list-style-type: none;}


/*overrides para next gen galery*/
.ngg-album-compact {
    height: 200px !important;
}

#posttext img.aligncenter{
	display: inline;
	margin: 10px 0;
	text-align: center;
}

/* Registration */
#container.registro #content h2 {
    margin-bottom: 15px;
}
#container.registro #content label.leyenda {
	font-weight: bold;
	font-style: italic;
	width: 650px;
	text-align: left;
	text-indent: 35px;
	margin-bottom: 5px;
}
#container.registro #content label {
    display: inline-block;
    text-align: right;
    width: 140px;
	padding-right: 5px;
	line-height: 25px;
}
#container.nota-lector #content label {
	width: 120px;
}
#container.nota-lector #content input[type=text], #container.nota-lector #content textarea {
	width: 430px !important;
}
#container.nota-lector #content textarea {
	height: 300px;
}
#container.nota-lector #content label.textarea {
	position: relative;
	top: -290px;
}
#container.nota-lector #content #errores {
	margin-left: 127px;
}
#container.nota-lector #content .submit {
	margin-left: 127px !important;
}
#container.nota-lector #content .disclaimer {
	margin-left: 127px; 
	margin-top: 20px; 
	font-size:11px;
}
#container.recuperar #content label {
	width: 250px;
}
#container.registro #content input[type="submit"] {
    margin-left: 148px;
    margin-top: 7px;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 10px;
}
#container.recuperar #content input[type="submit"] {
	margin-top: 5px;
	margin-left: 258px;
	display: block;
}
#container.recuperar .error {
	color: red;
	text-align: center;
}
#container.registro #content{
	border-right: none;
	width: 600px;
}
#container.registro #content .intereses {
	margin-left: 145px;
}
#container.registro #content input[type="text"],#container.registro #content input[type="password"] {
	width: 250px;
}
input.readonly{
	color: #CCC;
}
#container #errores {
	color: red;
	margin-left: 148px;
	margin-top: 10px;
}
#container #comments #errores {
	margin-left: 0;
}
#container.recuperar #content #errores {
	margin-left: 258px;
}
#container .errorValidacion {
	border-color: red;
}
#container.registro .newsletter {
	margin-top: 15px;
	margin-left: 0;
}

/* Polls */
#side-poll {
	margin-bottom: 10px;
	border-bottom: 10px solid #EDEDED;
	padding-bottom: 10px;
}
#side-poll ul {
	margin-top: 10px;
}
#polls-2-ans {
	margin-top: 8px;
}
#polls-2-ans p input {
	float: left;
	padding: 2px 0;
}
#polls-2-ans p a {
	float: left;
	margin-left: 10px;
	padding: 3px 0;
}
.wp-polls-ul li {
	margin-bottom: 3px;
}

/* Comments */
div#comments {
	margin-top: 10px;
}

div#comments p{
	margin: 5px 0;
}
div#comments .comments-disclaimer {
	margin-top: 10px;
	font-size: 11px;
}
#comments h3 { font-size: 18px; overflow:hidden; width:100%; border-bottom:2px solid #ededed; padding-bottom:3px; color:#bf2f38; text-transform:uppercase; }

.commentlist .vcard {
	margin-bottom: 5px;
}
.commentlist .vcard img {
	margin-right: 5px;
}
.commentlist .comment-meta a{
	color: #ccc;
	font-size: 11px;
}
.commentlist li.comment {
	margin-bottom: 10px;
}
.commentlist li.comment.depth-1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}	
.commentlist ul.children li {
	margin-top: 10px;
	margin-left: 20px;
}
.tickertext .votelink {
	line-height: 20px;
	color: #ccc !important;
}

.tickercontainer {
	padding: 4px 0 !important;
}

.tickertheme {
	position: absolute; 
	top: 0; 
	right: 10px;
}

#related-posts {
	margin: 15px 0;
	border-top: 2px solid #ededed;
	padding-top: 10px;	
}

#related-posts ul {
	margin-top: 10px;
}
#related-posts ul li {
	list-style-type: none;
	float: left;
	width: 78px;
	padding: 0 14px;
	border-right: 1px solid #ededed;
}
#related-posts ul li.last {
	border-right: none;
}
#related-posts ul li img, #related-posts ul li a{
	float: left;
}

input#url, input#url + label {display:none;}

