    @font-face {
        font-family: "Pretty";
        src: url("Pretty Summer.ttf");
    }

    @font-face {
        font-family: "Winter";
        src: url("Winter Wunsch.ttf");
    }

    .cabecera {
	//color:green;
    }

    .deco {
	position:relative;
	left:-0.75em;
    }

    .pretty 
    {
       font-family: "Pretty";
    }

    .winter 
    {
       //font-family: "Winter";
	font-weight:normal;

    }

    .verdana
    {
       font-family: "Verdana";
    }
    

    .negro {color:black;}
    .verde {color:green;}

    .verdeO {color:darkgreen;}

    .verdeClaro {color:#5adc3c;}
	
    .amarillo {color:#fddb13;}

    .marron {color:darkOrange;}

    .fondoVerde {background:#A4D442;}

    .titulo {font-weight:normal;font-size:20pt;color:green;}
    .titulo2 {font-weight:normal;font-size:15pt;color:green;}
    .titulo3 {font-weight:normal;font-size:15pt;color:black;}

    .centrado {text-align:center;}

    .normal {font-weight:normal;}

    .nombrePlanta {
	font-family: "Pretty";
	color:green;
      text-align: center;
	padding-top:1.1em;	
    }

    code {color:green;
	  font-size:1em;
	  font-weight: bold;}

    p + ul > li {padding-bottom:0.75em;}

    .list-group-item-action {
	color:white;
	background:#A4D442;
     }

    .list-group-item-action:hover {
	color:white;
	background:#FFC107; /*el naranja de bg-warning */
     }

    ul.movil, ul.tablet, ul.grande {list-style:none;
	}

    ul.grande li {
	text-align:center;
    }

    ul.tablet li {
	width:130px;
	text-align:center;
    }

    ul.movil li {
	width:112px;
	text-align:center;
    }

    ul.list-group-horizontal li a {
	padding:0;
	padding-top:5px;
 	padding-bottom:5px;
   }

   .pie {
      background:#A4D442;
	margin-top:10px;

    }

    .texto-responsive {
	font-size: calc(0.4em + 1vw);
     }

