
/*
	REDES SOCIALES
*/
.redesSociales
{
	/*float:left;*/
	width: 100%;
	height: 45px;
	line-height: 40px;
	text-align: center;
}

.redesSociales .textoRedesSociales
{
	float:left;
	text-align: left;
	border-bottom: 1px solid black;
	width: 100%;
	font-style: italic;
}

.redesSociales .listaRedesSociales
{
	float:left;
	width: 100%;
	height: auto;
	line-height: 40px;
	/*padding-top: 10px;*/
}

.redesSociales .listaRedesSociales img
{
	/*margin-top: 3px;*/
	width: 20px;
	border: 0px;
	/*padding: 0px 2px;*/
}

/*
 * BANNERS
 */
 .banners 
 {
     float: left;
     width: 100%;
     margin: 5px 0;
     height: auto;
     text-align: center;
 }
 
 .banners .textoBanners
 {
     /*float:left;*/
     text-align: left;
     border-bottom: 1px solid black;
     width: 100%;
     font-style: italic;
 }
 
 .banners .listaBanners
 {
     /*float:left;*/
     width: 100%;
     margin-top: 2px;
 }
 
 .banners .listaBanners img 
 {
     /*width: 137px;*/
     border: 0px;
     margin: 10px 0px
 }