﻿@charset "uft-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,800');

*{
    box-sizing: border-box;
    }

body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

a {color: white;
   text-decoration: none;
}

/* Documento principal */
html {
    height: 100%;
    font-size: 100%;
    font-family: sans-serif;
}

ul#header_list a{
    display:block;     
    font-weight: 800;
    padding: 10px;
    margin-top: 5px;}

/*El banner principal tiene un fondo rojo cuando pasa el mouse encima*/
ul#header_list a:hover{
    background-color: #84FEEC; 
}

/*El banner principal tiene un fondo crema*/
ul#header_list {
    text-align: center;    
    background-color: #FC427A;
    padding: 10px;
    margin-top: 5px;
    margin: auto;
}

/* La imagen va al 100% de la página para que no aparezca el scroll */
img {
    max-width: 100%;
    height: auto;    
}

/*Footer*/
footer p{
    color: #FC427A;
    font-size: 12px;
    margin-top: 2em;
    background-color: #F6E3B4;
    padding: 15px;
}

/*Cómo tiene que ir el logo de DGPC en cáda página*/
#imagenlogo img{
    width: 10em;
    height: 10em;
    display: block;
    margin: auto;
}

/*La lista no tiene estilo y le saca la propiedad de márgenes*/
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.mapa {
    text-align: center;
    margin: auto;
    display: block;
    padding: auto;    
}

.webapp {
    text-align: center;
    margin: auto;
    display: block;
    padding: auto;    
}

h2#equipo_jt04{
    text-align: center;
}

div#equipo{
    text-align: center;
}


#equipo_jt04 a{
    color: #84FEEC;
}

h1 {
    font-size: 250%;
    text-align: center;
}

p#parrafot {
    text-align: center;
    margin: 3em;
    margin-top: 2em;
           }

section#equipo {
    text-align: center;   
    color: #281E25;
   
}

#equipo_jt04 a{
    color: #84FEEC;
    text-decoration: none;
    margin-top: 0em;
}

#equipo_jt04 :hover{
    color: #3E1E64;
}

section#docentes {
    text-align: center;      
}

div#equiposinlink {
    text-align: center;   
    color: #281E25;
}

div#equiposinlink :hover{
        color: #3E1E64;
}

div#equiposinlink a{
    color: #281E25;
  }

h2#equipo_jt04sinlink {
    color: #281E25;
    text-align: center;
}


@media screen and (min-width: 620px){
    ul#header_list {
        display: flex;
        flex-direction: row;
        justify-content: space-around;        
    }
}/*Lista apilada*/

body {
    background-image: url("imagenes/fondoblanco.svg");
}

.logotenapp{
    width: 16em;
    height: 16em;
    display: block;
    margin: auto;
}

.iconoequipo{
    width: 10em;
    height: 10em;
    display: block;
    margin: auto;
    margin-top: 2em;
}

.bseguir{
    margin-top: 2em;
    margin-left: 25%;
}

.mapa{
    text-align: center;
}


.botonweb{
    background-color: #FC427A;
    color: #FBFEFE;
    font-size: 1.5rem;
    padding: 0.5em;
    display: block;
    margin: auto;
    margin-top: 1em;
    width: 200px;
    text-align: center;
}

.titulosplan {
    font-size: 150%;
    color: #3D2563;
}

.paleta{
    display: block;
    margin: auto;
}















