/*  
Theme Name: DigitalMarket
Theme URI: http://www.digitalmarketla.com
Description: DigitalMarket V2.0 tema creador por Carlos Cabrera (regilete.com)
Version: 2.0
Author: Carlos Cabrera
Author URI: http://www.regilete.com/


*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff url(images/bg_page.gif) repeat-x left top;
	color: #fff;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", verdana, arial;
	font-size: 16px;
}

a{
	text-decoration: underline;
	color: #105cb6;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }
.post a img {
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 3px;
}





abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

blockquote{
	margin: 10px 10px 0;
	background: #fffada url(images/bg_blockquote.gif) no-repeat 5px 7px;
	color: #736926;
}

blockquote p{
	padding: 10px 10px 10px 20px;
}

blockquote blockquote{
	margin: 10px 20px;
	background: #fff;
	color: #333;
}

blockquote blockquote p{ padding: 10px; }

code{
	background: #f9f9f9;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 5px 15px;
}

hr{
	clear: both;
	margin: 15px 0 5px;
	width: 100%;
	border: 0;
	height: 1px;
	text-align: left;
	background: url(images/bg_comment_bottom.gif) no-repeat;
}

small{
	font-size: 10px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#author, input#email, input#url, textarea#comment{
	border: 1px solid #cbb945;
	background-color: #fffadb;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container, #header, #menu, #menu ul li, #menu ul li a, #pagetitle, h1, #syndication, .pagewrapper, .page, .wrapper, .narrowcolumnwrapper, .narrowcolumn, .content, .post, .entry, .browse, sidebar{
	text-align: left;
	vertical-align: top;
}

#container{
	margin: 0 auto;
	width: 904px;
	padding: 0px;
}

#header{
	margin: 0 0 10px;
	float: left;
	width: 904px;
	height: 84px;
	background: url(images/bg_header.gif) repeat-x left top;
	color: #333;
}

#pagetitle{
	clear: both;
	width: 904px;
}

#pagetitle h1{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
}

#pagetitle h1 a {
	margin: 0 auto;
	height: 50px;
	width: 320px;
	display: block;
	border-bottom: none;
	display: none;
}

#searchbox{
	float: right;
	padding: 6px 5px 0;
	background: url(images/bg_search.gif) no-repeat left top;;
	color: #FFFFFF;
	height: 50px;
	margin-right: 8px;
	width: 225px;
}


#searchbox input#s{
	padding: 3px;
	background: #FAF8E8;
	border: 1px solid #EDE8C2;
	font-size: 11px;
	color: #000000;
}

#searchbox input#searchsubmit{ height: 24px; }

.btn_search {
background-color: #FAF8E8;
border: 1px solid #EDE8C2;
font-size: 11px;
color: #000000;
}

.pagewrapper{
	margin: 0 0 10px;
	float: left;
	width: 904px;
	background: #FFFFFF;
	/*background: #fff url(images/bg_page_bottom.gif) no-repeat left bottom;*/
	color: #333;
}

.page{
	float: left;
	padding: 0 0px 0px;
	/*background: url(images/bg_page_top.gif) no-repeat;*/
}

.wrapper{ /* This wrapper class appears only on Page and Single Post pages. */
	float: left;
	width: 450px;
}

.narrowcolumnwrapper{
	margin: 5px 0 0;
	float: left;
	width: 450px;
	background: #fff url(images/bg_narrowcol.gif) repeat-y;
}

.narrowcolumn{
	float: left;
	width: 450px;
	/*background: url(images/bg_narrowcol_bottom.gif) no-repeat left bottom;*/
}

.content{
	float: left;
	width: 450px;
	/*background: url(images/bg_narrowcol_top.gif) no-repeat left top;*/
}


.content h2 a:link {
color: #CB2829;
border-bottom: 3px solid #E1E1E1;
text-decoration: none;
font-family: "Trebuchet MS", verdana, arial;
}

.content h2 a:visited {
color: #CB2829;
border-bottom: 3px solid #E1E1E1;
text-decoration: none;
font-family: "Trebuchet MS", verdana, arial;
}

.content h2 a:hover{
color: #052749;
border-bottom: 3px solid #C3C3C3;
text-decoration: none;
font-family: "Trebuchet MS", verdana, arial;
}


.post{
	padding: 9px 16px 15px;
	line-height: 18px;
}

.post h2{
	padding: 0 0 2px;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
}

.post h2 a{
	text-decoration: none;
	color: #105cb6;
	border-bottom: 1px solid #75abea;
}

.post img{
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 3px;
}

.post img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post img.wp-smiley{
	padding: 0;
	border: 0;
	background: none;
}

