/************Primera parte del footer**********/

.footerFirst
{
	margin-top: 15px;
	background-color:whitesmoke;
}

.footerFirst .footerFirstCol
{
	padding-top: 14px; 
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: rgb(150,150,149); 
	font-size:26px;
}

@media (max-width: 768px)
{
   .footerFirst .footerFirstCol
    {
       padding-top: 10px; 
       font-size:24px;
    }
}

/*************************************************/
footer 
{
    padding: 30px 0 0px 0;
    text-align: center;
    margin: 0px;
    background-image: url(../../img/texturaAyoa4.png);
     
}

footer p
{
	color:white;
	font-size:18px;
	font-family: Helvetica,Arial,sans-serif;
}

@media (min-width: 1023px)
{
	footer p
	{
		font-size:19px;
	}
}

footer a 
{
    color: white;
}

/****Establece las barras horizontales que delimitan las secciones del footer *****/
footer .colCentro
{
	border-left: 3px solid rgba(255,255,255,0.5); 
	border-right: 3px solid rgba(255,255,255,0.5);
}

@media (max-width: 767px)
{
	footer .colCentro
    {
		border-left: 3px solid transparent; 
		border-right: 3px solid transparent;
	}
}

/*********************************************************************************/
/********** Estilo de los botones sociales *********************/
ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    /*background-color: #222;*/
    background-color: rgb(255,207,0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover
{
    background-color: rgb(248,170,16);
    -webkit-transition: all 1.1s;
    -moz-transition: all 1.1s;
    transition: all 1.1s;	
}

/***********************************************************/
/***********Tercera parte del footer **********************/

/*.footerSecond
{
	background-color: rgb(45,46,131);
	color: white;
	font-size: 11px; 
	font-family: Gotham-Light;
}

.footerSecond .footerSecondCol
{
	 padding: 15px 0 5px 0;
}*/
/*********************************************************/