/* CSS Document */

body{
	font-family: 'Lato', sans-serif;
	background: url(../images/bck.png) repeat-x #FFF;
	
	}
	
#wrapper{
	width:900px;
	display:block;
	margin:0 auto;
	margin-top:90px;
	margin-bottom:50px;
	}
	

#content{
	color:#FFF;
	background:#fff url(../images/top.png) no-repeat top left;
	background-position:0 20px;
	width:880px;
	padding:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float:left;
	-webkit-box-shadow:  0px 0px 100px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 100px 0px rgba(0, 0, 0, 0.2);
	border-bottom:1px solid #ccc;
	padding-bottom:40px;
	height: auto;
	overflow:hidden;
	}
	
	
#menu-fixed{
	background: #000;
	color: #fff;
	position:absolute;
	z-index:15;
	width:900px;
	font-size:13px;
	text-align:left;
	position: fixed;
	margin-top:-90px;
	display:none;
	z-index:200;
	}	

#menu-fixed a:hover{
	        animation:loop 0.5s;
            -webkit-animation:loop 0.5s;
            -moz-animation:loop 0.5s;
            -o-animation:loop 0.5s;
			   -webkit-animation-fill-mode:forwards; 
   -moz-animation-fill-mode:forwards;
   -o-animation-fill-mode:forwards; 
   -ms-animation-fill-mode:forwards; 
   animation-fill-mode:forwards;
	}

#menu-fixed a{
	text-decoration:none;
	color:#fff;
	opacity:0.6;
	display:inline-block;
	margin-left:15px;
	margin-right:15px;
	line-height:40px;
	}

#menu-fixed span {
	display:block;
	float:right;
	margin-top:7px;
	}

#menu-fixed span a.sn{
	text-decoration:none;
	display:inline-block;
	margin-left:0px;
	margin-right:5px;
	}	
	
	
	
#menu{
	background: #000;
	color: #fff;
	padding:10px;
	margin-top:-10px;
	margin-left:-10px;
	position:absolute;
	z-index:15;
	width:880px;
	font-size:13px;
	text-align:right;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
	}	

#menu a{
	text-decoration:none;
	color:#fff;
	opacity:0.6;
	display:inline-block;
	margin-left:15px;
	margin-right:15px;
	}	

#menu a:hover{
	        animation:loop 0.5s;
            -webkit-animation:loop 0.5s;
            -moz-animation:loop 0.5s;
            -o-animation:loop 0.5s;
			   -webkit-animation-fill-mode:forwards; 
   -moz-animation-fill-mode:forwards;
   -o-animation-fill-mode:forwards; 
   -ms-animation-fill-mode:forwards; 
   animation-fill-mode:forwards;
	}	
	

@keyframes loop
{
  0%{
    opacity:0.6;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes loop
{
  0%{
    opacity:0.6;
  }
  100% {
    opacity:1;
  }
}	
	
#logo{
	position:absolute;
	z-index:100;
	margin-top:-90px;
	margin-left:00px;
	display:block;
	}	
	
#banner{
	position:absolute;
	width:500px;
	margin-left:-10px;
	padding-right:400px;
	height:220px;
	padding-top:60px;
	background:url(../images/lady.png) right top no-repeat;
	text-align:center;
	margin-top:30px;
	font-size:15px; 
	color:#333;
	text-shadow: 0 -1px 2px #fff;
	}

