

/* ESCRITORIO PC*/
@media (min-width: 1025px) and (max-width: 1280px) {

    body {
        font-family: 'Helv', Fallback, sans-serif;
    }


    .d-nd{display: none;}
    
    header {display: none;}
        /* menu superior */
        #navbar {
            background-color: #F1F1F1;
            position: fixed;
            top: -50px;
            width: 100%;
            display: block;
            color: #000;
            z-index: 100;
            transition: top 0.3s;
            box-shadow: 0 0 5px #000;
          }
          
        #navbar .menu {
            max-width:1200px;
            margin: auto;
            }
        
        
        #navbar .titulo {
            
          }
        
        #navbar a {
            float: left;
            display: block;
            text-align: center;
            padding: 15px;
            text-decoration: none;
            font-size: 12px;
          }
          
        #navbar a:hover {
            background-color: #ddd;
            color: black;
          }
        
        #navbar input {
            padding: 8px;
            border-radius: 3px;
            float: right;
            margin-top: 6px;
            border: 1px solid #ccc;
        }  
        
        
        #page {
            vertical-align: top; 
            position:relative; 
            display: inline-block; 
            width:100%; 
            min-height:150px;
            max-width:1200px;
            background:none;
            margin: 10px auto;
            display: block;
            }
        
        h2 {
            font-size: 20px;
            font-weight: 500;
            padding: 10px;
            padding-left: 0;
            margin-bottom: 15px;
            border-bottom: 1px solid #ccc;
        }
        
        .content {
            display: flex;
            flex-flow:  ;
            flex-direction: ;
            flex-wrap: ;
            justify-content: ;
            align-content: ;
            align-items: ;
            padding: 5px;
            }
        
        .content div.left_menu {
            order:	1 flex: 1	1	auto;
            flex-grow:	1;
            flex-shrink:	1;
            flex-basis: auto;
            box-sizing: border-box;
    
            align-self: ;
            max-width: 20%;
            min-height: auto;
            }
    
            .content div.left_menu img {
                object-fit: cover;
                }
    
        .content div.left_menu .logo {
            width: 100%;
            object-fit: cover;
            padding: 20px;
            }
        
        .content div.publicaciones {
            order:	2 flex: 3	1	auto;
            flex-grow: 	3;
            flex-shrink: 1;
            flex-basis: auto;
            align-self: ;
            width: 50%;
            padding: 20px;
            min-height: auto;
            }
        
        .content div.publicaciones img {
            width: 100%;	
            height: auto;
            }
        
        .content div.sidebar {
            order:	3 flex: 1	1	auto;
            flex-grow: 1;
            color: #000;
            flex-shrink: 1;
            flex-basis:	auto;
            align-self: ;
            width: 25%;
            min-height: auto;
            }
        
        
        .content div.sidebar img {
            width: 100%;
            }
        
        
        /* left bar */
        #last_edition {
            background: #F1F1F1;
            padding: 10px;
            object-fit: cover;
            width: 100%;
        }
        
        #last_edition img {
            max-width: 100%;
        }
    
        
        #links {
            padding: 20px;
            font-size: 11px;
            background: #EDF0F2;
            border: 1px solid #DDE2E6;
            font-weight: 600;
            line-height: 35px;
            border-radius: 3px;
        }

        #links a {
            color: #fff;
        }
        
        
        /* front page*/
        #front-page {
            font-size: 0.8em;
            line-height: 20px;
        }
        
        #front-page a {
            color: #000;
            font-size: 1.1em;
        }
        
        .autor {
            font-size: 11px;
            color: red;
        }
    
        #articulo {
            margin: 10px;
            padding: 5px;
            line-height: 25px;
            font-size: 0.9em;
            height: auto;
        }
        
        #articulo p {
            border:1px solid red;
        }
        
        #front-page .left {
            width: 30%;
            float: left;
            border:1px solid red;
        }
        
        #front-page .right {
            width: 70%;
            padding: 10px;
            float: right;
        }
        
        #front-page en {
            font-size: 0.9em;
        }
        
        
        #register {
            background: #1D8BA3;
            padding: 20px;
            color: #fff;
        }
        
        #register input[type=text] {
            padding: 10px;
            border: 1px solid #fff;
            border-radius: 3px;
            margin-top: 10px;
            width: 100%;
        }
        
        #register input[type=submit] {
            padding: 5px;
            border: 1px solid #fff;
            border-radius: 3px;
            margin-top: 10px;
        }
        
    
      }
    
    
    
    /* ESCRITORIO */
    @media (min-width: 1281px) {
        /* menu superior */
    
        body {
            background: #E6ECF0;
            font-family: 'Helv', Fallback, sans-serif;
        }

    .d-nd {display: none;}	

    header {display: none;}

    #navbar {
        background-color: #Ffffff;
        position: fixed;
        top: -50px;
        width: 100%;
        display: block;
        color: #000;
        z-index: 100;
        transition: top 0.3s;
        box-shadow: 0 0 5px #000;
      }
      
    #navbar .menu {
        max-width:1200px;
        margin: auto;
        }
    
    #navbar img {
        padding: 10px;
        width: 230px;
        margin-right: 35px;
    }
    
    #navbar .vinculos {
        background: red;
      }
    
    #navbar .vinculos a {
        padding: 15px;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 5px;
        font-size: 0.8em;
    }
    
    #navbar a {
        float: left;
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
      }
      
    #navbar a:hover {
        background-color: #ddd;
        color: black;
      }
    
    #navbar input {
        padding: 8px;
        border-radius: 3px;
        float: right;
        margin-top: 6px;
        width: 320px;
        border: 1px solid #ccc;
    }  
    
    
    #page {
        vertical-align: top; 
        position:relative; 
        display: inline-block; 
        width:100%; 
        min-height:150px;
        max-width:1200px;
        background:none;
        margin: 10px auto;
        display: block;
        }
    
    h2 {
        font-size: 20px;
        font-weight: 500;
        padding: 10px;
        padding-left: 0;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }
    
    .content {
        display: flex;
        flex-flow:  ;
        flex-direction: ;
        flex-wrap: ;
        justify-content: ;
        align-content: ;
        align-items: ;
        }
    
    .content div.left_menu {
        order:	1 flex: 1	1	auto;
        flex-grow:	1;
        flex-shrink:	1;
        flex-basis: auto;
        align-self: ;
        width: 15%;
        min-height: auto;
        }
    
    .content div.left_menu .logo {
        width: 100%;
        }
    
    .content div.left_menu .info {
        font-size: 14px;
        text-align: right;		
        padding: 0;
    }	
    
    .content div.left_menu .info en {
        font-size: 14px;		
    }	
    
    .content div.publicaciones {
        order:	2 flex: 3	1	auto;
        flex-grow: 	3;
        flex-shrink: 1;
        flex-basis: auto;
        align-self: ;
        width: 50%;
        padding: 20px;
        min-height: auto;
        }
    
    .content div.publicaciones img {
        width: 100%;	
        height: auto;
        }
    
    .content div.sidebar {
        order:	3 flex: 1	1	auto;
        flex-grow: 1;
        color: #000;
        flex-shrink: 1;
        flex-basis:	auto;
        align-self: ;
        width: 25%;
        min-height: auto;
        }
    
    .content div.sidebar img {
        width: 100%;
    }
    
    .post {
        }
    
    .post h2 en {
        font-size: 0.9em;
        color: #3D3D3D;
    }


    .post h2 {
        font-size: 20px;
        line-height: 30px;
        color: #000;
    }
    
    .content div.post p {
        margin-bottom: 15px;
        font-size: 14px;
        color: #000;
        line-height: 25px;
    }
    
    .post a {
        color: red;

    }
    
    em {
        font-style: italic;
    }
    
    /* left bar */
    #last_edition {
        background: #fff;
        border-radius: 3px;
    }
    
    #last_edition img {
        width: 100%;
        
    }
    
    #links {
        padding: 10px;
        text-align: right;
        padding-left: 0;
        font-size: 11px;
        font-weight: 600;
        line-height: 30px;

    }

    #links a {
        color: #3D3D3D;
        padding-left: 20px;
        font-weight: 200;
    }

 
    #links b {
        color: #003399;
    }

    .navigation {
        background: #f1f1f1;
        padding: 10px;
        margin-top: 10px;
    }

    .right {float: right;}
    
    /* front page*/
    #front-page {
        font-size: 0.8em;
        line-height: 20px;
    }
    
    #front-page a {
        color: #000;
        font-size: 1.1em;
    }
    
    

    #articulo {
        margin: 10px;
        margin-top: 10px;
        background: #F2F4F5;
        border-radius: 3px;
        padding: 15px;
        line-height: 23px;
        font-size: 0.9em;
        height: auto;
    }

    #articulo ul {
        margin-top: 10px;
    }

    #articulo ul li {
        margin-bottom: px;
    }
    
    #articulo a {
        font-size: 1em;
    }

