﻿@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');
* {
  padding: 0px;
  margin: 0px;
  font-family: Titillium Web;
}

/****HEADER****/
header {
  height: 170px;
  width: 100%;
  background-image:url(IMG-encabezado.png);
  position: relative;
  z-index: 2;
  color: #ffffff;
  border: #6a747d;
}

h1{
    font-weight: lighter;
}

/****MENU****/
#contenedor{ 
	position: absolute;
    right: 30px;
    bottom: 10px;
	cursor: pointer;
}

.menu{

display:inline-block;
list-style:none;

}
/*Primer Nivel*/
.menu li{
float:left; /*para que todos los menus del primer nivel  se vean en horizontal*/
list-style:none;

}
.menu li a{ /*para que todas las cajas con etiqueta "a" ya sean de (1,2,3,4 nivel)tengan un alto y un ancho */
background-color:white;
color:black;
width:200px;
height:40px;
display:block;

}
.menu li a:hover{ /*para cuando pase el mouse por la etiqueta "a" cambie de color la caja*/
background-color:#f5f5f5;

}
/*Segundo nivel*/
.menu li ul{ 
visibility:hidden;/* Aqui para que todos los submenus osea (segundo tercer y cuarto nivel)  esten ocultos    */
position:absolute;/* Aqui para que todos los submenus no ocupen todo el ancho y alto del contenedor   */
padding:0px; 
          
}

.menu li ul li {
 float:left;     /*para que el menu de segundo nivel  se abra en vertical*/
}

.menu-hidden{
	background-color: white;
    color: black;
    position: absolute;
    border-radius: 5px;
    z-index: 3;
    text-align: right;
    text-transform: none;
    overflow: hidden;
    display: none;
	width: 215px;
	top: 30px !important;
}

.menu-hidden span{
	display: block;
    padding: 5px 13px;
    font-size: 13px;
}

.menu-hidden span:hover{
	background-color: rgb(242, 242, 242);
}

.menu-hidden a{
	text-decoration: none;
    color: inherit;
}

::selection { 
    background:#ff0000; 
    color:#fff; 
 } 
.menu-hidden .boreder-prod {
    border: none;
    border-top: solid 1px rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.1) !important;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    padding: 5px 0;
}
/****TABS****/
.md-primary{
	width: 100%;
	margin: 0 auto;
		
}

.tabla-contenido{
	width: 1300px; 
	margin: 4% auto 0 auto;
	position: relative; 
	color:#6a747d;	
	border: #ffffff;	
}
.text-obliq{
  font-style: oblique;
}
.text-light{
  font-weight: lighter;
}
.tabla-texto{
	background-color: white;
	padding: 30px; 
	border: #6a747d;  
	box-shadow: 0px 0px 4px  #BDBDBD;
	text-align: justify;
	width: 80%;
    margin: 20px auto 20px auto;
    height: max-content;

}
.tabla-textoC{
	background-color: white; 
	padding: 30px; 
	border: #6a747d;  
	text-align: justify;
}


.iconos{
	position: absolute;
    left: 30px;
	top: 30px;
	font-weight: bold;
}

.iconos > *{
	display: inline-block;
    padding: 0px 5px;
    font-size: 14px;
}

.iconos > span{
	position: relative;
	top: -10px;
	cursor: pointer;
}

.iconos img{
	width: 30px;
}

#titulo-redalyc{
	position: absolute;
    right: 0px;
    font-size: 12px;
    width: 570px;
    top: 15px;
}


#foto-creditos{
	position: absolute;
    bottom: 15px;
    left: 42px;
    cursor: pointer;
}

.foto{
	width: 15px;
}

#doctor{
	position: relative;
    width: 1000px;
    margin: 0 auto;
    top: 76px;
}

.fotoCurriculo{
	float: left;
    margin-right: 20px;
    border-radius: 60px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.62);
    box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.62);
}

.nivelnavegacion{
	font-size: 11px;
}

.nivelnavegacion > a{
	text-decoration: none;
    color: white;
}


.form1{
	width:40px;
    height:auto;
    border-radius:100px;
	position: relative;
    top: 12px;
}

.form2{
	width:40px;
    height:auto;
    border-radius:100px;
	position: relative;
    top: 12px;
}


/*footer*/
#pie-pagina{
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 39vh;
    position: relative;
    font-family: 'Titillium Web', sans-serif !important;
    color: rgb(34, 46, 52);
}
#informacion-redalyc{
    position: relative;
    text-align: center;
    font-size: 14px;
    top: 20%;
    color: #999999;
}
#pie-logos{
    position: relative;
    width: 80%;
    text-align: center;
    top: 25%;
    margin: 0 auto;
}
#pie-logos img{
    width: auto;
}
#pie-logos img:nth-child(1){
    margin: 0 20px;
    width: 217px;
    margin-bottom: 5px;
}


/****logo****/
.logo{
    float: left;
    width: auto;
    height: auto;
	margin-top: 0px;
}




.perfil{
  max-height: 50px;
  float: right;
  width: 50px;
  padding: 10px;
}



.tabla{
  display: flex;
  margin-left: 50px;
  margin-right: 50px;
  background-color: #F5F5F5;
  padding: 10px;
  border-radius: 10px;
  filter: drop-shadow(0px 6px 0px #e2b324);
}
.tabla table{
  text-align: center;
  padding: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;


}
.tabla table tr th{
  font-size: 1em;
  font-weight: 300;
  border: solid 1px #ededed;
  padding:3px 0px 3px 0px;
  font-family: 'Muli', sans-serif;
  background-color: #fff;
}


/*  */

/****RESPONSIVE****/

@media (max-width: 425px) {
  .tabla table tr th{
    font-size: 0.7em;
    padding: 0px;
  }
  .tabla{
    margin-left: 5px;
    margin-right: 5px;
    padding: 1px;
    border-radius: 10px;
  }
  .tabla table{
    padding: 2px;
    margin: 5px;
  }  
}

@media only screen and (min-width: 1200px) and (max-width: 2000px){
    footer#pie-pagina {
        height: 35vh;
    }
}

@media screen and (min-width: 360px) and (max-width: 767px){
	header{
		height: 260px;
		background-size: cover;
	}
	
	#doctor{
		top: 180px;
	}
	
	#doctor h1{
		font-size: 25px;
		position: relative;
		left: -10px;
		top: 25px;
	}
	
	.nivelnavegacion{
		display: none;
	}
	
	#titulo-redalyc{
		width: 100%;
		right: 0;
		text-align: center;
	}
	
	.logo{
		float: initial;
	}
	
	.parrafo{
		display: block;
	}
	
	#titulo-redalyc br{
		display: none;
	}
	
	.iconos{
		top: 150px;
		width: 100%;
		text-align: center;
		left: 0;
	}
	
	#contenedor{
		bottom: initial;
		top: 150px;
	}
	
	#foto-creditos{
		bottom: initial;
		top: 150px;
		left: 30px;
	}
	
	#pie-pagina{
		height: 480px;
	}
}
