/* @override 
	http://ed.ida.cl/wp-content/themes/revista-ed/style.css */

/*
Theme Name:     ED 2014
Theme URI:      http://ed.cl
Author:         Fernando Silva y Jorge Codina | Ideas Digitales Aplicadas
Author URI:     https://github.com/fdograph
Version:        1
*/

/* @group Like Facebook */

#facelike{
    border: 4px solid #333;
    position: fixed;
    bottom: 30px;
    background: #fff;
    right: -390px;
    width: 370px;
    z-index: 999;
    
}

#facelike.acti{
    right: 20px;
}

#facelike #tit{
	background: #ffed87;
	padding: 10px;
}

#facelike #tit h3{
	font-size: 18px;
	margin-bottom: 0;
	color: #000;
}

#facelike .fb-page{
	padding: 10px;
}

#facelike .btn_close{
	position: absolute;
	right: 10px;
	top: 8px;
	color: #000;
	text-decoration: none;
}

@media only screen and (max-width: 768px){

	#facelike{
		display: none;
	}

}

/* @end */