/** GENERALES DEL SITE ********************************************************************************************/

@font-face {
    font-family: 'fjalla_oneregular';
    src: url('../fonts/fjalla_one_regular-webfont.eot');
    src: url('../fonts/fjalla_one_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fjalla_one_regular-webfont.woff') format('woff'),
         url('../fonts/fjalla_one_regular-webfont.ttf') format('truetype'),
         url('../fonts/fjalla_one_regular-webfont.svg#fjalla_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {font-family: "Helvetica Neue", Arial,sans-serif;}

a {
	color:#1377A5;
}

a:hover {
	text-decoration:none;
}

a:hover,
a:visited,
a:focus {
	outline: none;
}
a img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}
a img:hover,
a img:focus {
	opacity: 0.8;	
}
.box {
	position: relative;
}
iframe {
	width: 100%;	
}
[class^="span"]:empty {
  display: none;
}
.label, .badge {
  white-space: normal;
}

hr {
	border-top:1px dotted #9E9E9E;
	margin:10px 0;
}
.ts-ocultar {
	display: none !important;
}

/* EDITOR */

input.org-opencms-ade-contenteditor-client-css-I_CmsLayoutBundle-I_CmsWidgetCss-displayTextBox {
  cursor: auto;
}