.title{
	width:860px;
	margin:0px;
	color:#333;
	background: #CCC;
	padding:20px;
			
font-size:16px;
text-align:center;
display:block;
position:absolute;
margin-top:49px;
color:#fff;

border-bottom:3px solid #6E8900;

text-shadow: 0 -1px 2px #6E8900;

background: rgb(170,221,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhZGQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Y2I3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(170,221,0,1) 0%, rgba(140,183,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,221,0,1)), color-stop(100%,rgba(140,183,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(170,221,0,1) 0%,rgba(140,183,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(170,221,0,1) 0%,rgba(140,183,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(170,221,0,1) 0%,rgba(140,183,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(170,221,0,1) 0%,rgba(140,183,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aadd00', endColorstr='#8cb700',GradientType=0 ); /* IE6-8 */


	}		

#footer{
	width:50px;
	font-size:14px;
		width:840px;
	padding:30px;
	float:left;
	color:#555;
	text-align:center;
	}	

#footer a{
	color: #000;
	text-decoration: none;
    cursor: pointer;
	}	
	



@keyframes dload
{
  0%, 100%{
   margin-top:15px;
margin-botom:10px;
  }
  50% {
   margin-top:10px;
margin-botom:15px;
  }
}

@-webkit-keyframes dload
{
  0%, 100%{
   margin-top:14px;
margin-botom:10px;
  }
  50% {
   margin-top:10px;
margin-botom:14px;
  }
}

.download:hover{
		        animation:dload 0.4s infinite;
            -webkit-animation:dload 0.4s infinite;
            -moz-animation:dload 0.4s infinite;
            -o-animation:dload 0.4s infinite;

	}

.download2:hover{
		        animation:dload 0.4s infinite;
            -webkit-animation:dload 0.4s infinite;
            -moz-animation:dload 0.4s infinite;
            -o-animation:dload 0.4s infinite;

	}	

.download{
    text-decoration: none;
	display:inline-block;
	white-space:nowrap;
	line-height:60px;
	text-transform:uppercase;
	font-size:19px;
	color:#fff;
	background:#063;
		-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
padding:0 30px;
margin-top:15px;
margin-botom:10px;
cursor:pointer;
border-top:1px solid #fff;
border-bottom:3px solid #6E8900;

text-shadow: 0 -1px 2px #6E8900;

background: rgb(170,221,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhZGQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Y2I3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(170,221,0,1) 0%, rgba(140,183,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,221,0,1)), color-stop(100%,rgba(140,183,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(170,221,0,1) 0%,rgba(140,183,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(170,221,0,1) 0%,rgba(140,183,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(170,221,0,1) 0%,rgba(140,183,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(170,221,0,1) 0%,rgba(140,183,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aadd00', endColorstr='#8cb700',GradientType=0 ); /* IE6-8 */







-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2);
box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2);
}


#container{
	float:left;
	width:860px;
	height:auto;
	margin-left:10px;
	margin-top:320px;
	color:#333;
	}

#container img{
	float:left;
	margin:0 15px 7px 0;
			-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-bottom:1px solid #999;
	}	

#container a{
	text-decoration:none;
	color:#7a0;
	font-size:13px;
	}	

#container p{
	font-size:13px;
	color:#777;
	}

#container ul{
    color: #777;
    font-size: 13px;
}

#container h2{
	font-weight:normal;
	color:#000;
	font-size:20px;
	}	

#container .left{
	float:left;
	width:560px;
	height:auto;
	}	

#container .right{
	float:right;
	display:block;
	width:230px;
	padding-left:30px;
	height:auto;
	border-left:1px solid #eee;
	}		
	
table.features{
	font-size:12px;
	color:#444;
    border-collapse: collapse;
	}	

table.features tr:nth-child(even){
	background:#f3f8e5;
}

table.features tr:nth-child(odd){
	background:#e3eacc;
}

table.features td{
vertical-align:top;
padding: 10px;
border-bottom:1px dashed #fff !important
}

table.features td img{ margin:0 !important}








