/*******************************************************************************
 ***                                                                         ***
 ***   Use to override any other CSS styling or add new styling              ***
 ***                                                                         ***
 ***   This file will be loaded last in the CSS chain                        ***
 ***                                                                         ***
 ***   ( Remember: This Cascade Styles inherit styling defined previously)   ***
 *******************************************************************************/
.article_text
{ 
padding:0px;
  background:#ffffff;

}

.seccion{ 
  background-color:#f1f1f1;
  padding:20px;
  margin-bottom:30px !important;
  
  }

/** Generated by FG **/
@font-face {
	font-family: 'proxima-nova-regular';
	src: url('../fonts/proxima-nova-regular.eot');
	src: local('☺'), url('../fonts/proxima-nova-regular.woff') format('woff'), url('../fonts/proxima-nova-regular.ttf') format('truetype'), url('../fonts/proxima-nova-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.redes

{ 
  color:#ffffff;
  font-size: 16px;
 margin-right: 4px;
 float: right;
  
  }

  @media all and (max-width: 706px) and (min-width: 304px) { 
.redes

{ 
  color:#ffffff;
  font-size: 14px;
width: 500px;
float: inherit;
  
  }

  	}

