/* CSS Document */

header, nav, article, footer, address { 
    display: block; 
}
textarea { 
    resize: none; 
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	border: 0;
	outline: 0;
}
p {
	
	margin:0px;
}
*:focus {
    outline: none;
    
}

body {
    padding: 0px;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #000000;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 150%;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    font-family: montserrat;
}#pie-1 {
    background-color: #212121;
    color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
}
#logo_pie {
    width: 200px;
}

#pie-2 {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#top-1 {
    border-top: 5px solid #34BDE0;
    color: #FFFFFF;
    font-size: 14px;
    background-color: #11A8E1;
    height: 50px;
    line-height: 50px;
}
#menu-wrp {
    background-image: url(../images/menu-fondo.png);
    background-repeat: repeat;
    color: #333333;
    font-weight: lighter;
    font-size: 16px;
    width: 100%;
    height: 100px;
    top: 55px;
    position: absolute;
    line-height: 40px;
    left: 3px;
    z-index: 9999;
}
#menu-wrp  li  {
    float: left;
    margin-left: 68px;
    list-style-image: none;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    cursor: pointer;
    margin-top: 15px;
    font-weight: normal;
}
.menu-est-2    {
    float: left;
    list-style-image: none;
    list-style-type: none;
    cursor: pointer;
    color: #11A7E0;
    border-bottom: 2px solid #11A8E1;
}
#menu-wrp li:hover {
    color: #11A7E0;
    border-bottom: 2px solid #11A8E1;
}

#menu-wrp a {
    color: #373737;
}
.linea-titulo-pie {
    height: 2px;
    width: 40px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    margin-top: 5px;
}
.linea-azul {
    background-color: #11A8E1;
    height: 1px;
}
.campo-1l-pie {
    background-color: #373737;
    height: 35px;
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 13px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.campo-vl-pie {
}
.linea-bajo-titulo {
    width: 90px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/linea-bajo-titulo.png);
    clear: both;
    margin-top: 10px;
}