.download2{

	display:inline-block;
	white-space:nowrap;
	line-height:45px;
	text-transform:uppercase;
	font-size:15px !important;
	color:#fff !important;
	background:#063;
		-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align:center;
width:100%;
margin-top:15px;
cursor:pointer;
border-top:1px solid #fff;
border-bottom:3px solid #6E8900;

text-shadow: 0 -1px 2px #6E8900;

background: rgb(170,221,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhZGQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Y2I3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(170,221,0,1) 0%, rgba(140,183,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,221,0,1)), color-stop(100%,rgba(140,183,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(170,221,0,1) 0%,rgba(140,183,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(170,221,0,1) 0%,rgba(140,183,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(170,221,0,1) 0%,rgba(140,183,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(170,221,0,1) 0%,rgba(140,183,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aadd00', endColorstr='#8cb700',GradientType=0 ); /* IE6-8 */







-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2);
box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2);
}


#social{
	position:absolute;
	display:block;
	z-index:200;
	margin-left:880px;
	margin-top:-50px;
	}

#social a{
	display:inline-block;
	padding:2px;
	}	
	

.manual{
	line-height:25px;
	padding-left:40px;
	background: url(https://www.emule.es/themes/seo/emule.es/images/pdf.png) no-repeat;
	font-size:13px;
	color:#333;
	margin-bottom:10px;
	display:block;
	}	
	
/*--FIX TABLA TECNICA--*/

.fixed-table{
	width:220px;
	}

.fixed-table span{
	font-size:12px;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	display:block;
	}	
	
.fixed-table.fixed{
	position:fixed;
	margin-top:-380px;
	}

.socialsingle{width:390px; position:absolute; right:-75px; top:10px;}
.megusta{float:left;width:110px;margin-right:10px;}
.twitear{float:left;width:95px;margin-right:10px;}
.plusear{float:left;width:60px;margin-right:10px;}
#menu-fixed .megusta{position: relative;top: -7px;}
.h1_logo{margin: 0;}

.manual_body img, .article_body img {float:none !important;padding-top: 20px;}

.article_video {margin: 10px 0 0 10px; padding:1%; overflow:hidden;
    border:1px solid #87AC00;
    width:96%; position:relative;
    border-right: none;
    border-left: none;
    border-top: none;
}
.article_video .fl { float:left; margin-right:10px}
.article_video h2 { margin:10px 0;color:#333; font-size:14px}
.article_video h2 a{ margin:10px 0;color:#333; text-decoration:none;font-size:14px}
.article_video p{margin:10px 0;font-size:11px;line-height:16px;}
.article_video .readmore2 a {bottom:0; position:absolute; right:0; margin:0; color:#D3F36E !important; background:#87AC00;}
.readmore2 a {padding-bottom:3px;color:#333;text-decoration:none;margin:10px 0;font-size:12px;line-height:20px; background:#EEE;
   padding:5px 10px; margin:10px 0; border-radius: 7px 7px 0 0;}
.readmore2 a:hover{text-decoration:none;background-color: #81962B;}

.page_not_found_title {
    background-color: #FCC;
    line-height: 20px;
    border-radius: 10px;
    padding: 4px 10px;
    position: relative;
    top: 10px;
    text-align: center;
    font-size: 16px;
    color: #222;
}

.page_not_found_body {
    background-color: #EEE;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    margin: 20px 0;
    font-size: 16px;
}

.page_not_fount_title_image {
    position: relative;
    float: left;
    border-width: 0;
    width: 48px;
    height: 48px;
}

#terms_ajax_content { font-size: 12px; }
#terms_ajax_content h1 { font-size: 21px;}
#terms_ajax_content h2 { font-size: 16px;}
#terms_ajax_content h3 { font-size: 14px;}

.socials{margin-top: 15px; width: 100%; display: flex; margin-bottom: 10px;}
.social_item{ float: left; margin-right: 10px; width: 90px;}

#menu-fixed .social_item.facebook_like_horizontal {
    position: relative;
    top: -7px;
}

@media screen and (max-width: 1024px) { body { overflow-x: hidden; } #wrapper { width:768px} #content { width:768px} #container { width:768px}   #menu {width:768px}#container .left { width:460px} #footer {width:768px}#menu-fixed{width:788px}#banner{width: 413px} }

@media screen and (max-width: 768px) { #wrapper { width:460px} #content { width:460px} #container { width:460px}   #menu {width:460px}#container .left { width:430px; margin-bottom:45px} #footer {width:460px}#menu-fixed{width:460px}#banner{width: 460px; padding-right:0; background:none;}#container .right { width:400px; float:none; display:table; margin-top:20px; }  .fixed-table.fixed { position:static;} .fixed-table { width:100%; float:none; display:table} 
.h1_logo {	transform: scale(0.6);	-ms-transform: scale(0.6);	-webkit-transform: scale(0.6); margin-top:-40px;}
}

@media screen and (max-width: 460px) {  #wrapper { width:320px; margin-left:-10px} #content { width:320px} #container { width:320px}   #menu {width:320px}#container .left { width:280px; margin-bottom:45px} #footer {width:290px}#menu-fixed{width:320px}#banner{width: 320px; padding-right:0; background:none;}#container .right { width:260px; float:none; display:table; margin-top:20px; }.h1_logo { margin-left:-50px; margin-top:-50px}}

@media screen and (max-width: 320px) { }