/*
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 : 05-jul-2017, 9:03:06
    Author     : Admin
*/
.logo
{
   background-image: url('../images/logoprin.png');
   background-position: center;
   background-size: 185px;
   background-repeat:no-repeat; 
  padding: 160px;
 padding-top: 95px;
 margin: -70px;
 padding-bottom: -5px;
    
   overflow: hidden;
   /*margin: 0 auto;*/
   /*position: relative;*/
   /*overflow: auto;*/
       
}

.logo-m
{
    margin-bottom: auto;
    float:right;
}
.buttom{
    display: block;
    width: 115px;
    height: 25px;
    background: #4E9CAF;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
}
.tabla{
    /*background-color: #02971E*/
    font-size: 16px;
    margin: 45px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    align-content: center;
    width: 90%;
}
#Despachos{
    background: #02971E;
    width: 99%;
    margin: 160px 0;
}
.recom td{
    margin: 0;
    padding: 23px;
    display: inline-table;
    font-size: 13px;
    
}
.recom{
    text-align: center;
    padding-left: 150px;
}
.recom td.td2{
    text-align: center;
    padding: 26px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    font-weight: bold;
}

#Despachos2{
    background: #02971E;
    width: 79%;
    display: inline-table;
    justify-content: center;
    margin: 45px;
    padding: 50px;
}
.tabla th{
    color: yellowgreen;
    font-size: 18px;
}
.tabla td{
    color:white;
}
.titulos td{
    font-size: 24px;
    color: yellow;
}
.rutas_tit{
    font-size: 30px;
}
div.avatar{
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 200% auto;
    display: inline-table;
    padding: 12px;
    margin: 12px;
}
div.avatar:hover {
      -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
input[type=text]{
    width: 400px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-bottom: 2px solid red;
    background-color: white;
    border: none;
    color: black;
    
}
#mapera{
    
    
    
    /*determinamos una anchura*/
    width:1250px;
    /*indicamos que el margen izquierdo, es la mitad de la anchura*/
    
    /*determinamos una altura*/
    height:510px;
		/*indicamos que el margen superior, es la mitad de la altura*/
    margin-right: 200px;
    text-align: center;
}

.most_rutas{
    width: 720px;
    height: 476px;
    background-position: center;
    
}
#det_ruta{
   border-radius: 25px;
    border: 2px solid #73AD21;
    
}
#parrafo{
    margin: 200px;
   text-align: center;
    position: relative;
    top: 10%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
}
.tabla_mision p{
    padding-top: 120px;
    margin: 50px;
    text-align: justify;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}
.tabla_hist p{
    text-align: justify;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}
.tabla_mision h1{
    color: red;
}
.tabla_hist h1{
    color: red;
}
#contenedor{
    
    
    display: block;
    overflow: hidden;
    width:100%;
	height:60%;
        margin: 30px 0;
}
#contenido{
    background-color: white;
height: 600px;
margin: 5px;
width: 49%; /* probá una medida en px si querés */
/*border: 1px solid black;*/
display: block;
float: left;

}
#contenido2{
    
height: 500px;
margin: 5px;
width: 49%; /* probá una medida en px si querés */
/*border: 1px solid black;*/
display: block;
float: right;
}
.noti_parr{
    border: 12px;
    width: 95%;
    height: 50%;
    display: block;
    margin: 50px auto;
    overflow: hidden;
}
.contenedor{
    width: 1180px;
    margin: auto;
    background: white;
    color: black;
    padding: 20px 15px 50px 50px;
    border-radius: 10px;
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.8);
}
.contenedor .titulo{
    font-size: 3.5ex;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
}
#pestanas{
    float: top;
    font-size: 3ex;
    font-weight: bold;
}
#pestanas ul{
    margin-left: -40px;
}
#pestanas li{
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0px 2px -2px -0px;
    background: green;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 2px solid green;
    border-bottom: greenyellow;
    padding: 0px 20px 0px 20px;
}
#pestanas a:link{
    text-decoration: none;
    color: white;
    font-size: 12px;
}
#contenidopestana{
    clear: both;  
    background: dimgray;
    padding: 20px 0px 20px 20px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border: 2px solid green;
    width: 1025px;
}
.parrafos p{
    text-align: justify;
}
