/**
 * Esta hoja de estilo guarda la información común a la maquetación global del sitio web.
 * Desde esta hoja de estilo se incluyen los estilos correspondientes a 
 * la página principal como al layout principal de todo el portal.
 *
 * @author Divisa Informática y Telecomunicaciones S.A.
 */

.row .container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	float: none;
}
@media (min-width: 768px) {
	.row .container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.row .container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.row .container {
		width: 1170px;
	}
}

/* web header */
.header {
	border-bottom: 1px solid #ddd;
	z-index: 1002;
	background: #000;
	color: #eee;
	font-size: 14px;
}

.header a,
.header a:visited,
.header a:focus,
.header a:active {
	text-decoration: none;
	color: #eee;
}
.header a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.header .row > div {
	width: auto;
	float: left;
}

.header .row > div:last-child {
	float: right;
}

.header:after,
.header .simpleSearcherBox:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.simpleSearcherBox .input-group {
	max-width: 180px;
	border-bottom: 1px solid #fff;
}

.simpleSearcherBox input,
.simpleSearcherBox button {
	border: none;
	background: transparent !important;
	color: #fff !important;
	outline: none !important;
	box-shadow: none !important;
}

.subheader {
	margin: 0 -15px;
	background: #fff;
}

.subheader.scroll-to-fixed-fixed {
	box-shadow: 0 0px 10px #999;
	z-index:1040 !important;
}

.subheader:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.subheader,
.subheader + div {
	margin: 0 -15px !important;
	left:15px !important;
	right:15px !important;
}

.logoHeader .cmBannersRelativePosition img {
	height: 75px;
	width: auto;
	margin: 10px 20px;
	float: left;
	vertical-align: middle;
}