en { font-size: 13px;}
        
    #articulo .category  {
        font-size: 0.8em;
        color: #996633;
        text-transform: capitalize;
    }

    #articulo .category a {
        color: #996633;
    }
    
    #articulo p {
        border:1px solid blue;
    }
    
#articulos {
    margin-top: 60px;
}

#articulos ul {
    margin-top: 10px;
    list-style: none;
}

#articulos ul li {
    margin-bottom: 20px;
    padding: 5px;
}




    #front-page .left {
        width: 30%;
        float: left;
        border:1px solid red;
    }
    
    #front-page .right {
        width: 70%;
        padding: 10px;
        float: right;
    }
    
    #front-page en {
        font-size: 0.9em;
    }
    
    
    #register {
        background: #003399;
        padding: 20px;
        color: #fff;
    }
    
    #register input[type=text] {
        padding: 10px;
        border: 1px solid #fff;
        border-radius: 3px;
        background: #E6ECF0;
        margin-top: 10px;
        width: 100%;
    }
    
    #register input[type=submit] {
        padding: 5px;
        border: 1px solid #fff;
        border-radius: 3px;
        margin-top: 10px;
    }
    
    #related_post {
        background: #F1F1F1;
        border-radius: 3px;
        padding: 20px;
    
    }
    
    #authpost {
        margin: 5px;
        margin-right: 0;
        
    }
    
    #authpost ul {
        padding: 0;
        margin: 0;
    }

    #authpost li {
        list-style: none;
        font-size: 18px;
        width: 100%;
        padding: 10px;
    }

    #authpost li:hover {
        background: #DCDBDA;
    }
    
    #authpost li en {
        list-style: none;
        font-size: 0.9em;
        color: #838383;
    }




    body::-webkit-scrollbar {
        width: 0.7em;
    }
     
    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }
     
    body::-webkit-scrollbar-thumb {
      background-color: darkgrey;
      outline: 1px solid slategrey;
    }
    
