- Codigo para la política de cookies

 
<style type="text/css">
 
/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:100%;
	height:43px;
	margin:0 auto;
	padding-left:1%;
        padding-top:5px;
        font-size: 0.9em;
	clear:both;
        font-weight: strong;
color: #333;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:1.7;
filter:alpha(opacity=80); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:1.7;
filter:alpha(opacity=80);
position:absolute; 
left:1%; 
top:-40px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}
 
/* Fin del CSS para cookies */
 
</style>
/*
Stilos para paginas
*/
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 26px;
    font-size: 26px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 250px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	left: 12px;
	top: 18px;


}

.dropdown-content a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
  margin: 0px;
  padding: 0px;
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #fff;
  font-family: "Open Sans", Arial, Helvetica, Sans-serif;
  font-size: 16px;
}
a {
  color: #4a88f4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  vertical-align: top;
}
p {
  margin: 0;
  margin-bottom: 1em;
}
.left {
  float: left;
}
.right {
  float: right;
}
.wrap {
  width: 90%;
  max-width: 900em;
  margin: auto;
  overflow: hidden;
}
.list li {
  display: inline-block;
}
.button {
  background: #4a88f4;
  border: none;
  color: #fff;
  font-size: 1.125em;
  display: inline-block;
}
.button.verde {
  background: #27ae60;
}
.button.verde:hover {
  background: #1d944f;
}
.button:hover {
  background: #1668c4;
}
/* alignments */
.center {
  text-align: center;
}
.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
img.center,
img[align="center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
img.alignleft,
img[align="left"] {
  float: left;
  margin: 1.25em 1.25em 1.25em 0px;
}
.alignright {
  float: right;
}
img.alignright,
img[align="right"] {
  float: right;
  margin: 1.25em 0px 1.25em 1.25em;
}
.clear {
  clear: both;
}
hr.clear {
  clear: both;
  visibility: hidden;
  margin: 0px;
  padding: 0px;
  height: 0px;
}
header {
  width: 100%;
  border-top: 5px solid #4a88f4;
  background: #fff;
  position: fixed;
  z-index: 10;
}
header a:hover {
  text-decoration: none;
}
header .logo {
  height: 9.30em;
  float: left;
  margin-right: 2.5em;
}
header .logo img {
  width: 5.4375em;
  height: 8.4375em;
  float: left;
}
header .logo .logo-text {
  color: #000;
  line-height: 6.4375rem;
  float: left;
  padding: 0 10px;
  font-size: 3.5em;
}
header .logo:hover a {
  background: #131313;
  color: #fff;
}
header .menu_bar {
  display: none;
}
header nav {
  float: left;
}
header nav ul {
  list-style: none;
}
header nav ul li {
  float: left;
  font-family: "Open Sans";
  font-size: 1em;
  margin-top: 0.3125em;
  border-bottom: 0.3125em solid transparent;
}
header nav ul li ul {
  display: none;
}
header nav ul li a {
  display: block;
  padding: 0 1.25em;
  color: #302f2f;
  line-height: 2.8125em;
}
header nav ul li a span {
  display: none;
}
header nav ul li:hover {
  border-bottom: 5px solid #4a88f4;
}
header nav ul li:hover a {
  color: #4a88f4;
}
.ad_area {
  background: #f7f7f7;
  width: 100%;
  text-align: center;
  padding: 0.625em 0;
  overflow: hidden;
}
.ad_area img {
  vertical-align: top;
}
.main {
  border-bottom: 5px solid #4a88f4;
  padding-bottom: 1.25em;
  padding-top: 4.75em;
}
.main .breadcrumbs {
  margin: 1.875em 0;
  font-size: 1.5em;
}
.main .breadcrumbs div {
  display: inline-block;
}
.main .breadcrumbs div p {
  margin: 0;
}
.main .breadcrumbs div p span {
  margin: 0;
  padding: 0;
}
.main .breadcrumbs .categories_list {
  display: inline-block;
  position: relative;
  list-style: none;
  margin-right: 1em;
  z-index: 1;
}
.main .breadcrumbs .categories_list span {
  color: #fff;
}
.main .breadcrumbs .categories_list a {
  background: #4a88f4;
  color: #fff;
  display: block;
  padding: 0.625em;
}
.main .breadcrumbs .categories_list a:hover {
  text-decoration: none;
}
.main .breadcrumbs .categories_list > li:hover ul {
  display: block;
}
.main .breadcrumbs .categories_list > li > ul {
  position: absolute;
  display: none;
  width: 150%;
  font-size: 1rem;
}
.main .breadcrumbs .categories_list > li > ul li {
  position: relative;
}
.main .breadcrumbs .categories_list > li > ul li:hover .children {
  display: block;
}
.main .breadcrumbs .categories_list > li > ul li a {
  display: block;
  padding: 0.625em;
}
.main .breadcrumbs .categories_list > li > ul li a:hover {
  background: #fff;
  color: #4a88f4;
}
.main .breadcrumbs .categories_list > li > ul li .children {
  list-style: none;
  position: absolute;
  display: none;
  left: 100%;
  width: 100%;
  top: 0%;
  overflow: hidden;
}
.main .breadcrumbs a {
  color: #302f2f;
}
.main .breadcrumbs .active {
  color: #4a88f4;
}
.main .breadcrumbs span {
  margin: 0 0.5em;
  color: #302f2f;
}
.main .breadcrumbs .search_bar {
  overflow: hidden;
  position: relative;
  top: 6px;
  box-sizing: border-box;
  max-width: 27%;
  width: 100%;
  float: right;
}
.main .breadcrumbs .search_bar form input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  padding: 5px 1.875rem 5px 10px;
  color: #302f2f;
  margin-bottom: 0;
  font-size: 1rem;
}
.main .breadcrumbs .search_bar form span {
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.main .breadcrumbs .search_bar form span a {
  color: #302f2f;
}
.main .breadcrumbs .search_bar form span a:hover {
  text-decoration: none;
}
.main .articles_list {
  max-width: 150em;
  width: 80%;
  float: left;
  box-sizing: border-box;
}
.main .articles_list .post {
  width: 95%;
   height: auto;
  margin: 0 1.5% 1.5% 0;
  float: left;
  overflow: hidden;
}
.main .articles_list .post h1,
.main .articles_list .post h2,
.main .articles_list .post h3,
.main .articles_list .post h4,
.main .articles_list .post h5,
.main .articles_list .post h6 {
  margin-bottom: 1em;
}
.main .articles_list .post p,
.main .articles_list .post ul {
  line-height: 1.625em;
  color: #302f2f;
  font-size: 1.0625em;
}
.main .articles_list .post code {
  background: #f2f2f2;
  border: 1px solid;
}
.main .articles_list .post .thumb {
  width: 100%;
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 1em;
}
.main .articles_list .post .thumb2 {
  width: 85%;
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 1em;
}
.main .articles_list .post .thumb img {
  width: 100%;
  height: auto;
}
.main .articles_list .post .thumb2 img {
  width: 85%;
  height: auto;
}
.main .articles_list .post .thumb:hover {
  opacity: 0.9;
}
.main .articles_list .post .title {
  font-size: 1.25em;
}
.main .articles_list .post .title a {
  margin-bottom: 1em;
  color: #302f2f;
  display: block;
}
.main .articles_list .post .title a:hover {
  color: #535353;
  text-decoration: none;
}
.main .articles_list .post .extract {
  font-size: 0.875em;
  overflow: hidden;
}
.main .articles_list .post .autor,
.main .articles_list .post .date {
  font-size: 0.875em;
  display: inline-block;
  color: #919191;
  margin-right: 1em;
}
.main .articles_list .post .post_categories ul {
  list-style: none;
  overflow: hidden;
}
.main .articles_list .post .post_categories ul li {
  float: left;
  margin-right: 1em;
}
.main .articles_list .post .post_categories ul li a {
  font-weight: 600;
  color: #919191;
}
.main .articles_list .post .post_categories ul li a:hover {
  color: #4a88f4;
}
.main .widget_area {
  padding: 0.625em 0;
}
.main.landing-page {
  background: url("images/bg-landing.jpg");
  background-size: cover;
  background-repear: none;
  min-height: 34.375em;
  padding-top: 3.75em;
}
.main.landing-page .articles_list {
  width: 100%;
  max-width: none;
}
.main.landing-page .articles_list .post.single {
  padding-right: 0;
  text-align: center;
}
.main.landing-page .articles_list .post.single .textwidget {
  margin-top: 5em;
}
.main.landing-page .articles_list .post.single .title {
  background: rgba(0,0,0,0.5);
  font-size: 2.5rem;
  color: #fff;
  width: auto;
  margin-bottom: 0.3em;
  padding: 10px 50px;
  display: inline-block;
}
.main.landing-page .articles_list .post.single .desc {
  background: rgba(0,0,0,0.5);
  font-size: 1.75rem;
  color: #fff;
  padding: 10px 50px;
  display: inline-block;
}
.main.landing-page .articles_list .post.single .mc4wp-form .mail_sub > p {
  display: none;
}
.main.landing-page .articles_list .post.single .mc4wp-form input[type="email"],
.main.landing-page .articles_list .post.single .mc4wp-form input[type="text"] {
  width: 25%;
}
.main.landing-page .articles_list .post.single .mc4wp-form .button {
  padding: 0.83em 1.25em;
}
.main.landing-page .articles_list .post.single .mc4wp-form .button span {
  margin-right: 15px;
  position: relative;
  top: 1px;
}
/*
menu final
*/
.pagination {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.25em;
  text-align: center;
}
.pagination span {
  text-decoration: none;
  background: #302f2f;
  color: #fff;
  display: inline-block;
  padding: 0.625em 1em;
  font-size: 1.00em;
  margin-right: 1.00em;
}
.pagination a {
  display: inline-block;
  padding: 0.625em 1em;
  font-size: 1.000em;
  background: #4a88f4;
  margin-right: 1.00em;
  color: #fff;
}
.pagination a:hover {
  text-decoration: none;
  background: #302f2f;
  color: #fff;
}
.autor_info {
  margin: 0 0 1.25em 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 1.25em 0;
  overflow: hidden;
  float: left;
  width: 100%;
}
.autor_info img {
  float: left;
  margin-right: 1.25em;
}
.autor_info h3 {
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0;
}
.autor_info .list {
  margin-top: 1em;
}
.autor_info .list li {
  margin-right: 1.25em;
}
.autor_info .list span {
  margin-right: 10px;
}
.autor_info .list a {
  color: #535353;
}
.autor_info .list a:hover {
  text-decoration: none;
  color: #4a88f4;
}
.relacionados div {
  float: left;
  margin-bottom: 1em;
  width: 100%;
}
aside {
  width: 27%;
  float: left;
}
aside .widget h3 {
  text-align: center;
  color: #302f2f;
  margin: 1.25em 0;
}
aside .search_bar {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25em;
  position: relative;
  top: 1px;
  box-sizing: border-box;
  width: 100%;
}
aside .search_bar form input {
  padding-right: 1.875em;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  padding: 5px 10px;
  color: #302f2f;
  margin-bottom: 0;
}
aside .search_bar form span {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
aside .search_bar form span a {
  color: #302f2f;
}
aside .search_bar form span a:hover {
  text-decoration: none;
}
aside > div {
  width: 100%;
  margin-bottom: 1.25em;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
aside input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  padding: 5px 10px;
  color: #302f2f;
}
aside .social_count a {
  width: 30%;
  height: 30%;
  display: block;
  float: left;
  line-height: 6.25rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.625em;
  font-size: 3.125em;
  background: #302f2f;
}
aside .social_count a:hover {
  text-decoration: none;
}
aside .social_count a:nth-child(2),
aside .social_count a:nth-child(5) {
  margin: 0 5%;
}
footer {
  background: #302f2f;
  clear: both;
  margin-top: 5px;
}
footer .ft-logo {
  float: left;
  margin-right: 2.5em;
}
footer .ft-logo a {
  display: block;
}
footer .ft-logo img {
  width: 6.25em;
  vertical-align: top;
}
footer .ft-links {
  float: left;
}
footer .ft-links ul {
  list-style: none;
  margin-top: 1.25em;
  overflow: hidden;
}
footer .ft-links ul li {
  float: left;
  border-bottom: 5px solid transparent;
}
footer .ft-links ul li:hover {
  border-bottom: 5px solid #4a88f4;
}
footer .ft-links ul li a {
  padding: 1.25em;
  display: block;
  color: #fff;
}
footer .ft-links ul li a:hover {
  text-decoration: none;
}
footer .ft-social {
  float: right;
}
footer .ft-social a {
  float: left;
  width: 6.25rem;
  max-width: 6.25rem;
  height: 6.25rem;
  font-size: 2.5em;
  text-align: center;
  color: #fff;
}
footer .ft-social a:hover {
  text-decoration: none;
}
.main .articles_list .post.single {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-right: 5%;
  margin-right: 0;
}
.main .articles_list .post.single .extract {
  color: #535353;
}
.main .articles_list .post.single .thumb {
  position: relative;
  background: none;
}
.main .articles_list .post.single .thumb:hover {
  opacity: 1;
}
.main .articles_list .post.single .thumb img {
  width: 100%;
}
.main .articles_list .post.single ul,
.main .articles_list .post.single ol {
  margin-left: 2.5em;
  margin-bottom: 1em;
}
.main .articles_list .post.single ul li,
.main .articles_list .post.single ol li {
  color: #302f2f;
}
.main .articles_list .post.single iframe {
  width: 100%;
}
.main .articles_list .post.single .title {
  margin: auto;
  margin-top: 1em;
  position: static;
  text-align: center;
  font-size: 1.375em;
  display: block;
}
.main .articles_list .post.single .title a {
  color: #000;
  padding: 10px;
  margin-bottom: 0;
}
.main .articles_list .post.single .post_info {
  overflow: hidden;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #ccc;
}
.main .articles_list .post.single .post_info p {
  margin-bottom: 0;
}
.main .articles_list .post.single .post_info .post_categories {
  float: right;
}
form input[type="text"],
form input[type="email"] {
  padding: 1em;
  margin-bottom: 1.25em;
  border: 1px solid #ccc;
}
form select {
  min-width: 18.75em;
  padding: 1em;
  border: 1px solid #ccc;
}
form label {
  margin-right: 2em;
}
form p {
  margin-bottom: 1.25em;
}
form .button {
  margin-bottom: 3px;
  padding: 0.625em 1.25em;
}
form .button:hover {
  text-decoration: none;
}
form textarea {
  border: 1px solid #ccc;
  height: 6.25em;
  margin-bottom: 1.25em;
  max-height: 18.75em;
  max-width: 95%;
  min-height: 3.125em;
  min-width: 95%;
  padding: 1em;
  width: 95%;
}
form .captcha-input {
  width: 25%;
}
form .captcha-img {
  margin-bottom: 1.25em;
}
.answer {
  background: #302f2f;
  margin-right: 2.25%;
  padding: 1.25em;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 1.25em;
}
.answer p span {
  margin-right: 0.625em;
}
.answer .search_answer {
  margin-bottom: 0;
}
.answer input {
  color: #535353;
  width: 70%;
  border: 1px solid #fff;
  float: left;
  box-sizing: border-box;
  height: 3.625em;
}
.answer .button {
  padding: 1rem 0;
  width: 30%;
  text-align: center;
}
.answer .button span {
  margin-right: 0.625em;
}
.answer .button:hover {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .ad_area {
    padding-top: 4.4em;
  }
  header .menu_bar {
    text-align: center;
    float: right;
    display: block;
  }
  header .menu_bar a {
    display: block;
    color: #302f2f;
    font-size: 2rem;
    line-height: 3.4375rem;
    width: 3.4375rem;
    height: 3.4375rem;
  }
  header nav {
    float: left;
    display: block;
    background: #302f2f;
    width: 90%;
    height: 100%;
    position: fixed;
    top: 3.4375em;
    left: -100%;
    overflow: auto;
  }
  header nav ul {
    list-style: none;
  }
  header nav ul li {
    float: none;
    border-bottom: 1px solid #919191;
    margin-top: 0;
  }
  header nav ul li a span {
    display: block;
    float: right;
    font-size: 1.5em;
    padding: 10px 20px;
    color: #fff;
  }
  header nav ul li .active {
    background: #535353;
  }
  header nav ul li > ul {
    display: none;
    background: #919191;
  }
  header nav ul li > ul li a {
    padding: 10px 30px;
  }
  header nav ul li a {
    color: #fff;
    padding: 10px 20px;
  }
  header nav ul li:hover {
    border-bottom: 1px solid #919191;
    background: #535353;
  }
  header nav ul li:hover a {
    color: #fff;
  }
  .wrap {
    width: 95%;
  }
  .main {
    padding-top: 0;
  }
  .main .breadcrumbs {
    display: table;
    margin-bottom: 1.25em;
    margin-top: 4.6875em;
    width: 100%;
  }
  .main .breadcrumbs .categories_list {
    width: 80%;
  }
  .main .breadcrumbs .categories_list li:hover > ul {
    display: none;
  }
  .main .breadcrumbs .categories_list li ul {
    display: none;
    position: relative;
    width: 100%;
  }
  .main .breadcrumbs .categories_list li ul li ul {
    display: none;
  }
  .main .breadcrumbs div {
    display: none;
    display: table-caption;
    margin-bottom: 1.25rem;
  }
  .main .articles_list .post .thumb2 {
  width: 95%;
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 1em;
}
.main .articles_list .post .thumb2 img {
  width: 95%;
  height: auto;
}
  .main .breadcrumbs .search_bar {
    max-width: 100%;
    width: 100%;
    float: left;
  }
  .main .breadcrumbs .search_bar form input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    padding: 0.3125rem 1.875rem 0.3125rem 0.625em;
    color: #302f2f;
    margin-bottom: 0;
    font-size: 1rem;
  }
  .main .breadcrumbs .search_bar form span {
    position: absolute;
    right: 0px;
    bottom: 0.3125rem;
  }
  .main .breadcrumbs .search_bar form span a {
    color: #302f2f;
  }
  .main .breadcrumbs .search_bar form span a:hover {
    text-decoration: none;
  }
  .main .articles_list {
    width: 100%;
  }
  .main .articles_list .post {
    width: 45%;
   height: auto;
    margin-right: 1.33%;
  }
  .main .articles_list .post.single {
    padding-right: 0;
  }
  .main .articles_list .post .post_categories,
  .main .articles_list .post .autor,
  .main .articles_list .post .date {
    display: none;
  }
  .main.landing-page .articles_list .post.single .mc4wp-form input[type="email"],
  .main.landing-page .articles_list .post.single .mc4wp-form input[type="text"] {
    width: 80%;
  }
  .main.landing-page .articles_list .post.single .mc4wp-form .mc4wp-alert {
    color: #fff;
  }
  footer .ft-social {
    height: 8.4375em;
  }
  }
@media screen and (max-width: 800px) {
  .main .articles_list {
    display: block;
  }
  .main .articles_list .post {
    width: 90%;
     height: auto;
    margin-right: 1.5%;
  }
  .main.landing-page {
    min-height: none;
  }
  .main.landing-page .articles_list .post.single .textwidget {
    margin-top: 0;
  }
  .main.landing-page .articles_list .post.single .title {
    font-size: 2rem;
  }
  .main.landing-page .articles_list .post.single .desc {
    font-size: 1.5rem;
  }
  .ad_area .wrap {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  header .logo {
    margin-right: 0;
  }
    .main .articles_list .post .thumb2 {
  width: 95%;
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 1em;
}
.main .articles_list .post .thumb2 img {
  width: 95%;
  height: auto;
}
  header .logo .logo-text {
    font-size: 1rem;
  }
  .main .articles_list .post {
    width: 100%;
    height: auto;
    margin-bottom: 2.5em;
  }
  .main .articles_list .post.single .title {
    position: relative;
    width: 100%;
  }
  .main.landing-page .articles_list .post.single .mc4wp-form input[type="text"],
  .main.landing-page .articles_list .post.single .mc4wp-form input[type="email"] {
    width: 100%;
  }
  .ad_area {
    display: none;
  }
  .autor_info {
    display: none;
  }
  .pagination span {
    margin-right: 0;
  }
  .pagination a {
    margin-right: 0;
  }
  .cursos_list {
    display: none;
  }
  .answer input {
    width: 100%;
  }
  .answer .button {
    width: 100%;
  }
    .main aside {
    display: none;
  }
}
