@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype"), url("fonts/Montserrat/static/Montserrat-Regular.ttf") format("truetype");
  font-weight: lighter;
}
@font-face {
  font-family: "Nunito_Sans";
  src: url("fonts/Nunito_Sans/NunitoSans-Regular.ttf") format("truetype"), url("fonts/Nunito_Sans/NunitoSans-Italic.ttf") format("truetype"), url("fonts/Nunito_Sans/NunitoSans-Bold.ttf") format("truetype");
  font-weight: lighter;
}
*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Montserrat", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-style: normal;
  text-decoration: none;
}
body{
	  background-color: white;
    margin:  0;
    width: 100%;
    height: auto;
}

main{
  width: 100%;

    display: flex;
    justify-content: center;
    align-items: center; 

    background-color:  none;
}

/*GENERAL*/
#contenidoPrincipal {
  width: 100%;
  display: block;
  padding: 40px 40px;
}

/*ESTILO DE BOTONES*/
.estiloBtns{
  background-color: #0f1731;
  color: whitesmoke;
  border: none;
  font-weight: bolder;
  font-style: italic;
  border-radius: 30px;
  cursor: pointer;
  padding: 3px;
  transition: all 0.3s;
}
.estiloBtns:hover{
  transform: scale(1.1, 1.1);
}

/*TITULOS*/
#Tit {
  width: 100%;
  background-color: #151B31;
  font-family: "Spline Sans", sans-serif;
  text-align: center;
}
#Tit #t1 {
  margin: 0;
  font-size: 25px;
  color: white;
}
#Tit #t1 span {
  color: #D41116;
}

#instrucciones{
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  background-color: #151B31;
  color: #D41116;
}

.divTitulos{
  width: 100%;
  background-color: #151B31;
  text-align: center;
  padding: 5px 0px;
}
.divTitulos .titulosApartados{
  font-family: "Montserrat", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-weight: bold;
  color: white;
  font-size: 30px;
  letter-spacing: 2px;
}

/*#############################################################  SMDIF ###########################################################################*/
#imgAvisosPrivDIF{
  width: 30%;
  border-radius: 10px;
  box-shadow: gray 0px 0px 5px 0px;
  transition: all 0.3s;
}
#imgAvisosPrivDIF:hover{
  transform: scale(1.1, 1.1);
}
#ventAvisosPriv{
  width: 70%;
}
.tablasFrames{
  font-size: 25px;
}
.tablasFrames h1{
  font-size: 40px;
}

/*########################################################  TRANSPARENCIA  #######################################################################*/
#introduccionTrans{
  text-align: justify;
}

#enlacesCEGAIP, #enlacesArticulos, #enlacesLenguas{
  width: 100%;
  text-align: center;
  padding: 30px 10px;
}
#enlacesCEGAIP table, #enlacesArticulos table, #enlacesLenguas table{
  width: 100%;
}
#enlacesCEGAIP img{
  width: 300px;
}

#enlacesArticulos table p{
  font-size: 30px;
}

#enlacesLenguas p{
  font-family: "Nunito_Sans", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 40px;
}
#enlacesLenguas img{
  width: 40%;
}