#author_content {
    width: 100%;
    padding: 20px;
    background: #fff;
    margin-top: 5px;
    border-radius: 4px;
}

/* autor */ 
#author_note {
    background: rgb(221, 221, 221);
    text-align: center;
    border: 1px solid #ccc;
    color: #000;
    padding: 20px;
    border-radius: 2px;
    font-size: 0.9em;
    }

.author_data {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #ededed;
    width: 100%;
}

.author_image {
    width: 100px;
    height: auto;
    float: left;
    margin: 10px;
    background: #fff;
    border-radius: 50%;
}
        
#footer {
    background: red;
    }        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        

}


























/* ****************************************************************************** /


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    body {
        padding: 10px;
        font-family: 'Helv', Fallback, sans-serif;
    }
	
	/* menu superior */

    header {display: none;}

	#navbar {
		background-color: #F1F1F1;
		position: fixed;
		top: -50px;
		width: 100%;
		display: block;
		color: #000;
		z-index: 100;
		transition: top 0.3s;
		box-shadow: 0 0 5px #000;
	  }
	  
	#navbar .menu {
		width:100%;
		margin: auto;
		}
	
	
	#navbar .titulo {
		
	  }
	
	#navbar a {
		float: left;
		display: block;
		text-align: center;
		padding: 15px;
		text-decoration: none;
		font-size: 12px;
	  }
	  
	#navbar a:hover {
		background-color: #ddd;
		color: black;
	  }
	
	#navbar input {
        display: none;
        padding: 8px;
		border-radius: 3px;
		float: right;
        margin-top: 6px;
        right: 50px;
		border: 1px solid #ccc;
	}  
	
	
	#page {
		vertical-align: top; 
		position:relative; 
		display: inline-block; 
		width:100%; 
		min-height:150px;
		max-width:1200px;
		background:none;
		margin: 10px auto;
		display: block;
		}
	
	h2 {
		font-size: 20px;
		font-weight: 500;
		padding: 10px;
		padding-left: 0;
		margin-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}
	
	.content {
		display: flex;
		flex-flow:  ;
		flex-direction: ;
		flex-wrap: ;
		justify-content: ;
		align-content: ;
		align-items: ;
		}
	
	.content div.left_menu {
		order:	1 flex: 1	1	auto;
		flex-grow:	1;
		flex-shrink:	1;
        flex-basis: auto;
		align-self: ;
		width: 20%;
		min-height: auto;
		}
	
	.content div.left_menu .logo {
		width: 100% auto;
		padding: 20px;
		}

	.logo {
		width: 100%;
		padding: 30px;
	}
	
	.content div.publicaciones {
		order:	2 flex: 3	1	auto;
		flex-grow: 	3;
		flex-shrink: 1;
		flex-basis: auto;
		align-self: ;
		width: 50%;
		padding: 20px;
        min-height: auto;
		}
	
	.content div.publicaciones img {
		width: 100%;	
		height: auto;
		}
	
	.content div.sidebar {
		order:	3 flex: 1	1	auto;
		flex-grow: 1;
		color: #000;
		flex-shrink: 1;
		flex-basis:	auto;
		align-self: ;
        width: 25%;
		min-height: auto;
		}
	
	
	.content div.sidebar img {
		width: 100%;
		}
	
	
	/* left bar */
	#last_edition {
        width: auto;
        padding: 8px;
        border-radius: 3px;
		background: #F1F1F1;
	}
	
	#last_edition img {
		max-width: 100%;
		border-radius: 3px;
	}
	
	#links {
		padding: 20px;
		font-size: 11px;
		background: #F1F1F1;
		font-weight: 600;
		line-height: 35px;
		border-radius: 3px;
	}
	
	
	/* front page*/
	#front-page {
		font-size: 0.8em;
		line-height: 20px;
	}
	
	#front-page a {
		color: #000;
		font-size: 1.1em;
	}
	

	#articulo {
		margin: 10px;
		padding: 5px;
		line-height: 25px;
		font-size: 0.9em;
		height: auto;
	}
	
	#articulo p {
		border:1px solid red;
	}
	
	#front-page .left {
		width: 30%;
		float: left;
		border:1px solid red;
	}
	
	#front-page .right {
		width: 70%;
		padding: 10px;
		float: right;
	}
	
	#front-page en {
		font-size: 0.9em;
	}
	
	
	#register {
		background: #1D8BA3;
		padding: 20px;
		color: #fff;
	}
	
	#register input[type=text] {
		padding: 10px;
		border: 1px solid #fff;
		border-radius: 3px;
		margin-top: 10px;
		width: 100%;
	}
	
	#register input[type=submit] {
		padding: 5px;
		border: 1px solid #fff;
		border-radius: 3px;
		margin-top: 10px;
	}
	
    




  }













  
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  background: red;
	
	
  }
    
    