<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
------------------------------------------------------------------------
Theme Name:    News
Theme URI:     http://artesvisuales.com/
Description:   Responsive Twitter Bootstrap.
Version:       2.0
Author:        Quommunication - Felipe Elizagarate
Author URI:    http://artesvisuales.com/
------------------------------------------------------------------------

Support:       webmaster@artesvisuales.com
Updated:       January 14 2012
Copyright:     (c) 2012 IAV

All rights reserved.
*/

body {margin:0px; padding:0px; background-color:#ffffff; font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:12px; color:#444444;}

/* a {outline:none;} */

.clear {clear:both;}

.hr {margin:0px; padding:0px; height:1px; font-size:1px; background-color:#ffffff; clear:both; border-bottom:1px solid #cccccc;}

.hr_top {margin:0px; padding:0px; height:5px; font-size:1px; background-color:#eeeeee; clear:both; border-top:1px solid #cccccc;}

.hr_bottom {margin:0px; padding:0px; height:5px; font-size:1px; background-color:#ffffff; clear:both; border-bottom:1px solid #ffffff;}

.red {color:#cc0000;}

/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

.container {margin:0px auto; padding:0px; text-align:left; max-width: 970px;}

/*
------------------------------------------------------------------------
HEADER - Logo &amp; Search Form
------------------------------------------------------------------------
*/

#header {margin:0px auto; padding:0px; height:80px;}

.logo, .logo a, .logo a:visited {margin:30px 0px 0px 0px; padding:0px; font-size:20px; font-family: 'Comfortaa', "Lucida Grande", Lucida, Verdana, sans-serif; letter-spacing:0px; color:#cc0000; text-decoration:none; float:left;}

.search {margin:20px 0px 0px 0px; padding:5px; background-color:#eeeeee; float:right;}

.search .input {margin:0px 3px 0px 0px; padding:6px 7px 5px 7px; width:230px; font-family:Arial; font-size:11px; color:#999999; border-left:1px solid #bbbbbb; border-top:1px solid #bbbbbb; border-right:1px solid #dddddd; border-bottom:1px solid #dddddd;}

.button {margin:0px; padding:0px 8px 0px 8px; height:25px; background-color:#000000; font-family:Arial; font-weight:bold; text-transform:uppercase; font-size:10px; color:#ffffff; border:0px;}

#inner-header{width: 100%;}

body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}

.navbar .brand{
	color: #000 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	font-weight: bold !important;
}

.nav-container{
	padding-left: 0;
	padding-right: 0;
}

#inner-header{
	width: 100%;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	width: 100px;
}

/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) &amp; Sub Menu
------------------------------------------------------------------------
*/
  
#menu {margin:0px auto; padding:0px 0px 0px 0px; width:100%; height:30px;}

.main_menu li {margin:0px 20px 12px 0px; padding:0px; font-size:14px; float:left; list-style:none;}

.page_item a, .page_item a:visited {margin:0px; padding:0px; color:#cc0000; text-decoration:none; display:block; border-bottom:2px solid #ffffff;}

.current_page_item, .page_item a:hover {border-bottom:2px solid #cc0000;}

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {border-bottom:none;}

/* Sub Menu */

#submenu {margin:0px auto; padding:0px; height:32px; background-color:#eeeeee; z-index: 10;}

.submenu {background-color:#eeeeee; border-bottom:1px solid #cccccc; width: 100%; margin: 0px auto;}

.sub_menu li {margin:7px 5px 7px 0px; padding:0px; font-size:11px; float:left; list-style:none;}

.cat-item a, .cat-item a:visited {margin:0px; padding:3px 6px 3px 6px; color:#999999; text-decoration:none; display:block;}

.cat-item a:hover {background-color:#999999; color:#ffffff; text-decoration:none;}

.current-cat, .current-cat a, .current-cat a:visited {background-color:#999999; color:#ffffff; text-decoration:none;}

.sub_menu li b {margin:0px; padding:3px 0px 3px 0px; color:#000000; text-decoration:none; display:block;}

/* Dropdown Menu, if there are some children categories in WordPress defined */

.children {margin:0px; padding:4px 0px 4px 0px; position:absolute; left:-9000px; background-color:#ffffff; border-right:2px solid #cccccc; border-bottom:2px solid #cccccc; border-left:1px solid #dddddd; border-top:1px solid #dddddd;}

.sub_menu li:hover ul, .sub_menu li.iehover ul {left:auto;}

.children li {margin:1px 7px 1px 7px; padding:1px 0px 1px 0px; float:none;}

.children li a, .children li a:visited {background-color:#ffffff; color:#999999;}

.children li a:hover {background-color:#999999; color:#ffffff;}

.children .current-cat, .children .current-cat a, .children .current-cat a:visited {background-color:#999999; color:#ffffff; text-decoration:none;}

/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

#content-box {margin-top: 20px;}

.box {
	float:left;
	width: 30%; 
	padding:5px;
	margin:0 10px 10px 0;	 
	padding: 4px;
	line-height: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box img { 
	max-width: 220px;
	margin:0 auto 0 auto;
	display:block;
	text-align:center;

 }
.box h2 {
	font-size:14px; 
	line-height:18px;
	margin-bottom:5px;
}

/* Featured (the first enrty in every category archives and on the index page, currently with that black background ) */

#featured {margin:10px 0px 0px 0px; padding:1px 20px 10px 20px; background-color:#000000;}

#featured h1 {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;}

#featured h1 a, #featured h1 a:visited {color:#ffffff;}

#featured h1 a:hover {color:#ffffff;}

#featured h2 {color:#999999;}

#featured h2 a, #featured h2 a:visited {padding:0px 0px 1px 0px; color:#ffffff; border-bottom:1px solid #333333;}

#featured h2 a:hover {color:#ffffff; border-bottom:1px solid #ffffff;}

#featured h2 i {color:#999999;}

#featured h2 i a, #featured h2 i a:visited {color:#999999; text-decoration:none; border-bottom:1px solid #333333;}

#featured h2 i a:hover {color:#ffffff; border-bottom:1px solid #ffffff;}

#featured p {color:white; font-size:12px;}

#featured table {color:white; font-size:12px;}

#featured p a, #featured p a:visited {color:#ffffff; border-bottom:1px solid #333333;}

#featured p a:hover {color:#ffffff; border-bottom:1px solid #ffffff;}

#featured img, #featured img a, #featured img a:visited {margin:5px 0px 10px 5px; padding:0px; border:none;}

#featured ul, #featured ol {margin:20px 0px 20px 0px; padding:0px;}

#featured li {margin:0px; padding:3px 0px 3px 0px; font-size:12px; list-style-type:disc; border-bottom:none; color:white; text-indent:10px;}

#featured li a, #featured li a:visited {text-decoration:none; color:#ffffff;}

#featured li a:hover {color:#ffffff; border-bottom:1px solid white;}

#featured blockquote p {margin:20px 0px 20px 0px; font-family:Georgia; font-size:18px; line-height:22px; font-style:italic;}

.breadcrumb_last {color: rgba(0,0,0,0.5);}

#archives-2 h2 {font-size: 10px;  font-weight: normal; text-transform: uppercase; line-height: 1; color: #999999;}

#timeline-header h1 {font-size: 10px;  font-weight: normal; text-transform: uppercase; line-height: 1; color: #999999;}

.summary h1 {font-size: 10px;  font-weight: normal; text-transform: uppercase; line-height: 1; color: #999999;}

/* Categories */

.category_header {margin:10px 0px 0px 0px; padding:20px 20px 10px 20px; background-color:#eeeeee; text-align:center; border-bottom:1px solid #cccccc;}


/* Lists (displaying the posts) */

#content-box ul {margin:0px 0px 10px 0px; padding:0px;}

#content-box li {margin:0px; padding:7px 0px 7px 0px; font-size:12px; color:#FFFFFF; line-height:16px; list-style-type:none; border-bottom:1px dashed #aaaaaa;}

.title a, .title a:visited {text-decoration:none; font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:12px; color:#444444; font-weight:bold;}

.title a:hover {color:#cc0000;}

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {font-weight:normal;}

.meta {margin:0px 0px 15px 0px; padding:0px; color:#999999; font-size:11px;}

.meta a, .meta a:visited {color:#999999; text-decoration:none; border-bottom:1px solid #dddddd;}

.meta a:hover {color:#000000;}


/* Entry */

.column_left_b img, .column_center_b img, .column_right img {margin:3px 10px 5px 0px; padding:0px; float:left; border:none;}

p {margin:10px 0px 10px 0px; padding:0px; line-height:18px; font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:12px; color:#444444;}

p a, p a:visited {color:#cc0000; text-decoration:none; border-bottom:1px solid #dddddd;}

p a:hover {color:#cc0000;}

#entry {margin:30px 0px 0px 0px;}

#tweeted {margin:3px 10px 5px 0px; float:left;}

#entry img, #entry img a, #entry img a:visited {margin:5px 0px 10px 5px; padding:0px; border:none;}

#entry p {margin:20px 0px 20px 0px;}

#entry ul, #entry ol {margin:20px 0px 20px 50px; padding:0px;}

#entry li {margin:0px; padding:3px 0px 3px 0px; font-size:12px; color:#333; list-style-type:disc; border-bottom:none;}

#entry blockquote p {margin:20px 0px 20px 0px; font-family:Georgia; font-size:14px; line-height:22px; font-style:italic;}

/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {margin:0px; padding:4px 6px 4px 6px; background-color:#bbbbbb; font-size:12px; color:#ffffff; font-weight:bold; border:none;}

.link a:hover {color:#ffffff; background-color:#cc0000;}

/* Comments */

.comment_author {margin:20px 20px 20px 0px; padding:0px; width:150px; float:left;}

.comments {margin:10px 0px 10px 0px; padding:0px; width:469px; float:left;}

#leave_comment {margin:0px 0px 10px 0px; padding: 5px 40px; background-color:#eeeeee;}


/* Tabs (in the sidebar for the AJAX box) */

.tab_container {margin:0px; padding:0px; border:5px solid #eeeeee;}

.tab_container_in {margin:0px; padding:10px; border-left:1px solid #dddddd; border-top:1px solid #dddddd; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc;}

.tab_menu_container {padding:0px 0px 0px 0px; height:27px; background-color:#eeeeee;}

#tab_menu li {margin:0px; padding:7px 5px 2px 0px; background-color:#eeeeee; font-size:11px; line-height:normal; float:left; list-style:none; cursor:pointer; border-bottom:none;}

#tab_menu .first {padding:7px 5px 2px 6px;}

#tab_menu li a, #tab_menu li a:visited {margin:0px; padding:3px 6px 3px 6px; background-color:#eeeeee; color:#999999; text-decoration:none; display:block;}

#tab_menu li a:hover, #tab_menu li a.current {background-color:#999999; color:#ffffff; text-decoration:none;}

.tab_content_list {display:none;}

#tab_content_tags a, #tab_content_tags a:visited {color:#999999; text-decoration:none;}

#tab_content_tags a:hover {color:#000000; text-decoration:none;}

/* Widgets */

#content .widget ul {padding:10px 10px 20px 10px; border:5px solid #eeeeee;}

.widget li a, .widget li a:visited {color:#000000; font-weight:bold; text-decoration:none; display:block;}

.widget li a:hover {color:#cc0000;}

.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover {border-bottom:none;}

.widget .cat-item a, .widget .cat-item a:visited {padding:0px;}

.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {background-color:#ffffff;}

#feedburner {margin:20px 0px 20px 0px;}

.media {margin-left: 20px;}

.media-object {margin-right: 3px; max-width: 60px; max-height: 60px; padding: 4px;
background-color: white;
border: 1px solid #CCC;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {padding:20px 0px 20px 0px; background-color:#eeeeee; text-align: center;}

#footer .left {color:#999999; float:left; margin-left: 20px;}

#footer .center {color:#999999; width: 100%; margin: 0px auto;}

#footer .right {color:#999999; float:right;}

#footer p a, #footer p a:visited {color:#999999; font-weight:normal; text-decoration:none; border-bottom:1px solid #dddddd;}

#footer p a:hover {color:#000000;}</pre></body></html>