	@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
	
p {
    font-family: "Ubuntu", sans-serif;
}
	
	h1,h2,h3,h4,h5,h6{ 
		letter-spacing:0px;
		font-weight:normal;
		position: relative;
		padding: 0 0 10px 0;         
		font-weight:normal;
		font-family: "Ubuntu", sans-serif;
		line-height:140% !important;
		/*color:#222222;*/
	}
	h3{
		font-size: 18px; 
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
		color:#222222 !important;
		text-decoration:none !important; 
	}


	
/*----------custom------*/


@keyframes cf3FadeInOut {
  0% {
  opacity:0;
}
45% {
opacity:0;
}
55% {
opacity:0.6;
}
100% {
opacity:0.6;
}
}

.img_hidden {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}


.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
   background: rgba(255,140,0, 0.7);
}
.navbar-default .navbar-nav > .active > a:hover{
color: #333333;
  background-color: transparent;
   background: rgba(255,140,0, 0.7);

}

.list-unstyled > li:hover{
color: #333333;
  background-color: transparent;
  font-weight: bold;
}




header a.navbar-brand.logo > img:hover {
  -webkit-animation: rerotate 1.5s forwards;
    animation: rerotate 1.5s forwards;
}
@-webkit-keyframes rerotate {
    50% {
        -webkit-transform: rotate(-5deg);
    }
}
@keyframes rerotate {
    50% {
        transform: rotate(-5deg);
    }
}

.block-title:hover {
color: #F0F0F0 ;
}
@import url("http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
.panel-image {
    position: relative;   
}
.panel-image img.panel-image-preview {
    width: 100%;
	border-radius: 4px 4px 0px 0px;
}

.panel-image label {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
        transition: all 0.3s ease;

}

.panel-heading ~ .panel-image img.panel-image-preview {
	border-radius: 0px;
}

.panel-body {
   overflow: hidden;
}

.panel-image ~ input[type=checkbox] {
    position:absolute;
    top:- 30px;
    z-index: -1; 
    transition: all 0.3s ease;
}

.panel-image ~ input[type=checkbox] ~ .panel-body {
	height: 0px;
	padding: 0px;
     transition: all 0.3s ease;
}

.panel-image ~ input[type=checkbox]:checked ~ .panel-body {
    height: auto;
	padding: 15px;
    transition: all 0.5s ease;
}

.panel-image ~ .panel-footer a {
    padding: 0px 10px;
	font-size: 1.3em;
	color: rgb(100, 100, 100);
}
/* Blog modificaciones */
.cover.js_fullheight {
min-height: 400px !important;
background-color: #235375;
}
.cover {
max-height: 400px !important;
}
