<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Temas
Theme URI: http://temas.hlg.sld.cu
Description: Responsive Bootstrap WordPress Theme.
Version: 1.0
Author: Lic. Brian Martinez Rodriguez
Author URI: http://www.infomed.hlg.sld.cu
*/

/* Basic */
		
body{
font-family: 'Droid Sans', sans-serif;
font-size:13px;
background:#fafafa url('img/grey.png') repeat;
line-height:25px;
color:#444;
/*border-top:5px solid #14a900;*/
}

h1,h2,h3,h4,h5,h6{
color:#666;
font-weight:normal;
font-family: 'Oswald', sans-serif;
padding:5px 0px;
margin:5px 0px;
}

h1{
font-size:35px;
line-height:40px;
}

h2{
font-size:25px;
line-height:30px;
}

h3{
font-size:18px;
line-height:23px;
}

h4{
font-size:16px;
line-height:21px;
}

h5{
font-size:15px;
line-height:20px;
}

h6{
font-size:14px;
line-height:19px;
}

a, a:visited{
color:#118d00;
text-decoration:none;
}

a:hover{
color:#0c6a00;
}

form{
margin:10px 0px;
}
h1.site_title{
padding:10px 0px;
}
h1.site_title a{
font-size:25px;
line-height:40px;
color: #fff;
}

img.alignleft{
float:left;
padding-right:10px;
}

img.alignright{
float:right;
padding-left:10px;
}

img.aligncenter{
margin:0px auto;
text-align:center;
padding:none;
display:block;
}

.color{
color:#118d00;
}

.caps{
text-transform:uppercase;
}

.border{
height:20px;
}

.bold{
font-weight:700;
}

.normal{
font-weight:normal;
}

a, a:visited, a:foucs, a:hover{
outline: 0;
}

:focus {outline:none;}

::-moz-focus-inner {border:0;}

/* Navbar */
.navbar {
    min-height: 40px!important;
}
.navbar-inverse{
border-radius:0px!important;
background: #f2f2f2 !important;
background-image: none;
background-repeat: no-repeat;
filter: none !important;
border:none !important;
border-bottom: 3px solid #118d00;
}
/*
.navbar-inverse &gt; .container{
width:940px;
}
.container {
    width: 940px;
}
*/
/*
.navbar .btn{
background:#118d00 !important;  
}

.navbar .btn:hover{
background:#0c6a00 !important;
}

.navbar .caret{
border-top-color:#fff !important;
border-bottom-color:#fff !important;
}
*/

.navbar .nav &gt; li &gt; a{
padding: 10px 15px; 
color:#118d00;
text-shadow:none !important;
font-size:13px;
border-right: 1px solid #118d00;
}

.navbar .nav &gt; li &gt; a:hover{
background:#118d00;
color:#fff !important;
}

.navbar .nav .active &gt; a,
.navbar .nav .active &gt; a:hover,
.navbar .nav .active &gt; a:focus {
color: #ffffff;
background: #14a900 !important;
}
/*
.dropdown-toggle{
background: #14a900 !important;
}
*/
.navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover {
    background-image: none;
	background-color: #118d00;
	color: #fff!important;
}
.nav-collapse a{
font-weight:normal !important;
text-shadow:none !important;
}
.navbar-inverse .navbar-toggle {
    border-color: #118d00;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #118d00;
}

.dropdown-menu{
background:#f2f2f2 !important;
}

.dropdown-menu a{
/*color:#fff !important;*/
text-shadow:none !important;
}

.dropdown-menu a:hover{
filter:none !important;
background:#118d00;
color:#fff !important;
}
/* TOP */
.top {
    height: 30px;    
}
ul.menu-top {
   margin-top:3px;
   margin-bottom: 0;
 }
ul.menu-top a {
   color:#777;
 }
ul.menu-top a:hover {
   color:#000;
 }

/* Header */

header{
background:#118d00;
padding-bottom:0px;
/*border-top: 5px solid #14a900;*/
}

.logo img{
/*max-width:1170px;*/
}
a.inst{
	color: #329a05 !important;
    display: inline-block;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    left: 100px;
    padding-left: 10px;
    padding-top: 4px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}
a.inst:hover{
    text-decoration: none;
}

