/*
Theme Name: Ustea Principal
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/* Para que las noticias del blog de inicio con urls no se descuadren */
.seccion-nueva-noticia p {
    word-break: break-word;
}

/* Submenús */
.header-nuevo {
	overflow: visible;
}
#menu-nuevo ul ul a {
	border: 0;
}