.entry{}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 9px 0 0;
}

.entry h1{
	font-size: 20px;
	line-height: 30px;
}

.entry h2{ line-height: 18px; }

.entry h3{ font-size: 14px; }

.entry h4{ font-size: 12px; }

.entry h5{ font-size: 11px; }

.entry h6{ font-size: 10px; }

.postinfo{
	font-size: 11px;
	color: #999;
}

.postinfo a{
	color: #578cca;
}

.postdate{ color: #a12a2a; }

.browse{
	border-top: 1px solid #bdbdbd;
	padding: 15px 16px;
	line-height: 18px;
}

.sidebar {
	margin: 0 0 0 2px;
	float: right;
	width: 222px;
	background: #F5F4EE;
	border-left: 1px solid #EBE9DC;
	height: 100%;
}

.obar{
	margin: 0 0 0 5px;
	width: 222px;
	line-height: 18px;
	background: #fff;
	margin: 0 5px 0 0;
	float: left;
	border-right: 1px solid color #CCCCCC;
}

.sidebar ul, .obar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}



/* COMMENTS TEMPLATE */

.post h3#comments, .post h3#respond{
	padding: 0 0 14px 30px;
	line-height: 32px;
	background: url(images/user_comment.gif) no-repeat 0 6px;
	color: #e45b00;
}

.post h3#respond{
	background: url(images/add_comment.gif) no-repeat 0 6px;
	color: #333;
}

ol.commentlist{
	margin: 0 0 11px;
	padding:0;
	list-style: none;
}

ol.commentlist li{
	padding: 13px 0;
	background: url(images/bg_comment_bottom.gif) no-repeat left bottom;
}

ol.commentlist li .commentmetadata{
	font-size: 11px;
	color: #546477;
	border-bottom: 1px solid #E0DCAF;
	background-color: #F3F1D8;
	padding-left: 2px;
	
}

ol.commentlist li .commentmetadata a{
	color: #546477;
}

form#commentform small{
	font-size: 11px;
}



/*-- Menu Header  --*/


    #menu_header {
      float:left;
      width:100%;
	  background:#1D5893;
      font-size:93%;
      line-height:normal;
	  border:1px solid #052749;
	  border-top:3px solid #052749;
	  margin-top: 5px;
      }
    #menu_header ul {
	  margin:0;
	  padding:5px 5px 0 50px;
	  list-style:none;
      }
    #menu_header li {
      display:inline;
      margin:0;
      padding:0;
	  margin-right: 3px;
      }
    #menu_header a {
      float:left;
      background:url("images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-weight: bold;
	  color: #FFFFFF;
      }
    #menu_header a span {
      float:left;
      display:block;
      background:url("images/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu_header a span {float:none;}
    /* End IE5-Mac hack */
    #menu_header a:hover span {
      color:#FFFFFF;
      }
    #menu_header a:hover {
      background-position:0% -42px;
      }
    #menu_header a:hover span {
      background-position:100% -42px;
      }
	  
#encuesta {
background-color: #F1F8FC;
border: 1px solid #9DD0E7;
padding: 2px;
margin: 5px;
font-size: 10px;
}	  

#encuesta h2{
font-size: 14px;
color: #B71919;
border-bottom: 1px dotted #999999;
}


/*--    Menu Categorias --*/

#menu_categorias {
	margin:0;
	padding:0;
	background: url(images/bg_menucat_down.gif) bottom left no-repeat;	
	width: 210px;
	margin-left: 10px;
	padding-bottom: 10px;
}

#menu_categorias ul {
	margin:0;
	padding:0;
	list-style:none;
	background: url(images/bg_menucat_middle.gif) top left repeat-y;
	padding-left: 10px;
}
#menu_categorias li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu_categorias a {
	display:block;
	padding:0px;
	padding-left: 15px;
	color:#003e72;
	text-decoration:none;
	font-size: 11px;
	background: url(images/li_arrow.gif) 0px 50% no-repeat;
	font-weight: bold;
}

#menu_categorias a:hover {
	background: url(images/li_arrow.gif) 0px 50%  no-repeat;
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#menu_categorias h3 {
	color: #DE7300;
	padding-bottom: 4px;
}	

#menu_categorias li ul li { 
	margin:0;
	padding:0;
}

#menu_categorias li ul li a:link{ 
	margin:0;
	padding:0;
	background-image: none;
	text-decoration: none;
	font-weight: normal; !important
	color:#052749;	
	list-style:none;
	padding-left: 10px;
}

#menu_categorias li ul li a:visited{ !important
	margin:0;
	padding:0;
	background-image: none;
	font-weight: normal;
	color:#052749;	
	list-style:none;
	padding-left: 10px;
	text-decoration: none; !important
}

