/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-feb-2017, 10:36:18
    Author     : Matias
*/

* {
	margin:0;
	padding:0;
}

body {
        
        font-family: sans-serif;
}

header {
	width:100%;
}

header nav {
	width:90%;
	max-width:1000px;
	margin:20px auto;
        margin-top: 0px;
	/*background:#848CB9;*/
}

.menu_bar {
	display:none;
}

header nav ul {
	overflow:hidden;
	list-style:none;
        border: #F6AA42 2px solid;
}

header nav ul li {
	float:left;
        width: 20%;
        text-align: center;
}

header nav ul li a {
	color:#615E5D;
	padding:20px 8px 20px 8px;
	display:block;
	text-decoration:none;
        font-weight: bold;
}

header nav ul li span {
	margin-right:10px;
}

header nav ul li a:hover {
        background:#E0E0DF;
        background-repeat: repeat-x;
        color: #615E5D;
        
}

section {
	padding:20px;
}


#container {
	width:90%;
	max-width:1000px;
	margin:20px auto;
}

#container .titulo{
            text-align: center;
            font-size: 1.500em; /* 30px/16=1.875em */
            border-bottom:#333 solid thin;
}

#container .parrafo_home{
    padding-top: 25px;
}

#pie_dePagina {
	width:90%;
	max-width:1000px;
	margin:0px auto;
        padding-top: 5px;
}

.links_interes {
        position: relative;
	width:90%;
	max-width:1000px;
	margin:20px auto;
        height: auto;
}

.link_interes_izquierda{
    position: relative;
    float: left; 
    width: 19.2%;
    padding-right: 1%;
}

.link_interes_centro{
    position: relative;
    float: left; 
    width: 19.2%;
    padding-right: 1%;
}

.link_interes_derecha{
    position: relative;
    width: 19.2%;
}

#encabezado {
	width:90%; 
	max-width:1000px;
	margin:auto;
        background-color: #3B468C;
        padding: 0px;
        /*font-style: oblique;*/
        margin-bottom: 2px;
        font-size: 40px; 
        text-align: justify; 
        height: 130px; 
        line-height: 110px; 
        color: #E6E7E8; 
        letter-spacing: 0.03em;
        
        
        
}

#select_familias{
    z-index: 0; 
    float: left; 
    width: 30%;
    position: relative;
}

#articulos_listados{
    background-image: url('../img/logo2.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 345PX; 
    z-index: 0; 
    width: 65%;
    padding-right: 5%;
    position: relative;
    float: left;
}

.select_familias{
    font-size:12px; 
    width: 100%
}

.tablaNovedades{
    width: 100%; 
    border-collapse: collapse; 
    border: 1px #A3A1A1 solid;
}

.tdNovedades{
    background-color: #A3A1A1; 
    width: 50%; 
    color: #fff; 
    padding: 5px; 
    font-weight: bold
}


@media screen and (max-width:990px ) {
	header nav {
		width:80%;
		height:100%;
		left:-100%;
		margin:0;
		position: fixed;
                z-index: 100;
                background:#3B468C;
	}
        
        header nav ul {
                border-width: 0px;
        }

	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
                width: auto;
                text-align: left;
	}
        
        header nav ul li a {
                color: #fff;
        }
        
        header nav ul li a:hover {
                background:#037E8C;
                color: #fff;
        }

	.menu_bar {
		display:block;
		width:100%;
		background:#ccc;
	}

	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		background:#3B468C;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.menu_bar span {
		float:right;
		font-size:40px;
	}
        
        #encabezado{
            display: none;
        }
        
        .img_movil{
            width: 200px;
        }
        
        #pie_dePagina{
            font-size: 11px;
        }
        
        .select_familias{
            font-size:10px; 
            width: 100%;
            height: 20px;
        }
}

@media screen and (max-width:800px ) {
        
        #container{
            width: 90%;
            text-align: justify;
            margin: 5%;
        }
        #container p{
            text-align: justify;
        }
        
        #container image{
            float: left;
        }
        
        #container .titulo_seccion{
            text-align: center;
        }
        
        #container img{
            width: 50%;
        }
        
        .link_interes_izquierda{
            width: 100%;
            padding-top: 2%;
            height: auto;
        }

        .link_interes_centro{
            width: 100%;
            padding-top: 2%;
            height: auto;
        }

        .link_interes_derecha{
            width: 100%;
            padding-top: 2%;
            padding-bottom: 2%;
            height: auto;
        }
        
        #links_interes {	
            height: auto;
            overflow: visible;
        }
        
        #select_familias{
            width: 100%;
        }
        
        #articulos_listados{
            width: 100%;
            padding-left: 0%;
        }
}
