@font-face{
    font-family:'Homenaje';
    font-style:normal;
    font-weight:400;
    src:local('Homenaje'), local('Homenaje-Regular'), 
    url(../s/homenaje/v5/4S5MkF9F4U5BChzwjsyu0vesZW2xOQ-xsNqO47m55DA.woff) format('woff2'), 
    url(../s/homenaje/v5/jYyetuCOSxcVAexXms8sf_esZW2xOQ-xsNqO47m55DA.woff) format('woff');}

body{
	background: #deefe1;
    /*font-family:'Homenaje';
    font-style:normal;
    font-weight:400;*/
}
H1,H2,H3,H4,H5,H6,a,ul, li{
    
}
.cuadro{
	background: white;
    box-shadow: #9f9f9f 0px 0px 1px;
}
.text-blanco{
	color: white;
}
.azul{
	background: #24489C;
}
.rojo{
	background: #E50112;
}
.celeste{
	background: #187FC4;	
}
.text-verde{
	color:#13840b;
}
.verde{
	background: #13840b;
}

.header{
	background: black;
	color:white;
	padding: 5px;
}
.img-cuadro{
	padding: 2px;
}

/* imagenes hover por apptiva web */
 #padre {
	position: relative;
}
#hijo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}
#hijo:hover{
	background:url(../img/lupa.png) no-repeat center;
	background-size:auto
	}
/***************fin **********************/
.verde h1{
	font-size: 1.5em;
    padding: 0px;
    margin: 5px;
    color:white;
}
.frase{
	border: 1px solid red;
    margin-bottom: 10px;
    padding: 8px;
    text-align: center;
}
.titulofrase{
	background: white;
    padding: 10px;
    text-align: center;
    box-shadow: #083808 0px 0px 3px;
    border-radius: 6px;
    margin-bottom: 15px;
}

/************ BOOTSTRAP ************/
.navbar-default {
	background: #13840b;
	color:white;
}
.navbar-default .navbar-nav>li>a {
    color: white;
}






/*  comentaripoa fb*/

    .comentario{
    margin: 0 1px 15px 0;
    width: 100%
    border: 1px solid rgb(9, 101, 11);
    box-shadow: 6px 5px 0px 0px rgb(36, 169, 40);
    border-radius: 10px;
    background-color: rgb(17, 119, 20);
    background: #e6f9e6 url(http://www.imagenesgo.com/css/imagenesgo.css);
        }

/*   	redes sociales botones */
.fb{
    background: #365899;
    padding: 8px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
}
.fb:hover{
    color: #ffffff;
    text-decoration: none;
    background: #3566b9;
}

.wh{
	background: #53da00;
    padding: 8px 30px;
    border-radius: 5px;
    color: white;
    width: 100%;
}

.tw{
	background: #0099cc;
    padding: 8px 30px;
    border-radius: 5px;
    color: white;
    width: 100%;
}
.gl{
	background: #ff6a00;
    padding: 8px 30px;
    border-radius: 5px;
    color: white;
    width: 100%;

}
.de{
	background:#3b9802;
    padding: 8px 30px;
    border-radius: 5px;
    color: white;
    width: 100%;

}
.btn-crear{
	padding: 2px 30px;
	margin-bottom: 10px; 
    border-radius: 5px;
  
    text-shadow: black 0px 0px 10px;
    color: white;

    background-image: -webkit-linear-gradient(#4da309, #469408 6%, #3f8507);
    background-image: -o-linear-gradient(#4da309, #469408 6%, #3f8507);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4da309), color-stop(6%, #469408), to(#3f8507));
    background-image: linear-gradient(#4da309, #469408 6%, #3f8507);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4da309', endColorstr='#ff3f8507', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #2f6405;
}
.btn-crear:hover{
	border: beige;
    color: white;
    text-decoration: none;
}