/* 
    Document   : style
    Created on : 14-octubre-2013, 17:16:36
    Author     : Procgal S.L.
    Description:
        Purpose of the stylesheet follows.
    Colores: #d85625; naranja
            #2b2525; gris oscuro
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
root { 
    display: block;
}
body {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin:0;
    text-align:center;
    background-color:#111;
}
a {
    color:white;
}
.clear{
    clear:both;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.txt_center {
    text-align: center;
}
.txt_right {
    text-align: right;
}
.txt_left {
    text-align: left;
}
.txt_justify {
    text-align: justify;
}
/* para centrar divs contenedores */
.center {
    margin:0 auto;
    text-align: center;
}
.width10 {
    width:10%;
}
.width11 {
    width:11%;
}
.width12 {
    width:12%;
}
.width13 {
    width:13%;
}
.width14 {
    width:14%;
}
.width15 {
    width:15%;
}
.width16 {
    width:16%;
}
.width17 {
    width:17%;
}
.width18 {
    width:18%;
}
.width19 {
    width:19%;
}
.width20 {
    width:20%;
}
.width21 {
    width:21%;
}
.width21-3 {
    width:21.3%;
}

.width22 {
    width:22%;
}
.width23 {
    width:23%;
}
.width24 {
    width:24%;
}
.width25 {
    width:25%;
}
.width26 {
    width:26%;
}
.width27 {
    width:27%;
}
.width28 {
    width:28%;
}
.width29 {
    width:29%;
}
.width30 {
    width:30%;
}
.width31 {
    width:31%;
}
.width32 {
    width:32%;
}
.width33 {
    width:33%;
}
.width34 {
    width:34%;
}
.width35 {
    width:35%;
}
.width36 {
    width:36%;
}
.width37 {
    width:37%;
}
.width38 {
    width:38%;
}
.width39 {
    width:39%;
}
.width40 {
    width:40%;
}
.width50 {
    width:50%;
}
.width60 {
    width:60%;
}
.width65 {
    width:65%;
}
.width70 {
    width:70%;
}
.width75 {
    width:75%;
}
.width80 {
    width:80%;
}
.width90 {
    width:90%;
}
.width92 {
    width:92%;
}
.width95 {
    width:95%;
}
.margintop_small{
    margin-top:10px;
}
.margintop_medium{
    margin-top:30px;
}
.margintop_big{
    margin-top:50px;
}
.padding10 {
    padding: 10px;
}
h1 {
    font-family: Trebutchet MS, Arial;
    font-size:18px;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    text-indent:30px;
}
h2 {
    font-family: Trebutchet MS, Arial;
    font-size:16px;
    color: #FFF;
    font-weight: bold;
}
/* naranja */
h3 {
    font-family: Trebutchet MS, Arial;
    font-size:15px;
    color: #d85625;
    font-weight: bold;
}
h5 {
    font-family: Trebutchet MS, Arial;
    font-size:12px;
    color: #FFF;
    line-height:17px;
}
p.mini {
    font-size: 12px;
}
.textos {
    font-family: Trebutchet MS, Arial;
    font-size:12px;
    color: #000;
    line-height:20px;
    text-align: justify;
    margin:20px;
    font-weight: bold;
}
.divtextos {
    background-color:#f3f3f3;
    padding:5px;
    margin:10px;
    border-left:5px solid #d85625;
}

.imagen {
  box-shadow: 5px 5px 5px #999;
}


/* BUTTONS */

.btn-default {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
}
.btn {
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 0;
    padding: 6px 40px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-success {
    background-color: #5CB85C;
    border-color: #4CAE4C;
    color: #FFFFFF;
}

.btn-success:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  background-color:#47A447;
}

.btn-success.active {
  color: rgba(255, 255, 255, 0.75);
}
/* CONTENEDORES DE LANDING*/
#contenedor {
    position:relative;
    margin:0px auto;
    background-color: #000;
    width:1000px;   
}
#contenedor_pagina {
    position:relative;
    padding:20px;
}
#contenedor_otrapagina {
    position:relative;
    padding:20px;
    height:100%;
    min-height: 800px;
}
#contenedor_header {
    width:100%;
    height:600px;
    max-width:2064px;
    background-image:url("../images/home_01.jpg");
    background-size:100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/home_01.jpg',sizingMethod='scale');

   -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/home_01.jpg',sizingMethod='scale')";
}
#divtitular {
    padding:10px;
    background-color:white;
    border-left:4px solid #d85625;
}
.division {
    border-top:1px solid #FFF;
    margin:10px 10px;
    height:1px;
    width:98%;
}
.division_light {
    border-top:1px solid #444;
    margin:10px 10px;
    height:1px;
    width:98%;
}
.division_big {
    border-top:5px solid #FFF;
    margin:0px;
    height:1px;
    width:100%;
}
.division_big_orange {
    border-top:5px solid #d85625;
    margin:0px;
    height:1px;
    width:100%;
}
.division_orange {
    border-top:2px solid #d85625;
    margin:0px;
    height:1px;
    width:100%;
    margin-bottom:-1px;
}
.naranja {
    color: #d85625;
}
footer {
    position:relative;
    width:100%;
    line-height: 20px;
    background-color: #0c0c0c;
    color:#a5aeb2;
    height:500px;
}
footer table {
    font-size:12px;
    color:#a5aeb2;
}
footer h5 {
    color:#a5aeb2;
}
.orange {
    color:#d85625;
    text-decoration: none;
}