#menu_categorias li ul li a:hover{ !important
	margin:0;
	padding:0;
	background: url(images/bg_menucat_over.gif) no-repeat left;
	color:#990000;	
	list-style:none;
	font-weight: normal;
	padding-left: 10px;
	text-decoration: none; !important
	
}

#menu_categorias ul li ul { 
background-image: none;!important
width: 140px; !important
}

/*-- Boxes  --*/

#entrevista {
background: url(images/bg_bluebox_middle.gif) top left repeat-y;
color: #FFFFFF;
min-height: 112px;
margin-left: 6px;
width: 210px;
}

#entrevista .content_box {
font-weight: bold;
padding: 4px;
padding-bottom: 0px;
font-size: 11px;
background: url(images/bg_bluebox_up.jpg) top left no-repeat;

}

#entrevista .content_box h3{
font-size: 13px;
color: #FFFFFF;
border-bottom: 1px dotted #005878;
}

.fix_entrevista {
background: url(images/bg_bluebox_down.jpg) bottom left no-repeat;
height: 12px;
margin-left: 6px;
width: 210px;
}

/*--  Box Boletin --*/ 
#boletin {
background: url(images/bg_boletin_middle.gif) top left repeat-y;
min-height: 112px;
margin-left: 6px;
width: 210px;
margin-top: 8px;
color: #342300;
}

#boletin p {
font-size: 11px;
font-weight: bold;
color: #342300;
line-height: normal;

}

#boletin .content_box {
background: url(images/bg_boletin_up.jpg) top left no-repeat;
font-weight: bold;
padding: 4px;
font-size: 11px;
}

#boletin .content_box h3{
font-size: 13px;
color: #000;
border-bottom: 1px dotted #A18218;
}

.fix_boletin {
background: url(images/bg_boletin_down.jpg) bottom left no-repeat;
height: 12px;
margin-left: 6px;
width: 210px;
}

#boletin label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 50px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	padding-right: 6px; 
}


/*--  Box Agenda --*/ 
#agenda {
background: url(images/bg_agenda_middle.gif) top left repeat-y;
color: #FFFFFF;
min-height: 112px;
margin-left: 6px;
width: 210px;
margin-top: 8px;
line-height: normal;
}

#agenda .content_box {
font-weight: bold;
padding: 4px;
font-size: 11px;
background: url(images/bg_agenda_up.jpg) top left no-repeat;
}

#agenda .content_box h3{
font-size: 13px;
color: #FFFFFF;
border-bottom: 1px dotted #000;
}

.fix_agenda {
background: url(images/bg_agenda_down.jpg) bottom left no-repeat;
height: 12px;
margin-left: 6px;
width: 210px;
}

/*--  Box Opinion --*/ 
#opinion {
background: url(images/bg_opinion_middle.gif) top left repeat-y;
color: #FFFFFF;
min-height: 112px;
margin-left: 6px;
width: 210px;
margin-top: 8px;
}

#opinion .content_box {
background: url(images/bg_opinion_up.jpg) top left no-repeat;
font-weight: bold;
padding: 4px;
font-size: 11px;
}

.content_box a {
font-weight: bold;
font-size: 11px;
color: #FFFFFF;
}

#opinion .content_box h3{
font-size: 13px;
color: #FFFFFF;
border-bottom: 1px dotted #000;
}

.fix_opinion {
background: url(images/bg_opinion_down.jpg) bottom left no-repeat;
height: 12px;
margin-left: 6px;
width: 210px;
}


/*-- Ultimas Notas --*/
#list_actualidad {
	margin:0;
	padding:0;
	width: 210px;
	margin-left: 5px;
	margin-top: 10px;
	background: url(images/bg_listactualidad_up.gif) top left no-repeat;	

}

#list_actualidad ul {
	margin:0;
	padding:0;
	list-style:none;
	background-color: #FBF8DC;
	background: url(images/bg_listactualidad_down.gif) bottom left no-repeat;
	border-left: 1px solid #F7ECCA;
	border-right: 1px solid #F7ECCA;
	padding-bottom: 8px;
}

#list_actualidad li {
	margin:0;
	padding:0;
	list-style:none;
}
#list_actualidad a {
	display:block;
	border-bottom:1px dotted #e1e1e1;
	padding:0px 0 0px 4px;
	color:#000;
	text-decoration:none;
	font-size: 11px;
	background-color: #FBF8DC;
	}
#list_actualidad a:hover {
	background: #fff;
	color: #990000;
	font-size: 11px;
	border-bottom:1px solid #e1e1e1;
	text-decoration: none;
}