.subheader.scroll-to-fixed-fixed .logoHeader img {
	height: 55px;
	width: auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.prefooter,
.footer {
	font-size: 16px;
	font-weight: 300;
}

.prefooter {
	color: #bebebe;
	background-color: #222;
	background-color: rgba(17, 17, 17, 0.9);
}

.footer {
	color: #bebebe;
	background-color: #000;
}

.footer .proxia-column {
	min-height: 70px;
	line-height: 70px;
}

.prefooter a,
.prefooter a:link,
.prefooter a:visited,
.footer a,
.footer a:link,
.footer a:visited {
	color: #e8e8e8;
	text-decoration: none;
}

.prefooter a:hover,
.prefooter a:active,
.footer a:hover,
.footer a:active {
	color: #fff;
	text-decoration: none;
}

.prefooter .panel,
.footer .panel {
	background: transparent;
	border: none;
	margin-bottom: 0;
}

.prefooter .panel-body,
.footer .panel-body {
	padding: 0;
}

.prefooter .form-control,
.footer .form-control {
	background: transparent;
	border: none;
	border-bottom: 1px solid #999;
	color: #999;
	padding-left: 0;
	padding-right: 0;
}

.hide-title .titleSearch,
.hide-title .cmContentSearcherHeader,
.hide-title .cmThemeListHeader,
.hide-title .cmRelatedContentsHeader,
.hide-title .cmResourceListHeader,
.hide-title .contentHeader,
.hide-title .cmCalendarTitle,
.hide-content-image .contentImage,
.hide-content-wrapper .contentWrapper,
.hide-content-name .contentName,
.hide-content-date .contentDate,
.hide-content-abstract .contentAbstract,
.hide-content .cmBodyAbstractContent,
.hide-content .cmAbstractBodyContent,
.hide-subcontents .contentData ul,
.hide-image-footer .cmEmbedImageFooter,
.hide-popup-icon .cmPopupIcon {
	display: none !important;
}

/* En modo wizard siempre mostramos el nombre y entradilla */
.cmWizardEditMode .currentContent.hide-title .contentHeader,
.cmWizardEditMode .currentContent.hide-content-name .contentName,
.cmWizardEditMode .currentContent.hide-content-abstract .contentAbstract {
	display: block !important;
}

.hide-bullets ul.cmRelatedList > li,
.hide-bullets ul.cmResourceList > li,
.hide-bullets ul.cmContentList > li,
.hide-bullets ul.cmContentMultipleList > li {
	background: none;
	padding-left: 0;
}

.align-center-all *,
.align-center-title .contentHeader,
.align-center-title .contentData2 > div:not(.cmBodyContentChildrens) .contentName,
.align-center-title .titleSearch,
.align-center-title .cmContentSearcherHeader,
.align-center-title .cmThemeListHeader,
.align-center-title .cmRelatedContentsHeader,
.align-center-title .cmResourceListHeader,
.align-center-title .contentHeader,
.align-center-title .cmCalendarTitle,
.align-center-content .cmBodyAbstractContent,
.align-center-content .cmAbstractBodyContent,
.align-center-content .contentAbstract,
.align-center-date .contentDate,
.align-center-button .contentButton,
.align-center-subcontents-title.cmBodyContentChildrens .contentName,
.align-center-subcontents-title .cmBodyContentChildrens .contentName,
.align-center-subcontents-content.cmBodyContentChildrens .contentAbstract,
.align-center-subcontents-content .cmBodyContentChildrens .contentAbstract,
.align-center-subcontents .contentData ul {
	text-align: center !important;
}

.align-right-all *,
.align-right-title .contentHeader,
.align-right-title .contentData2 > div:not(.cmBodyContentChildrens) .contentName,
.align-right-title .titleSearch,
.align-right-title .cmContentSearcherHeader,
.align-right-title .cmThemeListHeader,
.align-right-title .cmRelatedContentsHeader,
.align-right-title .cmResourceListHeader,
.align-right-title .contentHeader,
.align-right-title .cmCalendarTitle,
.align-right-content .cmBodyAbstractContent,
.align-right-content .cmAbstractBodyContent,
.align-right-content .contentAbstract,
.align-right-date .contentDate,
.align-right-button .contentButton,
.align-right-subcontents-title.cmBodyContentChildrens .contentName,
.align-right-subcontents-title .cmBodyContentChildrens .contentName,
.align-right-subcontents-content.cmBodyContentChildrens .contentAbstract,
.align-right-subcontents-content .cmBodyContentChildrens .contentAbstract,
.align-right-subcontents .contentData ul {
	text-align: right !important;
}

/* Alineación de imagen a la izda/dcha en la plantilla imageList */
/** Una columna **/
.align-left-image .contentImage {
	float: left;
}

.align-right-image .contentImage {
	float: right;
}

.align-left-image .contentImage,
.align-right-image .contentImage {
	width: 25%;
}

.align-left-image .contentWrapper {
	padding-top: 0 !important;
}

.align-left-image .contentImage + .contentWrapper {
	margin-left: 25%;
	padding: 0 0 0 15px;
}

.align-right-image .contentImage + .contentWrapper {
	margin-right: 25%;
	padding: 0 15px 0 0;
}

/** Varias columnas **/
.align-left-image .cmContentMultipleList .contentImage,
.align-right-image .cmContentMultipleList .contentImage {
	width: 35%;
}

.align-left-image .cmContentMultipleList .contentImage + .contentWrapper {
	margin-left: 35%;
}

.align-right-image .cmContentMultipleList .contentImage + .contentWrapper {
	margin-right: 35%;
}

.currentContent .cmEmbedImageFooter {
	display: block;
}

.noImageFooter .cmEmbedImageFooter {
	display: none;
}

.authExternalOptions {
	padding: 20px 30px;
	color: #fff;
}

.authInternalOptions {
	text-align: center;
	white-space: nowrap;
}

.authInternalOptions .linkContainer {
	display: inline;
	padding-left: 10px;
}

.authInternalOptions .linkContainer:first-child {
	padding-left: 0;
}

.authExternalOptions iframe {
	height: 52px;
	border: none;
}

.authInternalOptions iframe {
	width: auto;
	height: 32px;
	margin-left: 10px;
	border: none;
}

.header .authInternalOptions {
	line-height: 24px;
	padding: 5px;
}

.userName {
	line-height: 24px;
}

a.authInternalLogin:hover {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
}

.authExternalOptions .linkContainer.userData,
.authExternalOptions .linkContainer.userPwd,
.authExternalOptions .linkContainer.logout {
	float: left;
	margin-right: 5px;
}

/**
 * Estilos de lista
 */
.squarelist {
	list-style-type: square;
}

.separator {
	height: 15px;
	min-height: 15px;
}

.dontShow {
	display: none;
}

/* FIN ESTILOS GLOBALES */
em.higlight {
	background-color: yellow;
	text-decoration: none;
	font-style: normal;
}

/** Estilos para la página de error **/
.body-error {
	padding: 50px;
}

.page-error {
	width: 100%;
	max-width: 600px;
	border: 3px solid #b1bcc7;
	background-color: #fff;
	padding: 15px;
	margin: 50px auto;
}

.error-logo {
	text-align: center;
}

.error-logo img {
	width: 100%;
	height: auto;
}

.error-header {
	background-color: transparent;
	color: #022c5b;
	margin-top: 0;
	padding: 30px 0 0 0;
	font-size: 36px;
	text-align: center;
}

.error-subheader {
	border-bottom: 1px solid #b1bcc7;
	color: #888;
	padding: 0 0 8px;
	font-size: 28px;
	font-weight: 300;
	margin: 12px 0;
	text-align: center;
}

.error-content {
	color: #424a52;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
}

.error-buttons {
	text-align: center;
}


/** Estilos para la página de mensaje **/
.body-message {
	padding: 50px;
}

.page-message {
	width: 100%;
	max-width: 600px;
	border: 3px solid #b1bcc7;
	background-color: #fff;
	padding: 15px;
	margin: 50px auto;
}

.message-logo {
	text-align: center;
}

.message-logo img {
	width: 100%;
	height: auto;
}

.message-header {
	background-color: transparent;
	color: #022c5b;
	margin-top: 0;
	padding: 30px 0 0 0;
	font-size: 2.4em;
	text-align: center;
}

.message-subheader {
	border-bottom: 1px solid #b1bcc7;
	color: #ca5600;
	padding: 0 0 8px;
	font-size: 1.8em;
	font-weight: 400;
	margin: 12px 0;
}

.message-content {
	color: #424a52;
	font-size: 1.1em;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
}

.message-buttons {
	text-align: center;
}

.sidebar {
	margin-top: 20px;
}

.sidebar .btn{
	padding: 4px 7px;
}

.sidebar .contentHeader {
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	margin: 0 0 -1px 0;
}

.sidebar .contentHeader a {
	display: block;
}

.sidebar h2,
.sidebar h3 {
	margin: 0;
	font-size: 20px;
	padding: 10px 15px;
	word-wrap: break-word;
}

.cmContentSearcherHeader,
.cmThemeListHeader,
.cmRelatedContentsHeader,
.cmResourceListHeader{
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 5px;
}

.cmContentSearcherHeader {
	margin-bottom: 20px;
}

/*Previsión Meteorológica*/
.cajaPrevision.ajaxContainer {
	margin-bottom: 20px;
}

.cajaPrevision .ajaxIframe {
	height: 93px;
	margin-bottom: 20px;
	border: none;
	overflow: hidden;
}

body.cajaPrevision {
	overflow: hidden;
}

.cajaPrevision .contentHeader {
	display: none;
}

.cajaPrevision .ampliar {
	text-align: center;
	color: #1a81a7;
}

.dayContainer {
	font-size: 20px;
	font-weight: 300;
	padding: 10px 15px;
}

.meteoToday {
	background-color: #394468;
	color: #fff;
}

.meteoToday:after,
.meteoTomorrow:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tempContainer {
	font-family: Roboto,Arial,sans-serif;
	font-weight: 100;
	font-size: 35px;
	width:64%;
}

.tempContainer,.tempMax {
	float: left;
}

.tempMax,
.tempMin {
	float: left;
	width:50%;
	text-align:right;
	white-space: nowrap;
}

.meteoToday .tempMax {
	color: #FFE500;
}

.meteoToday .tempMin {
	color: #fff;
}

.meteoTomorrow {
	background: #fff;
}

.meteoTomorrow .tempMax {
	color: #e79201;
}

.meteoTomorrow .tempMin {
	color: #333;
}

.meteoDays {
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.precipContainer {
	font-weight: 300;
	padding: 0 15px 10px;
	float: right;
	display: block;
	width: auto;
}

.precipContainer .fa {
	margin-right: 5px;
}

.weatherImageContainer {
	float:left;
	width: 30%;
}

.weatherImageContainer img {
	width: 65px;
	height: 65px;
	margin: 5px;
}

.copyright_meteo {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}

/*selector de idiomas*/
.langSelectorContainer{
	position: relative;
	z-index: 1005;
}
.langSelectorContainer .dropdown-menu {
	min-width: 0;
	max-width: 100%;
	width: auto;
}
.langSelector .langCurrent {
	display: block;
	line-height: 24px;
	padding: 5px;
}
.langSelector .langCurrent span {
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.langSelector .langCurrent span:not(.caret) {
	padding-left: 32px;
}
.langSelector ul li a,
.langSelector ul li a:active,
.langSelector ul li a:visited{
	display:block;
	padding: 5px 25px 5px 32px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 9px 10px;
}
.langSelector ul li a:visited,
.langSelector ul li a:focus{
	color:#333;
}
.langSelector ul li.active a{
	color:#eee;
}
span.lang-es, li.lang-es a{
	background-image: url(../imagenes/flags/es.gif);
}

span.lang-en, li.lang-en a{
	background-image: url(../imagenes/flags/uk.gif);
}

span.lang-fr, li.lang-fr a{
	background-image: url(../imagenes/flags/fr.gif);
}

span.lang-de, li.lang-de a{
	background-image: url(../imagenes/flags/de.gif);
}

span.lang-pt, li.lang-pt a{
	background-image: url(../imagenes/flags/pt.gif);
}

span.lang-ar, li.lang-ar a{
	background-image: url(../imagenes/flags/ae.gif);
}

.langSelector ul li a:hover{
	color: #fff;
	background-color:#939393;
	text-decoration: none;
}

.contentData .contentName {
	font-weight: bold;
}

/*************** destacados página principal **************/

.mainRow .row {
	padding-right: 15px;
}

.mainRow .row > div {
	padding-right: 0;
}

/* cajas */
.boxMain {
	padding: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}

.grayMain {
	background-color: #f0f0f0;
	color: #333;
}

.blackMain {
	background-color: #313131;
	color: #fff;
}

.blackMain .cmContentLink,
.blackMain .cmContentTitleLink {
	color: #fff;
}

.greenMain {
	background-color: #a5c43e;
	color: #313131;
}

.greenMain .cmContentLink,
.greenMain .cmContentTitleLink {
	color: #313131;
}

.orangeMain {
	background-color: #f06322;
	color: #fff;
}

.orangeMain .cmContentLink,
.orangeMain .cmContentTitleLink {
	color: #fff;
}

.blueMain {
	background-color: #00a9ea;
	color: #fff;
}

.blueMain .cmContentLink,
.blueMain .cmContentTitleLink {
	color: #fff;
}

.boxMain ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.boxMain ul li {
	background: url(../imagenes/iconos/ico_title.gif) no-repeat 2px 2px;
	list-style: none;
	padding: 0 0 0 18px;
	margin: 0;
}

/* destacados scrolling */
.mainScrollBox {
	margin: 1em;
	padding: 1em;
}

.mainScrollBox H2.title {
	margin: 0 0 1em 0;
	color: #333;
	font-size: 1.2em;
}

.mainScrollBox .title .cmContentTitleLink { 
	color: #333;
}
.mainScrollBox .title .cmContentTitleLink:hover { 
	color: #0869ac;
}

.mainScrollBox .cmScrollContentList {
	height: 8.5em;
	padding: 0;
	width: 100%;
}

.mainScrollBox .cmScrollContentList li {
	margin: 0;
	width: 100%;
}

.mainScrollBox .cmScrollContentList li .cmContentItem { 
	color: #888;
	text-align: left;
} 

.mainScrollBox .cmScrollContentList li .contentName { 
	font-weight: bold;
}

.mainScrollBox .cmScrollContentList li a.cmContentLink { 
	color: #0869ac;
}

/******************* ENCABEZADOS ****************************/
.branchTitle {
	margin-top: 1em;
	padding: 0 10px;
	background: url(../imagenes/iconos/dot.gif) repeat-x bottom;
}

.branchTitle .headerBox {
	border: 1px solid #d2d2d2;
	border-bottom: none;
	background: #fff;
	position: relative;
}

.branchTitle .leftHCorner {
	position: absolute;
	top: -1px;
	left: -1px;
}

.branchTitle .rightHCorner {
	position: absolute;
	top: -1px;
	right: -1px;
}

.branchTitle h3 {
	margin: 0;
	padding: 1em 0.5em 1em 2.5em;
	background: url(../imagenes/iconos/ico_header.gif) no-repeat 1em;
	text-transform: uppercase;
	font-size: 1em;
	color: #000;
}


.cmNavigationPath {
	padding: 5px 0;
	margin-top: 10px;
}

.cmNavigationPath .breadcrumb {
	margin: 0;
}

.cmNavigationPath .breadcrumb a,
.cmNavigationPath .breadcrumb a:visited,
.cmNavigationPath .breadcrumb a:active,
.cmNavigationPath .breadcrumb a:hover {
	color: #999;
}

.cmNavigationPath .breadcrumb li {
	font-size: 12px;
	line-height: 1.2;
}

.contentViewMore {
	text-align: center;
	margin-top: 10px;
}

.contentViewMore > a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #394468;
    border-color: #394468;
	transition-duration: .2s;
}

.contentViewMore > a:focus,
.contentViewMore > a:active:focus,
.contentViewMore > a.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.contentViewMore > a:hover,
.contentViewMore > a:focus {
    color: #ffffff;
    text-decoration: none;
}

.contentViewMore > a:focus,
.contentViewMore > a.focus,
.contentViewMore > a:hover,
.contentViewMore > a:active,
.contentViewMore > a.active {
    color: #fff;
    background-color: #286090;
    border-color: #286090;
	text-decoration: none;
}

.contentViewMore > a:active:hover,
.contentViewMore > a.active:hover,
.contentViewMore > a:active:focus,
.contentViewMore > a.active:focus,
.contentViewMore > a:active.focus,
.contentViewMore > a.active.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #204d74;
	text-decoration: none;
}

.contentViewMore .cmPopupIcon {
	display: none;
}

.back-to-top,
.back-to-top:active,
.back-to-top:focus,
.back-to-top:visited {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	background: #000;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 50%;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
.back-to-top span {
	color: #fff;
}
.back-to-top.show {
	opacity: 0.6;
}
.back-to-top.show:hover {
	opacity: 1;
}

.kenburns img {
  animation: kenburns 40s ease;
  /* Add infinite to loop. */
  
  -ms-animation: kenburns 40s ease;
  -webkit-animation: kenburns 40s ease;
  -o-animation: kenburns 40s ease;
  -moz-animation: kenburns 40s ease;
  
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