/*Redes sociales*/
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
 .social-block {
 margin-top:7px;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3b5998;
 }
 #social-tw:hover {
     color: #1da1f2;
 }
 #social-link:hover {
     color: #007bb5;
 }
 #social-ins:hover {
     color: #c32aa3;
 }
  #social-you:hover {
     color: #ff0000;
 }
   #social-rss:hover {
     color: #ff6600;
 }

/* Slider */

.flexslider{
box-shadow:none;
border-radius:0px;
background:#111;
padding:0px !important;
margin:0px;
border:0px;
margin-bottom:15px;
}

.flexslider a, .flexslider a:visited, .flexslider a:hover{
color:#aaa;
text-decoration:none;
}

.slides p, .slides h3{
padding:0px 10px;
}

.slides h3 a{
color:#bbb !important;
}


/* Post */

.entry{
padding:5px 10px;
background:#fff;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:4px;
}

.entry h2 a, .entry h2 a:visited, .entry h2 a:hover, .entry h2{
text-decoration:none;
color:#666;
font-size: 20px;
}

.entry img{
margin:5px 0px;
}

.entry hr{
border-top:1px solid #ddd;
border-bottom:0px;
margin:4px 0px;
height:0px;
}

.entry .thumb img{
float: left;
margin: 5px 10px 10px 0;
box-shadow:0px 0px 2px #000;
}

.entry .meta{
font-family:Tahoma,Verdana,sans-serif;
font-size:11px;
padding:0px 8px;
background:#fafafa;
border:1px solid #eee;
text-transform:capitalize;
}

.entry .meta i{
margin:0px 0px 0px 1px;
}
/*Etiquetas*/
.post-tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
  font-size: 12px;
}
.post-tags a {
  float: left; 
}
.entry .post-tags a{
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 10px 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.entry .post-tags a::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.entry .post-tags a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.entry .post-tags a:hover {
  background-color: #ddd;
  color: #999;
}
.entry .post-tags a:hover::after {
   border-left-color: #ddd; 
}
.entry .post-tags a:visited{
  color: #999;
}
/*end tags*/
.entry .tags{
border-top:1px solid #eee;
padding-top:10px;
margin-top:10px;
}

.entry .tags a,.entry .tags a:visited{
color:#fff;
background:#118d00;
padding:3px 5px;
margin:0px 1px;
border-radius:3px;
font-size:11px;
font-family:Tahoma,Verdana,sans-serif;
}

.entry .tags a:hover{
background:#0c6a00;
text-decoration:none;
}

.entry .readmore{
background:#118d00;
padding:0px 8px;
position:relative;
right:-8px;
color:#fff;
}

.entry .readmore:hover{
text-decoration:none;
background:#0c6a00;
}

.blog .navigation, .blog .navi{
text-transform:none;
margin:5px 0px;
margin-bottom:20px;
}

.blog .navigation a, .blog .navi a{
color:#0c6a00;
padding:2px 5px;
font-size:14px;
font-family:Oswald,sans-serif;
}

.blog .navigation a, .blog .navi a:hover{
color:#118d00;
text-decoration:none;
}

/* Pagination */

.pagination {
clear:both;
padding:6px 0;
line-height:17px;
font-size:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:5px 8px 5px 8px;
text-decoration:none;
width:auto;
color:#666;
background: #fff;
border:1px solid #ddd;
}
 
.pagination a:hover{
color:#444;
background: #f3f3f3;
}
 
.pagination .current{
padding:5px 8px 5px 8px;
color:#444;
background: #f3f3f3;
}

/* Comments */

.comments h3{
margin:15px 0px 5px 0px;
}

.comments .avatar{
margin-top:4px;
margin-right:4px;
}

.comments .avatar img{
border:1px solid #ddd;
padding:2px;
}

.comments ul{
list-style-type:none;
margin-left:0px;
}

.commentlist li{
padding:10px;
background:#fff;
margin:20px 0px;
line-height:25px;
font-size:13px;
border:1px solid #ddd;
border-left:4px solid #ddd;
border-radius:4px;
}

#respond{
padding:5px 15px;
background:#fff;
margin:20px 0px;
color:#555;
border:1px solid #ddd;
border-radius:4px;
}

#respond input, #respond textarea{
font-size:13px;
}

#respond label{
font-size:13px;
}

