/* Hoja de Estilos para DigitalCuV
   29 - mar - 15 
   Aplicando Semantica HTML5 y CSS3 
   */

html, body { width: 100%; height: 100%;}

* { margin: 0; padding: 0; text-decoration: none;}

body {
  background-color: #e9eaed;
  /* Tipos de letras comunes:
     sans-serif, verdana, arial, helvetica */
  font-family: helvetica, sans-serif;
  font-size: 0.9em;
  padding-top: 42px;  /*  Baja toda la pagina para la barra principal */
}

header {
  background-color: #3c5a99;
  border-bottom: 1px solid #1c336d;  
  height: 42px;
  margin: auto;
  text-align: right;  
  /* Importante poner este parametro */
  min-width: 1015px;
  width: 100%;
  left: 0; /* Posicionamos la cabecera al lado izquierdo */
  top: 0; /* Posicionamos la cabecera pegada arriba */
  position: fixed;
  z-index: 1000;
}

#tool-bar { margin: auto; width: 1015px;}

.tool-bar1 { display: inline-block; padding: 5px 10px;  vertical-align: top;}

.tool-bar1 a:link { color: white;}

.tool-bar1 a:visited {color: white;}

#boton-inicio {
  border-right: 1px solid #1c336d;
  color: white;
  display: inline-block; 
  font-weight: bold;
  text-align: center; 
  width: 80px;
  margin-right: 15px;
}

/* Contenedor de DIVs */
#div-main { margin: 0 auto; width: 1015px;
}

/* Seccion Principal */
#div-left {display: inline-block; width: 850px;}

/* Seccion de anuncios 
   la separacion entre dos inline-block
   es de 4px
*/
aside {
  display: inline-block;
  margin-left: 6px;
  width: 154px;
  vertical-align: top;
}

.anuncios {
  font-family: tahoma, verdana;  
  font-size: 0.8em;
  font-weight: bold;
  border-bottom: 1px solid #b8b8b8; 
  padding: 15px 0 5px;  
}

#time-line {
  border: 1px solid #b8b8b8;
  border-top: 0;  
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 355px;
  width: 847px;
}

nav {
  background-color: white;
  height: 45px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.linea-menu {
  display: inline-block;
  border-right: 1px solid #e9eaed;  
  color: #3b5998;
  font-size: 1em;
  font-weight: bold;
  height: 30px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 3px;
  vertical-align: top;  
  width: 175px;
}

.linea-menu:hover {
  background-color: #f6f7f8; 
  height: 30px;
}

.linea-menu a:link {
  color: #3b5998;
}

.linea-menu a:visited {
  color: #3b5998;
}

.triangulo_sup {
    display: inline-block;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #e9eaed;
	left: 28%;
	position: relative;
	top: 74%;
    width: 0;	
}

/* Se utiliza en pagina informacion */
.triangulo {
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #e9eaed;
	float: right;
    width: 0;	
}

#logo {
  border-radius: 4px;
  height: 160px;
  left: 15px;
  top: -145px;
  padding: 5px;
  position: relative;
  width: 160px;
}

#bio-general {
  margin-top: 15px;
  width: 100%;
}

/* Columna Izquierda en Biografia */
#bio-izquierda {
  display: inline-block;
  margin-right: 1.2%;
  width: 38%;
}

/* Columna Derecha en Biografia */
#bio-derecha {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

#bio-seccion {
  margin-bottom: 15px;
  width: 100%;
}

.div-seccion {
  border-radius: 3px; 
  display: inline-block;
  /* Tipos de letras comunes:
     sans-serif, verdana, arial, helvetica 
  font-family: tahoma, verdana;  
  font-size: 0.9em;
  font-weight: bold; */
}

#videos {
   background-color: #e9eaed;
   display: inline-block;
   height: 102px; 
   width: 102px; 
}

#detalles {
  border-radius: 3px; 
  margin-top: 15px;
  width: 847px;
}

.allborders {
  background-color: white;
  border: 1px solid #c8c8c8;
}

.encabezado {
  background-color: #f6f7f9;
  border-bottom: 1px solid #d5d6d8; 
  border-top-right-radius: 3px; 
  border-top-left-radius: 3px; 
  color: #6b6e77;
  /* height: 35px; */
  font-size: 1.3em;
  font-weight: bold;
  padding: 12px 15px;
}

.encabezado h {
  color: #3b5998; 
  font-size: 0.8em; 
  line-height: 140%;
}

.encabezado h1 {
  color: gray; 
  font-size: 0.8em; 
  margin-left: 32px; 
  font-weight: normal;
}

.encabezado-icon {
  color: #6b6e77; 
  margin-right: 10px;
}

.contenido {
  padding: 15px;
  line-height: 1.6;
}

.contenido img {
  margin-top: 20px;
}

/** Cuadro del Campo **/
.contenido fieldset {
  font-family: trebuchet ms;
  line-height: 1.8;
  margin: 5px 0 20px 20px;
  padding: 10px;
}

.contenido fieldset ul { margin: 10px 0 10px 45px; }
.contenido fieldset ul a:link { color: red; }
.contenido fieldset ul a:visited { color: red; }

/** Titulo del Campo 
    el magin-left es el magin de fieldset
    20 + pading 10 + 1 del border = 32  **/
.contenido legend {
  background-color: white;
  border: 1px solid #d5d6d8;
  font-weight: bold;
  margin-left: -31px;
  padding: 5px 10px;
}

.contenido h1 {
  color: red;
  font-size: 1.5em;
  text-align: center;
  padding: 15px;
}

.amigos {
  display: inline-block;
  height: 100px;
  margin-left: 7px;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 400px;  
}

.amigos-foto {
  display: inline-block;
  height: 100px;
  width: 100px;
}

.amigos-texto {
  display: inline-block;
  padding: 25px;
  height: 50%;
  vertical-align: top;  
  width: 60%;
}

section {
  color: #3c5691;
  padding-bottom: 15px;
}

article {
  color: #91959e;
  line-height: 1.4;
  padding: 30px;
}

article ul{
  margin-left: 12px;
}

footer {
  background-color: #3c5a99;
  border-top: 1px solid #1c336d;  
  color: white;
  margin: auto;
  margin-top: 40px;
  /* Importante poner este parametro */
  min-width: 1015px;
  padding: 15px;
  width: 100%;
}

.suscribir_form input {
    height:20px; 
    width:230px; 
    padding:5px 8px;
}

.suscribir_form button {
    margin-left: 5px;
}

/* Button Style */
button.submit {
    background-color: #68b12f;
    background: linear-gradient(top, #68b12f, #50911e);
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    /* -webkit-border-radius: 3px; */
    box-shadow: inset 0 1px 0 0 #9fd574;
    /* -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ; */
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}

button.submit:hover {
    opacity: .85;
    cursor: pointer; 
}

button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset; 
    /* -webkit-box-shadow:0 0 10px 5px #356b0b inset ; */
}

.pie-columna{
  display: inline-block;
  width: 150px;
  vertical-align: top;
}

.pie-columna a:hover {
  color: white;
  text-decoration: underline;
}

.pie-columna a:link {
  color: white;
}

.pie-columna a:visited {
  color: white;
}