#list_actualidad h3 {
	color: #990000;
	padding-bottom: 4px;
	padding-left: 8px;
}


/*-- Notas tendencias --*/
#list_tendencias {
	margin:0;
	padding:0;
	width: 210px;
	margin-left: 5px;
	margin-top: 10px;

}

#list_tendencias ul {
	margin:0;
	padding:0;
	list-style:none;
	padding-bottom: 8px;
}

#list_tendencias li {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom: 3px;
}
#list_tendencias a {
	display:block;
	border-bottom:1px dotted #e1e1e1;
	padding:0px 0 0px 4px;
	color: #38749F;
	text-decoration:none;
	font-size: 11px;
	}
#list_tendencias a:hover {
	color: #D56E36;
	font-size: 11px;
	border-bottom:1px solid #e1e1e1;
	text-decoration: none;
}

#list_tendencias h3 {
	color: #910D1B;
	margin-bottom: 4px;
	padding-left: 8px;
	border-bottom: 1px dotted #A6A6A1;
}



/**--  Notas Portada Down --**/	

#notas_portada_down {
padding-left: 10px;
}

#notas_portada_down h3 {
color: #B51418;
border-bottom: 1px dotted #CCCCCC;
font-size: 13px;
margin-bottom: 8px;
}


.nota_portada {
font-size: 11px;
border-bottom: 1px dotted #CCCCCC;
margin-bottom: 4px;
}

.nota_portada:hover {
background-color: #F9F9F9;
border-bottom: 1px dotted #999999;
color: #000000;

}

.nota_portada h4 a{
font-size: 12px;
color: #333333;
text-decoration: none;
}
.nota_portada h4 a:hover{
font-size: 12px;
color: #000;
text-decoration: underline;
}



/**--  Notas Categorias --**/	

#notas_categorias {
padding-left: 10px;
}

#notas_categorias h3 {
color: #000;
font-size: 13px;
margin-bottom: 8px;
}


.nota_categoria {
font-size: 11px;
border-bottom: 1px dotted #CCCCCC;
margin-bottom: 4px;
}

.nota_categoria:hover {
background-color: #F9F9F9;
border-bottom: 1px dotted #999999;
color: #000000;

}

.nota_categoria h4 a{
font-size: 12px;
color: #226DCD;
text-decoration: none;
}


.nota_categoria h4 a:hover{
font-size: 12px;
color: #000;
text-decoration: underline;
}

.nota_categoria img{
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 3px;
}

#nota_canal h3 {
background-color: #E77C0E;
color: #FFFFFF;
padding-left: 6px;
font-size: 13px;
}

#nota_gestion h3 {
background-color: #327822;
color: #FFFFFF;
padding-left: 6px;
font-size: 13px;
}

#nota_productos h3 {
background-color: #08638C;
color: #FFFFFF;
padding-left: 6px;
font-size: 13px;
}

#nota_seguridad h3 {
background-color: #A71313;
color: #FFFFFF;
padding-left: 6px;
font-size: 13px;
}

#rss {
padding: 10px;
}

/*-- Banners  --*/
.banner_side {
padding-top: 4px;
margin-bottom: 10px;
}

.banner_content {
padding-top: 4px;
margin-bottom: 10px;
}

#footer {
background: url(images/bg_footer.gif) repeat-x bottom left;
color: #CCCCCC;
font-size: 11px;
padding-left: 20px;
}

#footer .info {
color: #fff;
font-size: 11px;
text-align: right;
padding-top: 4px;
margin-top: 6px;
border-top: 1px solid #333333;
}

#footer a{
color: #CCCCCC;
text-decoration: none;
font-size: 11px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 4px;
padding-top: 6px;
}
#footer a:hover{
color: #fff;
text-decoration: underline;
}

.alignright, .right {
float:right; margin:0 0 10px 15px;
background: url(images/arrow_next.gif) no-repeat bottom right;
font-weight: bold;
padding-right: 20px;

}

.alignleft, .left { 
background: url(images/arrow_prev.gif) no-repeat bottom left;
float:left; margin:0 15px 10px 0;
font-weight: bold;
padding-left: 20px;
}

/*-- Archivo Encuestas --*/

.entry .wp-polls-ans {
border: 1px solid #E0DCAF;
background-color: #FDFCF1;
}

.entry .wp-poll-title {
color: #003366;
font-size: 13px;
}
/*--*/

.btn_textfield {
background-color: #FAF8E8;
border: 1px solid #EDE8C2;
font-size: 11px;
color: #000000;
}

.fecha {
color: #000000;
font-size: 11px;
font-style: italic;
text-align: right;
}