/* Sidebar */


.sidebar h3{
/*text-transform:uppercase;*/
font-size:14px;
/*border-bottom:1px dashed #ddd;*/
color: #fff;
margin: -2px -8px 0;
padding: 5px;
border-radius: 4px;
}

.sidebar a, .sidebar a:visited{
color:#777;
}

.sidebar a:hover{
color:#555;
text-decoration:none;
}

.widget{
background:#fff;
padding:4px 10px 8px 10px;
border:1px solid #ddd;
margin-bottom:8px;
border-radius: 4px;
}

.widget ul, .entry ul{
list-style-type: none !important;
padding: 0px;
margin: 0px;
}

.widget ul li, .entry ul li{ 
padding:4px 0px 0px;
}
.widget ul li{ 
border-top: 1px solid #e6e6e6;
}
.form-navbar-search{ 
margin: 5px -15px!important;
}
.textwidget p{
 margin: 10px 0 2px;
 line-height: 20px;
}
.widget h3 a.rsswidget{
 color: #fff;
}
span.rss-date{
 font-size: 80%;
 color: #999;
}

/* Footer */

footer{
background-color:#edf0f2;
margin-top:20px;
border-top:5px solid #dddddd;
font-size:13px;
padding-top:10px;
color: #444444;
}
.footer-info {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}
footer a, footer a:visited, footer a:hover{
color:#444444;
}

.copy{
font-family:Tahoma,Verdana,sans-serif;
font-size:11px;
text-align: center;
background-color:#dddddd;
padding: 5px 0;
}

footer h4{
color:#fff;
}

footer .widget{
padding:0px;
margin:0px;
background:transparent;
border:none;
}

footer hr{
border-top: 1px solid #dddddd;
/*border-bottom:1px solid #333;*/
margin:4px 0px;
height:0px;
}


/* Responsive */

@media (max-width: 480px){

}

@media (max-width: 767px){
	header{
	text-align:center;
	margin-bottom:0px;
	}
   header .social{
   margin-top:5px;
   margin-bottom:20px;
   }
   .logo{
   padding:5px 0px 0px 0px;
   }
   header,.bread,footer,.navbar-inner{
   margin-left:-20px;
   margin-right:-20px;
   padding-left:20px;
   padding-right:20px;
   }
   img.alignleft{
   float:none;
   margin:0px auto;
   text-align:center;
   padding:5px;
   display:block;
   }
   img.alignright{
   float:none;
   margin:0px auto;
   text-align:center;
   padding:5px;
   display:block;
   }
   img.aligncenter{
   margin:0px auto;
   text-align:center;
   padding:5px;
   display:block;
   }
}
/*Varios niveles de submenu*/
/*
.pull-right &gt; .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}


.dropdown-submenu &gt; .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover &gt; .dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu &gt; .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu &gt; a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.dropdown-submenu:hover &gt; a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left &gt; .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.navbar .nav li.dropdown &gt; a:hover .caret,
.navbar .nav li.dropdown &gt; a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open &gt; .dropdown-toggle,
.navbar .nav li.dropdown.active &gt; .dropdown-toggle,
.navbar .nav li.dropdown.open.active &gt; .dropdown-toggle {
    color: #555555;
    background-color: #e5e5e5;
}

.navbar .nav li.dropdown &gt; .dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open &gt; .dropdown-toggle .caret,
.navbar .nav li.dropdown.active &gt; .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active &gt; .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.navbar .pull-right &gt; li &gt; .dropdown-menu,
.navbar .nav &gt; li &gt; .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar .pull-right &gt; li &gt; .dropdown-menu:before,
.navbar .nav &gt; li &gt; .dropdown-menu.pull-right:before {
    right: 12px;
    left: auto;
}

.navbar .pull-right &gt; li &gt; .dropdown-menu:after,
.navbar .nav &gt; li &gt; .dropdown-menu.pull-right:after {
    right: 13px;
    left: auto;
}

.navbar .pull-right &gt; li &gt; .dropdown-menu .dropdown-menu,
.navbar .nav &gt; li &gt; .dropdown-menu.pull-right .dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: -1px;
    margin-left: 0;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
*/

@media (min-width: 768px) and (max-width: 979px){

}

@media (max-width: 979px){

}
</pre></body></html>