/*
File Created for 
Rimorsoft Online | rimorsoft.com
*/
/* 
    Created on : 25/09/2016, 01:27:12 PM
    Author     : Italo Morales - @italomoralesf
	
	quite esta parte 
	body{
    margin: 0px;
    background: #ffffff;
}
		
*/



#sociales{
    background: #ffffff;
    padding: 40px 0px;
}

#sociales h3{
    color: #4682B4;
    text-align: center;
    margin: 0px;
    font-family: arial;
    /*font-size: 28px;*/
	/* quiitar texto shadow */
    /*text-shadow: 0px 2px 2px rgba(0,0,0,.4);*/
}

#sociales ul{
    padding: 0px;
    text-align: center;
    list-style: none;
}

#sociales ul li{
    display: inline-block;
}

#sociales ul li a{
    color: #000000;
    text-decoration: none;
}

#sociales figure figcaption{
    font-family: arial;
}

#sociales figure img{
    transition: .4s all;
	/* modificando de 64 a 34 */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
	
    width: 34px;
}
    
#sociales figure img:hover{
    transform: rotate(360deg);
}