/* CONTENEDORES DE HOME */

#cabecera {
    position:relative;
    background-color: #0C0C0C;
    width:1000px;
    height:110px;
}
#logotipo_izq {
    position:relative;
    height:81px;
    width:50%;
    font-weight: bolder;
    letter-spacing: 2px;
    color: white; 
    text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 1em;
    line-height: 50px;
    font-family: Century Gothic, sans-serif;
    float:left;
}
#bloque_buscar {
    position:relative;
    float:right;
}
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

#nav {
    position:relative;
    height:35px;
    background-color: #CCC;
    font-family: Arial, Courier;
    font-size:12px;
}

#nav > ul {
    
}

#nav > ul > li > ul {
    display: none;
}

#nav > ul > li {
    display: inline-block;
}

#nav > ul > li > a {
    color: #5d5d5d;
    text-decoration: none;
    padding: 0.6em 1.2em 0.6em 1.2em;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    outline: 0;
}

#nav > ul > li:hover {
}

#nav > ul > li:hover > a {
    background: #f3f3f3;
}

#nav > ul > li.active {
}

#nav > ul > li.active > a {
    background: #f3f3f3;
}

#nav > ul > li.current_page_item{
}

#nav > ul > li.current_page_item > a {
    background: #ff5d1f;
    color: #fff !important;
    font-weight: 700;
}

.dropotron {
    border-radius: 5px;
    background-color: #252122;
    background-color: rgba(34,30,31,0.98);
    padding: 1.25em 1.5em 1.25em 1.5em;
    font-style: italic;
    min-width: 13em;
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.5);
    text-align: left;
}

.dropotron a,
.dropotron span {
    color: #aaa;
    text-decoration: none;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    line-height:20px;
    padding:3px;
}

.dropotron li {
    padding: 0.25em 0 0.25em 0;
}

.dropotron li:hover > a,
.dropotron li:hover >span {
    color: #fff;
    background-color: #B2C164;
    line-height:20px;
    padding:3px;
    font-weight: bold;
}

.dropotron.level-0 {
    margin-top: 2em;
    margin-left: -0.51em;
}

.dropotron.level-0:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: -10px;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #252122;
    border-bottom-color: rgba(34,30,31,0.98);
}
/*fin menu */

.textosintranet {
    color:white;
    font-family:Arial;
    font-size:12px;
    font-weight: bold;
    width:160px;
    padding:10px;
}
.height20 {
    height:20px !important;
}
.fechanoticia {
    font-size:9px;
    font-weight: bold;
    background-color:#5d5d5d;
    color:white;
    padding:10px;
    width:100px;
}
.titularnoticia {
    font-size:13px;
    color: #333;
    font-family: Trebutchet MS, Arial;
    font-weight: bold;
    text-align: justify;
    padding:10px;
    line-height: 20px;
}
.entradillanoticia {
    font-size:12px;
    color: #333;
    font-family: Trebutchet MS, Arial;
    text-align: justify;
    padding:10px;
    line-height: 20px;
    font-style:italic;
}
.noticia {
    font-size:12px;
    color: #333;
    font-family: Trebutchet MS, Arial;
    text-align: justify;
    padding:10px;
    line-height: 18px;
}
.boton_obra {
    float:left;
    color:#FFF;
    font-size:12px;
    margin-bottom: 14px;
}
.boton_obra img {
    width:200px;
    padding:4px;
    cursor:pointer;
}
.paginador {
    font-size:20px;
    padding:5px;
    background-color:white;
    width:25px;
    height:25px;
    color: #000;
    margin:0px auto;
    float:left;
    margin: 0px 5px;
}
.paginador_active {
    font-size:20px;
    padding:5px;
    background-color:white;
    width:25px;
    height:25px;
    color: rgb(216, 86, 37);
    margin:0px auto;
    float:left;
    margin: 0px 5px;
}
.paginador a {
    color: #000;
    text-decoration: none;
}