﻿#divFooter div
{    
    text-align: left;
    color: #666666;
    font-size: 11px;
}

#divFooter div label
{
    color:#666666;
	font-size:12px;
	font-family:'Open Sans',sans-serif;
	font-weight:bold;
}
    
#divFooter div a
{
    color:#707070;
	font-size: 11px;
}

.telefono {
	background: url('/webPublico/images/Footer/Iconos.png') no-repeat 0 0;
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 6px;
}

.celular {
	background: url('/webPublico/images/Footer/Iconos.png') no-repeat 0 -19px;
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 7px;
}

.twitter {
	background: url('/webPublico/images/Footer/Iconos.png') no-repeat 0 -38px;
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 8px;
}

.facebook {
	background: url('/webPublico/images/Footer/Iconos.png') no-repeat 0 -53px;
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 6px;
}