.sociales {
    width: 100%;
	height:55px;
    text-align: right;
	border-bottom-style:groove;
	border-bottom-color:#CCCCCC;
}

.sociales a {
    text-decoration: none;
    color: aliceblue;
    transition: all 500ms ease;
    text-shadow: 2px 2px 6px #333;
    font-size: 22px;
}

.sociales #previsora
{
	width:80px;
	float:left;
}

.sociales #mundial
{
	width:45px;
	height:50px;
	float:left;
	margin-left:10px;
}

.sociales #confianza
{
	width:85px;
	float:left;
	margin-left:10px;
}

.sociales #liberty
{
	width:85px;
	float:left;
	margin-left:10px;
}

.sociales #equidad
{
	width:55px;
	float:left;
	margin-left:10px;
}

.sociales #aseguradora
{
	width:85px;
	float:left;
	margin-left:10px;
}

.sociales #estado
{
	width:150px;
	margin-top:5px;
	float:left;
	margin-left:10px;
}

.sociales a:hover {
    color: darkblue;
    text-shadow: 2px 2px 5px #fff;
}

.sociales img
{
	width:40px;
	margin-right:3px;
}

.sociales img:hover
{
	width:28px;
}

.sociales span
{
	font-size: 40px;
}
@media all and (min-width: 350px) and (max-width: 900px) {
.sociales{
display:none;
}


