@import url('satoshi.css');
@import url('ivypresto.css');

/*Text styles*/

.text-h1 {
	font-family: 'Satoshi-Medium', sans-serif !important;
	font-size: clamp(48px, 6vw, 72px) !important;
	line-height: clamp(52px, 6vw, 84px) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	font-feature-settings: 'ss02' on, 'ss03' on !important;
}

.text-H1 {
	font-family: 'ivypresto-text', serif !important;
	font-size: clamp(45px, 6vw, 69px) !important;
	line-height: clamp(52px, 6vw, 84px) !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-style: italic !important;
	text-align: left !important;
}

.text-h2 {
	font-family: 'Satoshi-Medium', sans-serif !important;
	font-size: clamp(40px, 6vw, 60px) !important;
	line-height: clamp(48px, 6vw, 68px) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	font-feature-settings: 'ss02' on, 'ss03' on !important;
}

.text-H2 {
	font-family: 'ivypresto-text', serif !important;
	font-size: clamp(37px, 6vw, 57px) !important;
	line-height: clamp(48px, 6vw, 68px) !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-style: italic !important;
	text-align: left !important;
}

.text-h3 {
	font-family: 'Satoshi-Medium', sans-serif !important;
	font-feature-settings: 'ss02' on, 'ss03' on;
	font-size: clamp(32px, 6vw, 48px) !important;
	line-height: clamp(44px, 6vw, 52px) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	font-feature-settings: 'ss02' on, 'ss03' on !important;
}

.text-H3 {
	font-family: 'ivypresto-text', serif !important;
	font-size: clamp(29px, 6vw, 45px) !important;
	line-height: clamp(44px, 6vw, 52px) !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-style: italic !important;
	text-align: left !important;
}

.text-h4 {
	font-family: 'Satoshi-Medium', sans-serif !important;
	font-size: clamp(32px, 6vw, 40px) !important;
	line-height: clamp(40px, 6vw, 48px) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	font-feature-settings: 'ss02' on, 'ss03' on !important;
}

.text-h5 {
	font-family: 'Satoshi-Medium', sans-serif !important;
	font-size: clamp(24px, 6vw, 32px) !important;
	line-height: clamp(32px, 6vw, 44px) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	font-feature-settings: 'ss02' on, 'ss03' on !important;
}

.text-h6 {
	font-family: 'Satoshi-Medium', sans-serif !important;
	font-size: clamp(18px, 6vw, 24px) !important;
	line-height: clamp(24px, 6vw, 32px) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	font-feature-settings: 'ss02' on, 'ss03' on !important;
}

.text-body-l {
	font-family: 'Satoshi-Medium', sans-serif !important;
	font-size: clamp(18px, 6vw, 18px) !important;
	line-height: clamp(26px, 6vw, 26px) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	font-feature-settings: 'ss02' on, 'ss03' on !important;
}

.text-body-m {
	font-family: 'Satoshi-Medium', sans-serif !important;
	font-size: clamp(16px, 6vw, 16px) !important;
	line-height: clamp(24px, 6vw, 24px) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	font-feature-settings: 'ss02' on, 'ss03' on !important;
}

.text-body-s {
	font-family: 'Satoshi-Medium', sans-serif !important;
	font-size: clamp(14px, 6vw, 14px) !important;
	line-height: clamp(20px, 6vw, 20px) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	font-feature-settings: 'ss02' on, 'ss03' on !important;
}

.text-body-xs {
	font-family: 'Satoshi-Medium', sans-serif !important;
	font-size: clamp(12px, 6vw, 12px) !important;
	line-height: clamp(16px, 6vw, 16px) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	font-feature-settings: 'ss02' on, 'ss03' on !important;
}

.font-satoshi-regular {
	font-family: 'Satoshi-Regular' !important;
}

.font-satoshi-bold {
	font-family: 'Satoshi-Bold' !important;
}

.font-satoshi-medium-italic {
	font-family: 'Satoshi-MediumItalic' !important;
}

.font-satoshi-regular,
.font-satoshi-bold,
.font-satoshi-medium-italic {
	font-feature-settings: 'ss02' on, 'ss03' on !important;
}

/*Colores*/
:root {
	--rz-info: #EAEBEA !important;
	--rz-primary: #9BA5B7 !important;
	--rz-primary-light: #EEF1F4 !important;
	--rz-primary-lighter: #D7E1F2 !important;
	--rz-primary-dark: #013953 !important;
	--rz-primary-dark: #01567D !important;
	--rz-black: #1D1D1D !important;
	--rz-text-h1-font-size: clamp(32px, 6vw, 44px) !important;
	--rz-text-h2-font-size: clamp(28px, 6vw, 32px) !important;
	--rz-text-h3-font-size: clamp(22px, 6vw, 24px) !important;
	--rz-text-h4-font-size: clamp(20px, 6vw, 22px) !important;
	--rz-text-h5-font-size: clamp(18px, 6vw, 20px) !important;
	--rz-text-body1-font-size: 16px !important;
	--rz-text-body2-font-size: 14px !important;
	--rz-info-icon-color: #373A36;
	--rz-primary-icon-color: #908f8d;
	--rz-second-icon-color: #545F71;
	--rz-primary-link-color: #174DA5;
	--rz-second-link-color: #A56F17;
	--rz-alert-background-color: #FFDEDE !important;
	--rz-primay-red: #C60000 !important;
	--system-error-red: #AA2426 !important;
	/*Color azul*/
	--color-blue-10: #CCDDE5 !important;
	--color-blue-20: #aac7d4 !important;
	--color-blue-30: #80abbe !important;
	--color-blue-40: #568ea8 !important;
	--color-blue-50: #2b7293 !important;
	--color-blue-base: #01567d !important;
	--color-blue-60: #014868 !important;
	--color-blue-70: #013953 !important;
	--color-blue-70-40: rgba(1, 57, 83, 0.4) !important;
	--color-blue-70-50: rgba(1, 57, 83, 0.5) !important;
	--color-blue-70-white-30: rgba(77,116,135,1) !important;
	--color-blue-80: #012b3f !important;
	--color-blue-90: #001d2a !important;
	--color-blue-100: #001119 !important;
	/*Color Verde*/
	--color-green-10: #d6edd0 !important;
	--color-green-20: #bae0b0 !important;
	--color-green-30: #98d189 !important;
	--color-green-40: #75c262 !important;
	--color-green-50: #53b23a !important;
	--color-green-base: #30a313 !important;
	--color-green-60: #288810 !important;
	--color-green-70: #206d0d !important;
	--color-green-80: #18520a !important;
	--color-green-80-20: rgba(24, 82, 10, 0.2) !important;
	--color-green-80-30: rgba(24, 82, 10, 0.3) !important;
	--color-green-90: #103606 !important;
	--color-green-100: #0a2104 !important;
	/*Color Naranja*/
	--color-orange-10: #f7decc !important;
	--color-orange-20: #f2c9aa !important;
	--color-orange-30: #ebae80 !important;
	--color-orange-40: #e49256 !important;
	--color-orange-50: #de772b !important;
	--color-orange-base: #d74f01 !important;
	--color-orange-60: #b34d01 !important;
	--color-orange-70: #8f3d01 !important;
	--color-orange-70-20: rgba(143, 61, 1, 0.2) !important;
	--color-orange-70-30: rgba(143, 61, 1, 0.3) !important;
	--color-orange-80: #6c2e01 !important;
	--color-orange-80-30: rgba(108, 46, 1, 0.3) !important;
	--color-orange-90: #481f00 !important;
	--color-orange-100: #2b1200 !important;
	/*Color Gris*/
	--color-grey-10: #f7f7f6 !important;
	--color-grey-20: #f2f1f1 !important;
	--color-grey-30: #EBEAE9 !important;
	--color-grey-40: #e5e4e2 !important;
	--color-grey-50: #dfdddb !important;
	--color-grey-base: #d8d6d4 !important;
	--color-grey-base-80: rgba(216, 214, 212, 0.8) !important;
	--color-grey-60: #b4b2b1 !important;
	--color-grey-70: #908f8d !important;
	--color-grey-80: #6c6b6a !important;
	--color-grey-90: #484747 !important;
	--color-grey-100: #2b2b2a !important;
	/*Color Blanco*/
	--color-white-10: rgba(255, 255, 255, 0.1) !important;
	--color-white-20: rgba(255, 255, 255, 0.2) !important;
	--color-white-30: rgba(255, 255, 255, 0.3) !important;
	--color-white-40: rgba(255, 255, 255, 0.4) !important;
	--color-white-50: rgba(255, 255, 255, 0.5) !important;
	--color-white-60: rgba(255, 255, 255, 0.6) !important;
	--color-white-70: rgba(255, 255, 255, 0.7) !important;
	--color-white-80: rgba(255, 255, 255, 0.8) !important;
	--color-white-90: rgba(255, 255, 255, 0.9) !important;
	--color-white-100: rgba(255, 255, 255, 1) !important;
	--color-transparent: transparent !important;
	--color-background-header: #F1F0F0 !important;
	--blue-base: #01567D !important;
	--System-error-light-red: #FFE1E1 !important;
	--System-error-red: #AA2426 !important;
}
/*Differents buttons styles*/

.rz-button.rz-primary.rz-shade-default span {
	font-weight: 700 !important;
}

.button-bgTranslucid-borderWhite {
	border: 2px solid var(--color-white-100) !important;
	border-radius: 8px;
	background: linear-gradient(to right, var(--color-white-40) 50%, var(--color-white-20) 50%) !important;
	background-size: 200% 100% !important;
	background-position: right bottom !important;
	color: var(--color-white-100) !important;
	transition: background-position 0.5s ease !important;
	font-family: 'Satoshi-Medium' !important;
	box-shadow: none !important;
}

	.button-bgTranslucid-borderWhite:hover {
		background-position: left bottom !important;
	}

.button-bgWhite-borderBlue {
	border: 2px solid var(--color-blue-base) !important;
	border-radius: 8px !important;
	background: linear-gradient(to right, var(--color-blue-10) 50%, var(--color-white-100) 50%) !important;
	background-size: 200% 100% !important;
	background-position: right bottom !important;
	color: var(--color-blue-base) !important;
	font-weight: 700 !important;
	transition: background-position 0.5s ease !important;
	font-family: 'Satoshi-Bold' !important;
	text-transform: none;
	box-shadow: none !important;
}

	.button-bgWhite-borderBlue:hover {
		background-position: left bottom !important;
	}

.button-bgWhite {
	padding-block: 4px !important;
	background-color: var(--color-white-100) !important;
	font-family: 'Satoshi-Bold' !important;
}

	.button-bgBlue, .button-bgWhite.selected {
		background-color: var(--color-blue-base) !important;
		color: var(--color-white-100) !important;
	}

.button-bgBlue {
	background: linear-gradient(to right, var(--color-blue-70) 50%, var(--color-blue-base) 50%) !important;
	background-size: 200% 100% !important;
	background-position: right bottom !important;
	color: var(--color-white-100) !important;
	border: none !important;
	transition: background-position 0.5s ease !important;
	font-family: 'Satoshi-Medium' !important;
	text-transform: none;
	box-shadow: none !important;
}

	.button-bgBlue:hover {
		background-position: left bottom !important;
	}

.rz-button.rz-primary.rz-shade-default {
	height: 48px !important;
	padding-inline: 24px !important;
	border-radius: 8px !important;
	font-weight: 700 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	/*Color Rojo*/
	--System-error-light-red: #FFE1E1 !important;
	font-family: 'Satoshi-Bold' !important;
	font-family: 'Satoshi-Bold' !important;
}

	.rz-button.rz-primary.rz-shade-default span {
		font-weight: 700 !important;
	}

/*Color azul*/
.color-blue-10 {
	color: #CCDDE5 !important;
}

.color-blue-20 {
	color: #aac7d4 !important;
}

.color-blue-30 {
	color: #80abbe !important;
}

.color-blue-40 {
	color: #568ea8 !important;
}

.color-blue-50 {
	color: #2b7293 !important;
}

.color-blue-base {
	color: #01567d !important;
}

.color-blue-60 {
	color: #014868 !important;
}

.color-blue-70 {
	color: #013953 !important;
}

.color-blue-70-40 {
	color: rgba(1, 57, 83, 0.4) !important;
}

.color-blue-70-50 {
	color: rgba(1, 57, 83, 0.5) !important;
}

.color-blue-80 {
	color: #012b3f !important;
}

.color-blue-90 {
	color: #001d2a !important;
}

.color-blue-100 {
	color: #001119 !important;
}

/*Color Verde*/
.color-green-10 {
	color: #d6edd0 !important;
}

.color-green-20 {
	color: #bae0b0 !important;
}

.color-green-30 {
	color: #98d189 !important;
}

.color-green-40 {
	color: #75c262 !important;
}

.color-green-50 {
	color: #53b23a !important;
}

.color-green-base {
	color: #30a313 !important;
}

.color-green-60 {
	color: #288810 !important;
}

.color-green-70 {
	color: #206d0d !important;
}

.color-green-80 {
	color: #18520a !important;
}

.color-green-80-20 {
	color: rgba(24, 82, 10, 0.2) !important;
}

.color-green-80-30 {
	color: rgba(24, 82, 10, 0.3) !important;
}

.color-green-90 {
	color: #103606 !important;
}

.color-green-100 {
	color: #0a2104 !important;
}


/*Color Naranja*/
.color-orange-10 {
	color: #f7decc !important;
}

.color-orange-20 {
	color: #f2c9aa !important;
}

.color-orange-30 {
	color: #ebae80 !important;
}

.color-orange-40 {
	color: #e49256 !important;
}

.color-orange-50 {
	color: #de772b !important;
}

.color-orange-base {
	color: #d75c01 !important;
}

.color-orange-60 {
	color: #b34d01 !important;
}

.color-orange-70 {
	color: #8f3d01 !important;
}

.color-orange-70-20 {
	color: rgba(143, 61, 1, 0.2) !important;
}

.color-orange-70-30 {
	color: rgba(143, 61, 1, 0.3) !important;
}

.color-orange-80 {
	color: #6c2e01 !important;
}

.color-orange-80-30 {
	color: rgba(108, 46, 1, 0.3) !important;
}

.color-orange-90 {
	color: #481f00 !important;
}

.color-orange-100 {
	color: #2b1200 !important;
}


/*Color Gris*/
.color-grey-10 {
	color: #f7f7f6 !important;
}

.color-grey-20 {
	color: #f2f1f1 !important;
}

.color-grey-30 {
	color: #ecebea !important;
}

.color-grey-40 {
	color: #e5e4e2 !important;
}

.color-grey-50 {
	color: #dfdddb !important;
}

.color-grey-base {
	color: #d8d6d4 !important;
}

.color-grey-base-80 {
	color: rgba(216, 214, 212, 0.8) !important;
}

.color-grey-60 {
	color: #b4b2b1 !important;
}

.color-grey-70 {
	color: #908f8d !important;
}

.color-grey-80 {
	color: #6c6b6a !important;
}

.color-grey-90 {
	color: #484747 !important;
}

.color-grey-100 {
	color: #2b2b2a !important;
}


/*Color Blanco*/
.color-white-10 {
	color: rgba(255, 255, 255, 0.1) !important;
}

.color-white-20 {
	color: rgba(255, 255, 255, 0.2) !important;
}

.color-white-30 {
	color: rgba(255, 255, 255, 0.3) !important;
}

.color-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.color-white-60 {
	color: rgba(255, 255, 255, 0.6) !important;
}

.color-white-70 {
	color: rgba(255, 255, 255, 0.7) !important;
}

.color-white-80 {
	color: rgba(255, 255, 255, 0.8) !important;
}

.color-white-90 {
	color: rgba(255, 255, 255, 0.9) !important;
}

.color-white-100 {
	color: rgba(255, 255, 255, 1) !important;
}

/*Estilos antiguos*/
ubs* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html {
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size: 15px;
	font-size: 0.9375em;
	background: #FFF;
	font-size: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 2em;
	outline: 0;
}


h1 {
	font-size: 2.25em;
	letter-spacing: -2px;
	line-height: 36px;
}

h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 2em;
	font-size: 32px;
	color: #00577d;
}

	h2.title {
		color: #FFF;
		font-size: 2.5em;
	}



h1.title {
	font-size: 2.875em;
	font-size: 46px;
	font-weight: 700;
	color: #6a6a6a;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #666;
	line-height: 15px;
}

	h3.sub_title {
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
	}

	h3.cartesio_med_x, h3.cartesio_med_y, h3.cartesio_med_income, h3.cartesio_med_equity {
		position: relative;
		height: 25px;
		display: block;
		font-size: 20px;
		;
		font-family: 'Roboto Slab', serif;
		padding-right: 28px;
		margin-top: -7px;
	}

	h3.cartesio_med_x {
		background: url('../images/x.png')no-repeat right;
		width: 77px;
		padding-top: 9px;
	}

	h3.cartesio_med_y {
		background: url('../images/y.png')no-repeat right;
		width: 77px;
		padding-top: 4px;
	}

	h3.cartesio_med_income {
		background: url('../images/income.png')no-repeat right;
		width: 130px;
		padding-top: 13px;
	}

	h3.cartesio_med_equity {
		background: url('../images/equity.png')no-repeat right;
		width: 130px;
		padding-top: 9px;
	}

.color_x {
	background: url('../images/x.png')no-repeat right;
	margin-top: -12px;
	margin-left: -1px !important;
	width: 26px;
	height: 23px;
	position: absolute;
}

.color_y {
	background: url('../images/y.png')no-repeat right;
	width: 23px;
	height: 30px;
	margin-top: 0px !important;
	margin-left: 2px;
	position: absolute;
}

.color_income {
	background: url('../images/income.png')no-repeat right;
	width: 75px;
	height: 24px;
	margin-top: -4px !important;
	margin-left: 1px;
	position: absolute;
}

.color_equity {
	background: url('../images/equity.png')no-repeat right;
	width: 72px;
	height: 28px;
	margin-top: -3px !important;
	margin-left: 4px;
	position: absolute;
}



#black_box h3 {
	color: #FFF;
}

h4 {
	font-family: 'Roboto Slab', serif;
	font-size: 0.9375em;
	color: #666;
	font-weight: 300;
}

ul:not(.with-list-style), li:not(.with-list-style) {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 0.9375em;
	color: #666;
}

p {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	color: #373a36;
	font-size: 14px;
	font-size: 0.875em;
	margin: 0 0 15px 0;
	line-height: 22px;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

a {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #00577d;
	text-decoration: none;
	outline: 0;
}

textarea, input {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #373a36;
	font-size: 14px;
}

	input[type=button], input[type=submit] {
		font-family: 'Roboto Slab', serif;
		font-weight: 300;
		color: #FFF;
		font-weight: 400;
		font-size: 18px;
		cursor: pointer;
	}


.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.mobile {
	display: none;
}

.pdf_descarga {
	padding-left: 38px;
	height: 29px;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	padding-top: 8px;
	display: block;
	background: url('../images/logo_pdf.png')no-repeat;
	color: #08446a;
}

.light_grey {
	color: #999999;
	font-size: 13px;
}

.video_enlace {
	padding-left: 39px;
	height: 31px;
	font-size: 14px;
	padding-top: 8px;
	display: block;
	background: url('../images/10_aniversario_peque.png')no-repeat;
}

a.imprimir {
	background: url('../images/imprimir.png')no-repeat;
	font-size: 14px;
	cursor: pointer;
}

.wrapper {
	width: 100%;
	min-width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
	padding: 150px 0px 264px 0px;
	background: #EEEEEE;
}

.wrapper_home {
	width: 100%;
	min-width: 100%;
	position: relative;
	padding-bottom: 0px;
}


.center {
	width: 1060px;
	margin: auto;
}

#aceptaCookie {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	color: #004f6a !important;
	font-weight: bolder;
}

#configCookie {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	color: gray;
	font-weight: bolder;
}

.tablacookies {
	width: 100%;
}

	.tablacookies th {
		background-color: #F8EBDD;
		text-align: center;
		border: 1px solid #f4f4f4;
		padding: 15px 20px;
	}

.desplegablecookies {
	color: #00577d;
	cursor: pointer;
	font-weight: bold;
}

span.cookie-guion {
	content: '';
	display: block;
	width: 33px;
	height: 4px;
	background: #004f6a;
	margin-top: 0.8%;
}

.tablacookies td {
	text-align: left;
	border: 1px solid #F1EBE3;
	background-color: #ffffff;
	padding: 15px 20px;
}

.modalCookie {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	overflow-y: auto !important;
}


	.modalCookie h3:after {
		position: relative;
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #004f6a;
		margin-top: 15px;
	}

.labcheck {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default checkbox */
	.labcheck input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.labcheck:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.labcheck input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.labcheck input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.labcheck .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.modalCookie > div {
	width: 90%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	z-index: 9999999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

.modalCookie hr {
	border-top: 1px solid #004f6a !important;
}

/*Zona cambios nueva pagina*/
@media screen and (min-width: 960px) { /*@media screen and (min-width: 1024px) {*/
	#contenedorIndex .center {
		width: 960px;
	}

	.new_mensaje {
		margin-top: 40px;
	}

	#NuevaAreaCliente .logo {
		margin-top: 50px;
		margin-left: 10px;
		/*margin-left:300px;*/
	}

	#NuevaAreaCliente li.mclientes {
		margin-right: 50px !important;
	}

	#NuevaAreaCliente .nombre_menu {
		margin-left: 140px;
	}

	/*Esta zona corresponde a la zona de Operar*/
	.leftDiv {
		float: left;
	}

	.divLeftContainer {
		width: 30%;
	}

	.divRightContainer {
		/*width:70%;*/
		width: 100%;
		margin-top: 18px;
		height: 150px;
	}

	.divLeftContainer .left {
		height: 160px;
	}

	#traspasos_nombre_entidad_origen {
		width: 500px !important;
	}

	#traspasos_nombre_fondo {
		width: 500px !important;
	}

	#traspasos_ISIN {
		/*width:200px !important;*/
	}

	#traspasos_valor_div {
		width: 295px;
	}

	#traspasos_traspaso {
		width: 300px !important;
	}

	#traspasos_tipo_traspaso {
		width: 200px !important;
	}

	#traspasos_valor {
		/*width:200px !important;*/
	}

	#traspasos_container input[type=button] {
		width: 200px !important;
	}

	#login_clientes .content {
		/*width:950px !important;*/
		/*width:1050px !important;*/
		width: 890px !important;
	}

	#menu_operaciones ul li {
		/*width:208px !important;*/
		width: 177px;
	}

	#mi_cartera_container .mov_fond .tabla_fondo ul.cabecera li {
		width: 105px;
	}

	#mi_cartera_container .mov_fond .tabla_fondo {
		/*width:1050px;*/
	}

		#mi_cartera_container .mov_fond .tabla_fondo li {
			width: 105px;
		}

	#mi_cartera_container .clear {
		position: relative !important
	}

	#movimientos_container .mov_fond .tabla_fondo ul.cabecera li {
		/*width:105px;*/
		width: 89px;
	}

	#movimientos_container .mov_fond .tabla_fondo {
		/*width:1050px;*/
		width: 890px;
	}

		#movimientos_container .mov_fond .tabla_fondo li {
			/*width:105px;*/
			width: 89px;
		}

	#movimientos_container .clear {
		position: relative !important
	}

	#suscripciones_participes {
		/*float:left;*/
		margin-left: 10px;
		margin-top: 43px;
	}

	#suscripciones_cuenta {
		margin-bottom: 20px;
	}

	#traspasos_cuenta {
		margin-bottom: 10px;
	}

	#reembolsos_cuenta {
		margin-bottom: 20px;
	}

	#traspasos_participes {
		margin-top: 17px;
	}

	.smallSelect {
		min-width: 135px !important;
		padding-right: 20px;
	}

	#menu_operaciones .ui-state-active {
		font-weight: bolder !important;
		/*background-color: #00577D !important;*/
	}

		#menu_operaciones .ui-state-active div a {
			/*color:white !important;*/
		}

	#operaciones_select {
		display: none;
	}

	#suscripciones_container, #traspasos_container, #reembolsos_container {
		margin-top: 20px;
	}

	#cuentas_resumen_select {
		display: none;
	}

	cuentas_select {
		display: none;
	}

	/*caja euro*/
	.div_input {
		border: solid 1px #CCC;
		width: 215px;
		height: 35px;
		margin-bottom: 20px;
		border-radius: 3px;
		color: #ccc;
	}

		.div_input span {
			color: #ccc;
		}

	#suscripciones_container .div_input {
		width: 295px;
	}

	#login_clientes .div_input {
		background-color: #FAFFBD !important;
	}


	#suscripciones_importe {
		height: 35px;
		border: none !important;
		text-align: right;
		padding: 0px !important;
		margin: 0px !important;
		display: inline-block !important;
	}

	#traspasos_valor {
		height: 35px;
		border: none !important;
		text-align: right;
		padding: 0px !important;
		margin: 0px !important;
		display: inline-block !important;
		width: 80% !important;
		padding-right: 5px !important;
		border-right: solid 1px #ccc !important;
	}

	#reembolsos_valor {
		height: 35px;
		border: none !important;
		text-align: right;
		padding: 0px !important;
		margin: 0px !important;
		display: inline-block !important;
		width: 80% !important;
		padding-right: 5px !important;
		border-right: solid 1px #ccc !important;
	}
	/********************************************/
	/*********Montamos el color amarillo a las cajas *********/
	#login_clientes input[type='text'] {
		background-color: #FAFFBD !important;
	}
	/*********************************************************/

	/**************************Varios*************************/
	#btnEnviar {
		/*width: 100%;*/
		width: 200px !important;
		/*margin-left: 20px;*/
	}

		#btnEnviar input[type=button] {
			width: 200px !important;
		}

	#cuentas_select {
		display: none;
	}

	#cuentas_select_movimientos {
		display: none;
	}

	#cuentas_select_estados_posiciones {
		display: none;
	}

	#filtros {
		padding-bottom: 50px;
		margin-top: 20px;
	}

	.filtros_movimientos {
		float: left;
		margin-right: 40px;
	}

		.filtros_movimientos input {
			width: 100% !important;
		}

		.filtros_movimientos select {
			width: 100% !important;
		}

	#desdeDatePicker * {
		box-sizing: border-box !important;
	}

	#desdeDatePicker .wc-date-container {
		width: 170px;
	}

	#hastaDatePicker * {
		box-sizing: border-box !important;
	}

	#hastaDatePicker .wc-date-container {
		width: 170px;
	}

	#buscar, #imprimir {
		margin-top: 27px;
	}

		#buscar:hover, #imprimir:hover {
			text-shadow: 0px 0px 1px #bfbfbf;
		}

	#hr_inferior_informacion_fiscal {
		margin-top: 60px;
	}

	/*#mi_cartera .tabla_fondo ul{
        padding-left: 7%;
        width:93%;
    }*/

	#movimientos_container_results .mov_fond .tabla_fondo ul.cabecera li {
		font-size: 13px;
	}

	#movimientos_container_results .mov_fond .tabla_fondo li {
		font-size: 13px;
	}

	#login_clientes h2 {
		font-size: 30px;
	}

	#traspasos_cuenta_origen {
		width: 200px !important;
	}

	#traspasos_div_nombre_entidad {
		float: left;
		width: 520px;
	}

	#traspasos_div_nombre_fondo {
		width: 520px;
	}

	#traspasos_div_ISIN {
		width: 100%;
		/*margin-top: -20px;*/
		margin-bottom: 21px;
	}

	#traspasos_div_nombre_fondo {
		float: left;
	}

	#buscar {
		float: left !important;
		margin-left: 0px !important;
	}

	#imprimir {
		float: left !important;
		margin-right: 0px !important;
	}

	#contenedor_fecha_fiscal {
		float: left;
	}

	#fecha {
		width: 295px !important;
	}

	#reembolsos_nombre_banco {
		width: 280px !important;
	}

	/********************************************************/
}

@media screen and (max-width: 1680px) {
	#NuevaAreaCliente .nombre_menu {
		margin-left: 0px !important;
	}
}

@media screen and (max-width: 1680px) {
	#NuevaAreaCliente .nombre_menu {
		margin-left: 0px !important;
	}
}

@media screen and (max-width: 792px) { /*zona movil mas pequeña*/
	.texto_cookies {
		width: 81% !important;
	}

	.relleno {
		display: none !important;
	}

	.rellenoMovil {
		display: table;
		float: left;
		position: relative;
		width: 50%;
		min-height: 150px;
		background-color: #F4F4F4;
	}

	#contenedorIndex #suscripciones .right {
		margin-left: 0px;
		margin-top: 0px;
	}

	#contenedorIndex #suscripciones .right, #contenedorIndex #traspasos .right, #contenedorIndex #reembolsos .right {
		text-align: left;
	}

	#menu_operaciones li {
		width: 100%;
	}

	.box_pestanas > ul li {
		height: auto !important;
		padding: 7px 0px !important;
	}

	.peq {
		border-top: solid;
		padding-top: 10px !important;
		border-width: thick;
	}

	.divLeftContainer {
		width: 100%;
	}

	.divRightContainer {
		height: 100px;
	}
	/*#contenedorIndex #traspasos .right, #traspasos .right, #reembolsos .right {
        text-align: left;
    }
    #contenedorIndex #reembolsos .right, #traspasos .right, #reembolsos .right {
        text-align: left;
    }*/
}
/************************************/

#cabecera-responsive {
	display: none;
}

.logo {
	position: absolute;
	bottom: 15px;
	cursor: pointer;
}

	.logo h1 {
		line-height: 0;
	}

#menu {
	background: #F4F4F4;
	width: 100%;
	height: 89px;
	position: fixed;
	z-index: 9999999999;
	border-bottom: 1px #BBB solid;
	top: 0;
}

#menu_mobile {
	display: none;
}

#menu li.english_mobile {
	display: none;
}

#menu li {
	display: block;
	float: left;
	padding: 55px 15px 13px 15px;
	border-right: 1px solid #BBB;
}

	#menu li a {
		color: #666;
		font-family: 'Roboto Slab', serif;
		font-weight: 400;
		font-size: 1em;
		font-size: 16px;
		bottom: 15px;
		cursor: pointer;
	}

		#menu li a.active {
			color: #000;
			font-weight: 400;
			font-size: 1em;
			font-size: 16px;
			bottom: 15px;
			cursor: pointer;
		}

	#menu li.active {
		background: #FCFCFC;
	}

.section {
	display: block;
	position: relative;
	width: 100%;
	min-width: 100%;
}

#menu li a.en_menu {
	position: absolute;
	color: #878787;
	font-size: 1.0625em;
	margin-left: 35px;
	bottom: 60px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}

.seccion {
	position: relative;
	display: block;
}

.ancla {
	position: absolute;
	top: -49px;
	width: 100%;
	height: 1px;
	visibility: hidden;
	display: block;
}

#menu li.mcontacto {
	border-right: 1px solid #CCC;
}

#menu li.mclientes {
	margin-right: 0px;
	font-weight: bold;
}

#menu li.mhaztecliente {
	padding-right: 0px;
	border-right: none;
	margin-right: 0px;
}

	#menu li.mhaztecliente a {
		color: #007293; /*text-shadow: 0px 0px 10px #b9e8ff;*/
		font-weight: bold;
	}
/*#menu li.mhaztecliente a:hover{text-shadow: 0px 0px 10px #8bc6e2;}*/

#menu li.mclientes a, li.mclientes {
	font-weight: 700;
}

#menu li.boton_ingles {
	position: absolute;
	right: 0;
	background: #004f6a !important;
	border: 0px;
}

	#menu li.boton_ingles a {
		color: #FFF !important;
	}

.close_menu {
	display: none;
}

	.close_menu img {
		width: 26px;
		height: 24px;
	}



#carrusel {
	background: #000203;
}

#nav_slider_container .nivo-controlNav {
	display: none;
}

#boton_aniversario {
	margin-top: -620px;
	margin-left: 910px;
	z-index: 999999999;
	position: absolute;
}

.sec_pest h2 {
	color: #FFF;
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 50px;
	margin-top: -100px;
}

.sec_pest {
	width: 100%;
	overflow: hidden;
	height: auto;
	padding: 160px 0px 0px 0px;
	background: #004f6a; /* Old browsers */
	background: -moz-linear-gradient(top, #004f6a 0%, #00769d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004f6a), color-stop(100%,#00769d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #004f6a 0%,#00769d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #004f6a 0%,#00769d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #004f6a 0%,#00769d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #004f6a 0%,#00769d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f6a', endColorstr='#00769d',GradientType=0 ); /* IE6-9 */
}

.box_pestanas {
	display: block;
	vertical-align: middle;
	position: relative;
	background: #FFF;
	min-width: 890px;
	height: auto;
	padding: 35px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

	.box_pestanas ul {
		overflow: hidden;
	}

	.box_pestanas > ul li {
		display: block;
		float: left;
		text-align: center;
		width: 222px;
		height: 20px;
		padding: 15px 0px;
		border-right: 0px solid #CCC;
		border-bottom: 1px solid #CCC;
		cursor: pointer;
	}

		.box_pestanas > ul li a {
			display: block;
			height: 20px;
			padding: 6px 0px;
			margin-top: -5px;
			color: #666;
			font-size: 1em;
			font-size: 16px;
			font-family: 'Roboto Slab', serif;
			border-left: 1px solid #CCC;
		}

		.box_pestanas > ul li:first-of-type a, .box_pestanas li.ui-state-active a, .box_pestanas li.ui-state-active + li a {
			border-left: 0px solid #CCC;
		}




		.box_pestanas > ul li.ui-state-active a {
			font-weight: 400;
			font-size: 1em;
			font-size: 16px;
		}


		.box_pestanas > ul li.ui-state-active {
			background: #FFF;
			border-bottom: 0px solid;
			font-weight: 400;
			border-left: 1px solid #CCC;
			border-right: 1px solid #CCC;
			border-top: 1px solid #CCC;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
		}

			.box_pestanas > ul li.ui-state-active.lastTab {
				-webkit-border-top-right-radius: 0px;
				-moz-border-radius-topright: 0px;
				border-top-right-radius: 0px;
				border-right: 0px solid #CCC;
			}

			.box_pestanas > ul li.ui-state-active.firstTab {
				-webkit-border-top-left-radius: 0px;
				-moz-border-radius-topleft: 0px;
				border-top-left-radius: 0px;
			}

div .sec1_01 {
	border-left: 0px !important;
	width: 221px !important;
}



/*-------------------INICIO FLECHAS DE NAVEGACIÓN ---------------------*/
#flecha_01 {
	background: url('../images/flecha01.png')no-repeat;
	width: 86px;
	height: 43px;
	margin: auto;
	cursor: pointer;
	position: absolute;
	margin-top: -42px;
	margin-left: -43px;
	left: 50%;
	z-index: 999999;
}

#flecha_02 {
	background: url('../images/flecha01.png')no-repeat bottom;
	width: 86px;
	height: 43px;
	margin: auto;
	cursor: pointer;
	clear: both;
	margin-top: 115px;
	display: block;
	position: relative;
}

#flecha_03 {
	background: url('../images/flecha02.png')no-repeat bottom;
	width: 86px;
	height: 43px;
	margin: auto;
	cursor: pointer;
	clear: both;
	margin-top: 60px;
	display: block;
	position: relative;
}

#flecha_04 {
	background: url('../images/flecha01.png')no-repeat bottom;
	width: 86px;
	height: 43px;
	margin: auto;
	cursor: pointer;
	clear: both;
	margin-top: 105px;
	display: block;
	position: relative;
}

#flecha_05 {
	background: url('../images/flecha04.png')no-repeat bottom;
	width: 86px;
	height: 43px;
	margin: auto;
	cursor: pointer;
	clear: both;
	margin-top: -90px;
	margin-bottom: 90px;
	display: block;
	position: relative;
	z-index: 999999;
}

#flecha_06 {
	background: url('../images/flecha03.png')no-repeat bottom;
	width: 86px;
	height: 43px;
	margin: auto;
	cursor: pointer;
	clear: both;
	margin-top: -163px;
	margin-bottom: 130px;
	display: block;
	position: relative;
	z-index: 999999;
}

#flecha_07 {
	background: url('../images/flecha04.png')no-repeat bottom;
	width: 86px;
	height: 43px;
	margin: auto;
	cursor: pointer;
	clear: both;
	margin-top: -80px;
	margin-bottom: 9px;
	display: block;
	position: relative;
	z-index: 999999;
}

#flecha_08 {
	background: url('../images/flecha03.png')no-repeat bottom;
	width: 86px;
	height: 43px;
	margin: auto;
	cursor: pointer;
	clear: both;
	margin-top: -165px;
	margin-bottom: 122px;
	display: block;
	position: relative;
	z-index: 999999;
}

/*-------------------FIN FLECHAS DE NAVEGACIÓN---------------------*/

/*-------------------INICIO VALORES---------------------*/
#valores {
	position: absolute;
	font-family: 'Roboto Slab', serif;
	margin-left: 655px;
	margin-top: -177px;
	z-index: 999999;
	color: #FFF;
}

	#valores h3 {
		color: #FFF;
		font-family: 'Roboto Slab', serif;
		font-size: 1em;
		font-size: 16px;
		font-weight: 400;
		text-align: right;
	}

.valores_num {
	width: 310px;
	margin-top: 20px;
	border-top: 1px solid #FFF;
	padding: 5px 0px 7px 0px;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
}

.valor_txt {
	min-width: 100px;
	margin-top: 22px;
	margin-left: 10px;
	position: absolute;
}

.valor_num {
	min-width: 160px;
	text-align: left;
	font-size: 2.8125em;
	line-height: 53px;
}

#valores .color_x, #valores .color_y, #valores .color_equity, #valores .color_income {
	margin-top: 0;
}

/*-------------------FIN VALORES---------------------*/

/*-- MENSAJE COOKIES --*/

#aceptarCookies {
	width: 100%;
	position: fixed;
	z-index: 999999999999999;
	bottom: 0;
	left: 0;
	display: block;
	background-color: rgba(244,244,244,0.9);
	font-family: open-sans, sans-serif;
	color: black;
	font-size: 11px;
	text-align: center;
	border: 1px solid #C0C0C0;
}

.texto_cookies {
	display: block;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	width: 65%;
	margin: auto auto;
	text-align: left;
	padding-left: 2em;
	padding-right: 3em;
}

	.texto_cookies a {
		font-size: 11px;
	}

.contenedor_boton_cookies {
	display: block;
	float: left;
	padding-top: 20px;
	margin: auto auto;
	margin-left: 0px;
}

.cookies_izq {
	display: block;
	float: left;
	padding-top: 20px;
	box-sizing: border-box;
	width: 20%;
}

.botonDesactivado {
	background: linear-gradient(to bottom, #999999 0%,#666666 100%);
	width: 140px;
	height: 35px;
	padding: 0;
	border: 1px solid #CCC;
	margin-right: 20px;
	border-radius: 3px;
	margin-bottom: 15px;
	font-family: 'Roboto Slab', serif;
	color: #FFF;
	font-weight: 400;
	font-size: 18px;
	cursor: pointer;
}



/*  Estilos para las cookies   */
.botonCookies {
	background: url(../js/cookies/close.png) /* Url de la imagen */ no-repeat center center, rgba(0,0,0,0.0) /* Color del botón */;
	background-size: 100%; /* Tamaño de la imagen */
	height: 25px; /* Alto del botón */
	width: 25px; /* Ancho del botón */
	display: table;
	border-radius: 100%;
	cursor: pointer;
	box-shadow:
	/* Sombras externa */
	inset 0 10px 15px rgba(255,255,255,.35), inset 0 -10px 15px rgba(0,0,0,.05), inset 10px 0 15px rgba(0,0,0,.05), inset -10px 0 15px rgba(0,0,0,.05),
	/* Sombra interna */
	0 5px 20px rgba(0,0,0,.1);
	border: none;
	padding-left: 0;
	margin-left: 0;
	color: #FFFFFF;
}

	/* Al presionar */
	.botonCookies:active {
		box-shadow: inset 0 5px 30px rgba(0,0,0,.2); /* Sombra interior */
		background-size: 100%; /* Cambiamos el tamaño de la imagen */
	}







/*-------------------INICIO SOBRE CARTESIO ---------------------*/
#sobre_cartesio h4 {
	display: none;
}

#presentacion .clear, #rasgos_diferenciales .clear, #estilo_inversion .clear, #socios_gestores .clear {
	padding-top: 15px;
	width: 100%;
	float: left;
	border-top: 1px solid #CCC;
}


/*-------------------INICIO PRESENTACION----------------------------*/
#presentacion .table {
	margin-bottom: 30px;
}

#presentacion .left {
	width: 460px;
	margin-top: 40px;
	margin-right: 20px;
}

#presentacion .right {
	width: 350px;
	margin-top: 40px;
}

#presentacion .selector_fondos {
	width: 150px;
	margin-top: 35px;
	padding-right: 25px;
	border-right: 1px solid #ccc;
}

.btn_fondo {
	width: 150px;
	height: 115px;
	background: #F2F2F2;
	display: block;
	position: relative;
}

#presentacion .selector_fondos h3 {
	margin-bottom: 20px;
}

#presentacion .selector_fondos h4 {
	margin-bottom: 35px;
}

#presentacion .bloque_estrategia {
	margin-bottom: 40px;
	overflow: hidden;
	min-height: 115px;
}

.bloque_estrategia h3 {
	color: #999999;
	line-height: 15px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
}

#presentacion .boton {
	width: 135px;
	height: 90px;
	float: left;
	margin-right: 60px;
}

#presentacion .final {
	margin: 0px;
}

a.btn_fnd_home {
	height: 40px;
	display: block;
}

a.down_line {
	height: 50px;
}



/*-------------------FIN PRESENTACION-------------------------------*/


/*-------------------INICIO Pestaña Rasgos Diferenciales ---------------------*/
#rasgos_diferenciales {
	display: none;
	height: 100%;
}

	#rasgos_diferenciales .right, #rasgos_diferenciales .left {
		width: 415px;
		margin-top: 40px;
	}

	#rasgos_diferenciales h3 {
		margin-bottom: 15px;
	}

	#rasgos_diferenciales p {
		margin-bottom: 28px;
	}

	#rasgos_diferenciales ul {
		margin-bottom: 15px;
	}

	#rasgos_diferenciales h3 {
		margin-bottom: 5px;
		margin-top: 10px;
	}

	#rasgos_diferenciales ul {
		list-style-type: square;
	}


/*-------------------FIN Pestaña Rasgos Diferenciales ---------------------*/

#estilo_inversion {
	display: none;
	height: 100%;
}


	#estilo_inversion li, #rasgos_diferenciales li {
		float: none;
		margin-bottom: 8px;
		display: list-item;
		list-style-type: square;
		width: auto;
		height: auto;
		padding: 0px;
		background: #FFF;
		border: 0px;
		text-align: left;
		line-height: 21px;
		font-size: 14px;
		line-height: 22px;
		font-family: 'Roboto Slab', serif;
		font-weight: 300;
		cursor: auto;
		letter-spacing: -0.3px;
	}

		#estilo_inversion li span li span {
			font-size: 22px;
			line-height: 0px;
			padding-top: 0px;
			display: inline-block;
			padding-right: 3px;
		}

		#rasgos_diferenciales li span {
			float: none;
			margin-bottom: 8px;
			display: list-item;
			list-style-type: square;
			width: auto;
			height: auto;
			padding: 0px;
			background: #FFF;
			border: 0px;
			text-align: left;
			line-height: 21px;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Roboto Slab', serif;
			font-weight: 300;
			cursor: auto;
			letter-spacing: -0.3px;
		}


	#estilo_inversion .right, #estilo_inversion .left {
		width: 49%;
		margin-top: 40px;
	}

	#estilo_inversion .left {
		margin-right: 1%;
	}

	#estilo_inversion .right {
		margin-left: 1%;
	}


	#estilo_inversion h3, #rasgos_diferenciales h3, #nuevos_clientes h3 {
		font-family: 'Roboto Slab', serif;
		line-height: 24px;
		font-weight: 600;
		font-size: 16px;
		margin-bottom: 20px;
	}


/*-------------------INICIO Pestaña Socios Gestores ---------------------*/
#socios_gestores {
	display: none;
}

#foto_gestores {
	width: 890px;
	height: 385px;
	background: url('../images/foto_grupo.jpg')no-repeat;
	margin-top: 52px;
}

#socios_gestores li {
	width: 150px;
	margin-right: 20px;
	border: 0px;
	background: transparent;
	color: #75A3B3;
}

	#socios_gestores li a {
		color: #6699AB;
		font-weight: 400;
		font-size: 15px;
	}

	#socios_gestores li.ui-state-active a {
		color: #666;
		font-weight: bold;
	}


#alvaro {
	width: 890px;
	height: 385px;
	background: url('../images/alvaro.jpg')no-repeat;
	margin-top: 52px;
	display: none;
}

#cayetano {
	width: 890px;
	height: 385px;
	background: url('../images/cayetano.jpg')no-repeat;
	margin-top: 52px;
	display: none;
}

#juan {
	width: 890px;
	height: 385px;
	background: url('../images/juan.jpg')no-repeat;
	margin-top: 52px;
	display: none;
}

#socios_gestores a.cruz_cierre {
	position: absolute;
	top: 125px;
	right: 60px;
	width: 24px;
	height: 25px;
	background: url('../images/cruz_cierre.png')no-repeat;
}

#socios_gestores .ui-tabs-active a.cruz_cierre {
	display: none;
}

/*-------------------FIN Pestaña Socios Gestores---------------------*/


/* EQUIPO */

ul.menuEquipo {
	clear: both;
	width: 100%;
	margin: 26px 0;
}

	ul.menuEquipo li {
		width: 20%;
		display: inline-block;
		text-align: center;
		background: none;
		border: 0px solid #FFF;
		padding: 0;
		color: #666666;
		font-size: 14px;
	}

		ul.menuEquipo li a {
			display: block;
			padding: 0;
			margin: 0;
		}

			ul.menuEquipo li a.active {
				display: block;
				padding: 0;
				margin: 0;
				color: #666666;
				font-family: 'Roboto Slab';
				font-weight: 600;
			}




.miembroEquipo {
	width: 20%;
	min-height: 150px;
	background-color: #F4F4F4;
}

.miembroEquipo {
	display: table;
	float: left;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#equipo, .containerEquipo {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.containerEquipo {
	/* min-height:444px; */
}

.miembroInfo {
	display: table-cell;
	vertical-align: bottom;
	padding: 10px;
}

#sobre_cartesio .miembroEquipo div.nombre {
	font-family: 'Roboto Slab';
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	position: relative;
	z-index: 10;
	text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
}

#sobre_cartesio .miembroEquipo div.cargo {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	position: relative;
	z-index: 10;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
}
/* #sobre_cartesio .miembroEquipo .mujer div.nombre{
		font-size:15px;
		color:#004f6a;
		text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
	}
	#sobre_cartesio .miembroEquipo .mujer div.cargo{
		font-size:13px;
		color:#004f6a;
		text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
	} */


.imagenEquipo {
	position: absolute;
	z-index: 0;
}

	.imagenEquipo img {
		width: 100%;
		height: auto;
	}

.worker_modal {
	width: 100%;
	height: 100%;
	/* position:absolute; */
	background-color: #FFF;
	display: none;
	z-index: 99;
}

	.worker_modal .left {
		width: 48%;
		margin-right: 2%;
		overflow: hidden;
	}

	.worker_modal .right {
		width: 48%;
		margin-left: 2%;
	}

	.worker_modal img {
		width: auto;
		height: 100%;
	}

	.worker_modal h5 {
		font-family: 'Roboto Slab';
		font-size: 22px;
		letter-spacing: -0.5px;
		font-weight: 400;
		color: #666666;
		text-align: left;
		margin-bottom: 20px;
		padding-right: 30px;
	}

.box_pestanas .worker_modal li {
	list-style-type: none;
}

	.box_pestanas .worker_modal li:before {
		content: "-";
		position: absolute;
		margin-left: -10px;
	}

.box_pestanas .worker_modal ul {
	padding-right: 30px;
}

.worker_modal li {
	width: 100%;
	display: block;
	font-family: 'Roboto Slab';
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.5px;
	color: #666666;
	border-width: 0;
	background-color: #FFF;
	text-align: left;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 15px;
	cursor: auto;
	float: none;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.close_worker {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}



/*-------------------FIN SOBRE CARTESIO ---------------------*/

/*-------------------INICIO LOS FONDOS ---------------------*/

#los_fondos {
	overflow: hidden;
	padding-top: 80px;
	width: 100%;
}

	#los_fondos .left, #los_fondos .right {
		width: 450px;
		margin-top: 30px;
	}

	#los_fondos h3.titulo_fondo {
		padding-bottom: 10px;
		border-bottom: 1px dotted #CCC;
		margin-bottom: 30px;
		height: 33px;
	}

		#los_fondos h3.titulo_fondo img {
			width: 130px;
		}

	#los_fondos h2 {
		width: 100%;
		text-align: center;
		font-size: 2.5em;
		color: #666;
	}

	#los_fondos h3 {
		margin-bottom: 5px;
	}

.min_height {
	min-height: 310px;
}

#los_fondos .fondos_premios p {
	margin-bottom: 0;
	line-height: 20px;
}

#los_fondos .fondos_premios .left {
	width: 185px;
	margin-right: 60px;
	margin-bottom: 40px;
}

#los_fondos .fondos_premios .final {
	margin-right: 0;
}

.fondos_premios span {
	font-size: 11px;
	color: #999;
}

.fondos_premios h4 {
	height: 21px;
	display: block;
}


img.premio {
	width: 100%;
}


.row-clases {
	margin: 22px auto 30px;
	max-width: 900px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

.col-6 {
	width: 50%;
}

.col-3, .col-4, .col-5, .col-6, .col-8, .col-9 {
	float: left;
	position: relative;
	min-height: 1px;
	overflow: auto;
}

.cont-clase {
	float: left;
	width: 100%;
}

	.cont-clase h3 {
		border-bottom: 1px dotted #CCC;
		padding-bottom: 10px;
		margin-bottom: 5px;
		margin-right: 45px;
	}

	.cont-clase h4 {
		font-weight: 500;
	}

.linea-hr {
	width: 100%;
	border-bottom: 1px dotted #CCC;
	display: block;
	position: relative;
	float: left;
	margin-bottom: 60px;
}

/*-------------------FIN LOS FONDOS ---------------------*/

/*-------------------INICIO SUBSCRIPCIONES Y REEMBOLSOS ---------------------*/
#suscripciones_reembolsos .box_pestanas {
	height: 680px;
}

#suscripciones_reembolsos.sec_pest {
	height: 660px;
	padding-bottom: 160px;
}

#suscripciones_reembolsos h4 {
	display: none;
}

.one {
	background: url('../images/one.png')no-repeat;
}

.two {
	background: url('../images/two.png')no-repeat;
}

.three {
	background: url('../images/three.png')no-repeat;
}

.four {
	background: url('../images/four.png')no-repeat;
}

.five {
	background: url('../images/five.png')no-repeat;
}
/*-------------------INICIO Nuevos Clientes ---------------------*/


#nuevos_clientes .right {
	width: 540px;
	margin-top: 40px;
}

#nuevos_clientes .left {
	width: 290px;
	margin-top: 40px;
}

	#nuevos_clientes .left p {
		margin-bottom: 30px;
	}

#nuevos_clientes .right p {
	margin-bottom: 15px;
}

#nuevos_clientes .clear {
	padding-top: 15px;
	width: 890px;
	bottom: 35px;
	border-top: 1px dotted #CCC;
	position: absolute;
}

#nuevos_clientes h3 {
	margin-bottom: 5px;
}

#nuevos_clientes .downloads {
	padding-top: 15px;
	width: 100%;
	border-top: 1px dotted #CCC;
}

	#nuevos_clientes .downloads .pdf_descarga {
		margin-bottom: 8px;
	}

#nuevos_clientes .list_number {
	padding-left: 30px;
	background-position: 0px 3px;
	margin-bottom: 5px;
}

#nuevos_clientes .clear {
	background: #F4F4F4;
	width: 850px;
	padding: 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #373a36;
	border: 0px;
}

	#nuevos_clientes .clear p {
		width: 600px;
		margin: auto;
	}

#new_nuevos_clientes .left {
	width: 415px;
}

#new_nuevos_clientes .right {
	width: 415px;
}

#new_nuevos_clientes .nuevos_center {
	background-color: #F4F4F4;
	margin-top: 300px;
	text-align: center;
	margin-right: 40px;
	padding-right: 100px;
	width: 900px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#login_clientes .nuevos_center {
	background-color: #F4F4F4;
	text-align: center;
	margin-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	width: 100%;
}


/*-------------------FIN Nuevos Clientes ---------------------*/

/*-------------------INICIO Suscripciones ---------------------*/

#suscripciones .right p {
	margin-bottom: 20px;
	margin-top: 0px;
	line-height: 20px;
}

#suscripciones h3 {
	margin-bottom: 5px;
}

#suscripciones .right h3 {
	margin-bottom: 0px;
}

#suscripciones .list_number {
	padding-left: 30px;
}

#suscripciones .right .downloads {
	display: none;
}


#suscripciones .downloads {
	padding-top: 15px;
	max-width: 275px;
	width: 100%;
	border-top: 1px solid #979797;
}

	#suscripciones .downloads .pdf_descarga {
		margin-bottom: 15px;
	}

#suscripciones .clear_top {
	display: block;
	position: relative;
	padding-top: 40px;
	max-width: 272px;
	margin-bottom: 25px;
}

#suscripciones .clear {
	background: #F4F4F4;
	width: 850px;
	padding: 20px;
	text-align: center;
	position: absolute;
	bottom: 35px;
	margin-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #373a36;
	border: 0px;
}

	#suscripciones .clear p {
		width: 600px;
		margin: auto;
	}

#suscripciones .outter-left .left {
	padding-top: 0;
}


.outter-left {
	width: 60%;
	display: table-cell;
	position: relative;
	float: none;
	vertical-align: top;
}

.outter-right {
	display: table-cell;
	width: 40%;
	float: none;
	vertical-align: top;
}

.orden-img {
	width: 100%;
	height: auto;
}

/*#suscripciones_reembolsos .opcionesOperar .center h3{
        font-size:19px;
        color:#004f6a;
        margin-top:60px;
    }

    #suscripciones_reembolsos .opcionesOperar .left{
        margin-right:20px;
    }

    #suscripciones_reembolsos .opcionesOperar .left>h3, #suscripciones_reembolsos .opcionesOperar .right>a>h3{
        margin-bottom: 5px;
        color: #0b6c96;
    }

    #suscripciones_reembolsos .opcionesOperar .left>h3:hover, #suscripciones_reembolsos .opcionesOperar .right>a>h3:hover{
        text-decoration:underline;
    }

    #suscripciones_reembolsos .opcionesOperar .left>div, #suscripciones_reembolsos .opcionesOperar .right>div{
        padding: 20px;
        border: 4px solid #b1b1b1;
        height:200px;
        background-color:whitesmoke;
        display:grid;
    }*/

#suscripciones_reembolsos .opcionesOperar .linkToProcessOnline, #suscripciones_reembolsos #nuevos_clientes .linkToProcessOnline {
	height: 45px;
	margin-top: 25px;
}

#suscripciones_reembolsos #nuevos_clientes .linkToProcessOnline {
	float: right;
	width: 100%;
}

	#suscripciones_reembolsos .opcionesOperar .linkToProcessOnline > hr, #suscripciones_reembolsos #nuevos_clientes .linkToProcessOnline > hr {
		border: 0.5px solid rgba(151, 151, 151, 0.2901960784313726);
	}

	#suscripciones_reembolsos .opcionesOperar .linkToProcessOnline > div, #suscripciones_reembolsos #nuevos_clientes .linkToProcessOnline > div {
		float: right;
		margin-right: 20px;
	}

		#suscripciones_reembolsos .opcionesOperar .linkToProcessOnline > div > a > i, #suscripciones_reembolsos #nuevos_clientes .linkToProcessOnline > div > a > i {
			font-size: 21px;
			vertical-align: bottom;
			margin-left: 5px;
		}

		#suscripciones_reembolsos .opcionesOperar .linkToProcessOnline > div:hover, #suscripciones_reembolsos #nuevos_clientes .linkToProcessOnline > div:hover {
			text-shadow: 0px 0px 1px rgba(128, 128, 128, 0.45098039215686275);
			text-decoration: underline;
		}

/*-------------------FIN Suscripciones ---------------------*/

/*-------------------INICIO Reembolsos ---------------------*/
#reembolsos {
	display: none;
}


	#reembolsos .clear_top {
		padding-top: 15px;
		width: 890px;
		bottom: 123px;
		border-top: 1px dotted #CCC;
		position: absolute;
	}

	#reembolsos .clear {
		background: #F4F4F4;
		width: 850px;
		padding: 20px;
		text-align: center;
		position: absolute;
		bottom: 35px;
		margin-top: 30px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #373a36;
		border: 0px;
	}

		#reembolsos .clear p {
			width: 600px;
			margin: auto;
		}

/*-------------------FIN Reembolsos---------------------*/

/*-------------------INICIO Traspasos ---------------------*/
#traspasos {
	display: none;
}

.table {
	display: table;
}

#suscripciones .left, #traspasos .left, #reembolsos .left {
	width: 48%;
	padding-right: 2%;
	display: table-cell;
	position: relative;
	float: none;
	vertical-align: top;
	padding-top: 40px;
}

#suscripciones .right, #traspasos .right, #reembolsos .right {
	display: table-cell;
	width: 48%;
	padding-left: 2%;
	float: none;
	vertical-align: top;
}


#traspasos .left p, #reembolsos .left p, #suscripciones p, #nuevos_clientes p, #presentacion p {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 18px;
	color: #535353;
	font-weight: 300;
}

	#traspasos .left p strong, #reembolsos .left p strong, #suscripciones p strong, #nuevos_clientes p strong, #presentacion p strong {
		font-family: 'Roboto Slab', serif;
		font-size: 14px;
		line-height: 18px;
		color: #535353;
		font-weight: 600;
	}

#traspasos .clear_top, #reembolsos .clear_top {
	padding-top: 15px;
	width: 100%;
	max-width: 275px;
	bottom: 20px;
	border-top: 1px solid #979797;
	position: absolute;
}

#traspasos .clear {
	background: #F4F4F4;
	width: 850px;
	padding: 20px;
	text-align: center;
	position: absolute;
	bottom: 35px;
	margin-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #373a36;
	border: 0px;
}

	#traspasos .clear p {
		width: 600px;
		margin: auto;
	}





/*-------------------FIN Traspasos---------------------*/


/*-------------------FIN SUBSCRIPCIONES Y REEMBOLSOS ---------------------*/

/*------------------- INICIO CONTACTO ---------------------*/

#contacto {
	padding: 90px 0px 90px 0px;
	height: 750px;
}

	#contacto h2 {
		width: 100%;
		text-align: center;
		font-size: 2.5em;
		color: #666;
	}

	#contacto .left {
		width: 275px;
		margin-top: 50px;
	}

	#contacto .right {
		width: 620px;
		margin-top: 50px;
	}

	#contacto .left h3 {
		font-size: 17px;
		color: #373a36;
		font-weight: 400;
		font-family: 'Roboto Slab', serif;
		line-height: 24px;
		padding-bottom: 15px;
	}

	#contacto .left li {
		font-size: 1em;
		font-size: 16px;
		color: #373a36;
		margin-top: 10px;
		padding-left: 40px;
		padding-bottom: 20px;
	}

.direccion {
	background: url('../images/localizador.png')no-repeat;
}

.correo {
	background: url('../images/contacta.png')no-repeat;
}

.telefono {
	background: url('../images/telefono.png')no-repeat;
}

.fax {
	background: url('../images/fax.png')no-repeat;
}

/*------------------- INICIO FORMULARIO DE CONTACTO ---------------------*/

input[type='text'], select, input[type='date'], .winkel-calendar .wc-date-container {
	width: 280px;
	height: 35px;
	padding-left: 15px;
	border: 1px solid #CCC;
	margin-right: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.3px;
	color: #5f5f5f;
	font-family: 'Roboto Slab', serif;
}

select {
	width: 295px;
}

textarea {
	width: 588px;
	height: 50px;
	padding: 10px 15px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
	resize: none;
	text-align: left;
}
/*input[type=button], #formulario_contacto input[type=submit]{width:140px; height:35px; padding:0; background: #0085b2; /* Old browsers */

/*background: -moz-linear-gradient(top, #0085b2 0%, #004c66 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0085b2), color-stop(100%,#004c66)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #0085b2 0%,#004c66 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #0085b2 0%,#004c66 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #0085b2 0%,#004c66 100%); /* IE10+ */
/*background: linear-gradient(to bottom, #0085b2 0%,#004c66 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085b2', endColorstr='#004c66',GradientType=0 ); /* IE6-9 */ /*}*/

input[type=button], #formulario_contacto input[type=submit] {
	width: 120px;
	height: 35px;
	padding: 0;
	background: #004f6a; /* Old browsers */
	background: -moz-linear-gradient(top, #004f6a 0%, #00769d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004f6a), color-stop(100%,#00769d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #004f6a 0%,#00769d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #004f6a 0%,#00769d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #004f6a 0%,#00769d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #004f6a 0%,#00769d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f6a', endColorstr='#00769d',GradientType=0 ); /* IE6-9 */
	border: 1px solid #CCC;
	margin-right: 20px;
	border-radius: 3px;
	margin-bottom: 15px;
}

	input[type=button]:hover, #formulario_contacto input[type=submit]:hover {
		background: linear-gradient(to bottom, #00769d 0%,#004f6a 100%);
		background: -moz-linear-gradient(top, #00769d 0%, #004f6a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00769d), color-stop(100%,#004f6a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #00769d 0%,#004f6a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #00769d 0%,#004f6a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #00769d 0%,#004f6a 100%); /* IE10+ */
	}


/*------------------- FIN FORMULARIO DE CONTACTO ---------------------*/

/*------------------- FIN DE CONTACTO ---------------------*/


/*------------------------INICIO DE FONDO-----------------------------------*/
#color_cartesioy, #color_cartesiox {
	background: #EEE;
	width: 100%;
	min-height: 100%;
	padding: 125px 0px;
}

	#color_cartesiox .content {
		border-color: #3daf2c;
	}

	#color_cartesioy .content {
		border-color: #d65f00;
	}

	#color_cartesiox .tabla_fondo ul.cabecera {
		background: #DDF0DD;
	}

	#color_cartesioy .tabla_fondo ul.cabecera {
		background: #F8EBDD;
	}

.content {
	min-height: 750px;
	width: 960px;
	margin: auto;
	background: #FFF;
	padding: 30px 0px;
	-webkit-border-bottom-right-radius: 5px;
	border-top: solid 15px #00577d;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#color_cartesiox .content, #color_cartesioy .content {
	margin-bottom: 150px;
}

#header {
	min-height: 85px;
	width: 900px;
	margin: auto;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	position: relative;
	display: block;
}

	#header h1 {
		width: 100%;
		text-align: center;
		color: #666;
		height: 50px;
	}

		#header h1 img {
			width: 250px;
		}

.date_fondo {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-top: 0;
	font-size: 13px;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h2.tit_sec_fondo {
	font-size: 1.25em;
	font-size: 20px;
	font-weight: 400;
	color: #666;
	padding: 5px 0px 0px 35px;
	min-height: 33px;
	margin-bottom: 23px;
}

.content h3 {
	line-height: 15px;
	margin-bottom: 5px;
}

.content p {
	margin-bottom: 15px;
}

.num1x {
	background: url('../images/num1x.png')no-repeat left;
}

.num2x {
	background: url('../images/num2x.png')no-repeat left;
}

.num3x {
	background: url('../images/num3x.png')no-repeat left;
}

.num4x {
	background: url('../images/num4x.png?v=2')no-repeat left;
}

.num1y {
	background: url('../images/num1y.png')no-repeat left;
}

.num2y {
	background: url('../images/num2y.png')no-repeat left;
}

.num3y {
	background: url('../images/num3y.png')no-repeat left;
}

.num4y {
	background: url('../images/num4y.png?v=2')no-repeat left;
}


/*--------------------INICIO INFORMACION FONDO-------------------*/

#informacion_fondo {
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
	margin: 22px auto 30px;
	width: 900px;
}

	#informacion_fondo .col_otro_fondo {
		float: left;
		width: 300px;
		margin-right: 25px;
	}

	#informacion_fondo .centro {
		width: 340px;
	}

	#informacion_fondo .final {
		width: 185px;
		margin: 2px 0px 0px 25px;
	}

	#informacion_fondo .col_otro_fondo span {
		font-size: 10px;
	}

	#informacion_fondo .top {
		margin-bottom: 55px;
	}

	#informacion_fondo .centro h3 {
		border-bottom: 1px dotted #CCC;
		padding-bottom: 10px;
		margin-bottom: 5px;
	}

	#informacion_fondo .pdf_descarga {
		margin-bottom: 20px;
	}

/*----------------INICIO INFORMES ANTERIORES----------------*/
#historico {
	font-weight: 800;
	font-size: 0.875em;
	cursor: pointer;
	color: #00577d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

#informes_anteriores {
	width: 338px;
	height: 120px;
	background: url('../images/informes_anteriores.png')no-repeat left;
	position: absolute;
	margin-top: -172px;
	margin-left: -30px;
	padding: 20px 30px;
	display: none;
}

	#informes_anteriores p {
		font-size: 0.875em;
		color: #666;
		font-weight: 600;
	}

	#informes_anteriores select {
		background: #F9F9F9;
		width: 75px;
		padding: 6px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		display: inline !important;
		margin-right: 0px !important;
		border-color: rgb(169, 169, 169) !important;
		background-color: white !important;
	}

	#informes_anteriores input[type=button] {
		background: #0085b2; /* Old browsers */
		background: -moz-linear-gradient(top, #0085b2 0%, #004c66 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0085b2), color-stop(100%,#004c66)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #0085b2 0%,#004c66 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #0085b2 0%,#004c66 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #0085b2 0%,#004c66 100%); /* IE10+ */
		background: linear-gradient(to bottom, #0085b2 0%,#004c66 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085b2', endColorstr='#004c66',GradientType=0 ); /* IE6-9 */

		font-size: 0.875em;
		text-align: center;
		font-family: 'Roboto Slab', serif;
		font-weight: 300;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px !important;
		border: 0px !important;
		width: 100px;
		height: 30px !important;
		padding: 0;
		margin-left: 20px !important;
		color: #FFF !important;
	}



/*----------------FIN INFORMES ANTERIORES------------------*/

/*--------------------FIN INFORMACION FONDO--------------------*/

/*--------------------INICIO GRAFICA------------------------*/
#enlace_grafica {
	position: absolute;
	margin-top: -80px;
	height: 90px;
	width: 100%;
}

#grafica {
	padding: 0px 0px 20px 0px;
	position: relative;
	width: 900px;
	margin: auto;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 30px;
}

#selector_fechas {
	width: 430px;
	margin: auto;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

	#selector_fechas input {
		padding: 5px 5px 5px 10px;
		width: 100px;
	}

		#selector_fechas input[type=button] {
			background: #0085b2; /* Old browsers */
			background: -moz-linear-gradient(top, #0085b2 0%, #004c66 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0085b2), color-stop(100%,#004c66)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #0085b2 0%,#004c66 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #0085b2 0%,#004c66 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #0085b2 0%,#004c66 100%); /* IE10+ */
			background: linear-gradient(to bottom, #0085b2 0%,#004c66 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085b2', endColorstr='#004c66',GradientType=0 ); /* IE6-9 */

			font-size: 0.875em;
			text-align: center;
			font-family: 'Roboto Slab', serif;
			font-weight: 300;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			border: 0px;
			width: 100px;
			height: 30px;
			padding: 0;
			margin-left: 10px;
		}


/*--------------------CHART-----------------------------*/



/*-------------------FIN CHART-------------------------*/

/*--------------------FIN GRAFICA--------------------------*/

/*--------------------INICIO RENTABILIDAD Y RIESGO--------------------------*/
#rentabilidad_riesgo {
	padding: 0px 30px;
}

	#rentabilidad_riesgo .fecha {
		float: right;
		font-size: 0.75em;
		font-weight: 400;
		padding-bottom: 5px;
		font-family: 'Open Sans', sans-serif;
	}

	#rentabilidad_riesgo h2 {
		margin-bottom: 0;
	}

.tabla_fondo {
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}

	.tabla_fondo li {
		display: block;
		float: left;
		min-width: 50px;
		text-align: center;
		margin-right: 70px;
		height: 28px;
		margin-top: 10px;
		margin-bottom: 3px;
	}

		.tabla_fondo li .ultima_fila {
			width: 80px;
		}

		.tabla_fondo li.primera_fila {
			width: 235px;
			padding-left: 30px;
			text-align: left;
			margin-right: 90px;
		}

	.tabla_fondo ul {
		clear: both;
		overflow: hidden;
		border-bottom: 1px solid #CCC;
	}

		.tabla_fondo ul.cabecera {
			width: 100%;
			background: #E4EBF3;
			border-bottom: 0px;
			padding: 0;
			height: 45px;
		}

			.tabla_fondo ul.cabecera li {
				margin-bottom: 12px;
				margin-top: 5px;
				padding-bottom: 3px;
				padding-top: 18px;
				height: 30px;
				font-family: 'Open Sans', sans-serif;
				color: #777777;
				font-weight: 600;
				font-size: 0.9375em;
				line-height: 0;
			}

		.tabla_fondo ul li.ultima_fila {
			width: 109px;
			margin-right: 0px;
		}

		.tabla_fondo ul.cabecera li.ultima_fila {
			width: 109px;
			margin-right: 0px;
		}

		.tabla_fondo ul.no_border {
			border-bottom: 0px;
		}

.msg_rent {
	font-size: 11px;
	padding-left: 27px;
	margin-top: 5px;
}
/*--------------------FIN RENTABILIDAD Y RIESGO--------------------------*/

/*--------------------INICIO VALORES LIQUIDATIVOS------------------------*/
#valores_liquidativos {
	margin-top: 35px;
	padding: 0px 30px;
}

/*--------------------FIN VALORES LIQUIDATIVOS------------------------*/

/*--------------------INICIO OTROS FONDOS-----------------------------*/

#otros_fondos {
	overflow: hidden;
	margin-top: 60px;
	padding-bottom: 40px;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
}

	#otros_fondos h2 {
		width: 100%;
		text-align: center;
		margin-top: 35px;
		margin-bottom: 50px;
		font-family: 'Roboto Slab', serif;
		font-weight: 300;
		font-size: 1.875em;
		color: #666;
	}

	#otros_fondos p {
		font-size: 0.9375em;
		min-height: 175px;
	}

	#otros_fondos h4 {
		margin-top: 10px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		margin-bottom: 5px;
		font-size: 14px;
	}

	#otros_fondos h5 {
		min-height: 33px;
		line-height: 0px;
		margin: 0px;
		padding: 0px;
	}

	#otros_fondos .col_otro_fondo {
		width: 250px;
		padding-right: 36px;
		float: left;
		border-right: #D6E2EC 1px solid;
		margin-left: 36px;
	}

	#otros_fondos .inicio {
		width: 255px;
		margin-left: 30px;
		padding-right: 30px;
	}

	#otros_fondos .centro {
		width: 255px;
	}

	#otros_fondos .final {
		width: 250px;
		padding-right: 0px;
		border-right: 0px;
	}

	#otros_fondos .col_otro_fondo h3 {
		height: 35px;
	}

	#otros_fondos .col_otro_fondo span {
		font-size: 10px;
	}

	#otros_fondos .premio {
		width: 183px;
		height: 590px;
	}


.ver_mas {
	margin-top: 10px;
	display: block;
}

	.ver_mas a {
		background: #0085b2;
		background: -moz-linear-gradient(top, #0085b2 0%, #004c66 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0085b2), color-stop(100%,#004c66));
		background: -webkit-linear-gradient(top, #0085b2 0%,#004c66 100%);
		background: -o-linear-gradient(top, #0085b2 0%,#004c66 100%);
		background: -ms-linear-gradient(top, #0085b2 0%,#004c66 100%);
		background: linear-gradient(to bottom, #0085b2 0%,#004c66 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085b2', endColorstr='#004c66',GradientType=0 );
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		min-width: 60px;
		padding: 3px 20px;
		cursor: pointer;
		color: #FFF;
		font-size: 0.875em;
		text-align: center;
		font-family: 'Roboto Slab', serif;
		font-weight: 300;
	}


/*--------------------FIN OTROS FONDOS--------------------------------*/



/*------------------------LONGIN CLIENTES--------------------------------*/

#login_clientes h1 {
	color: #666;
	font-family: 'Roboto Slab', serif;
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 3.125em;
	display: block;
	margin-bottom: 50px;
}

#login_clientes .content {
	width: 1000px;
	min-height: 200px;
	padding: 40px 35px;
}

#login_clientes .left {
	width: 300px;
}

#login_clientes .right {
	width: 430px;
}

#login_clientes li {
	float: left;
	margin-left: 40px;
}

#login_clientes .correo {
	padding-left: 40px;
	margin-left: 0;
	padding-bottom: 20px;
}

#login_clientes .telefono {
	padding-left: 33px;
	padding-top: 3px;
	padding-bottom: 15px;
}

#login_clientes input {
	width: 280px;
	height: 35px;
	padding-left: 15px;
	border: 1px solid #CCC;
	margin-right: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
	background-color: white;
}

	#login_clientes input[type=button] {
		width: 120px;
		height: 35px;
		padding: 0;
		background: #004f6a; /* Old browsers */
		background: -moz-linear-gradient(top, #004f6a 0%, #00769d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004f6a), color-stop(100%,#00769d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #004f6a 0%,#00769d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #004f6a 0%,#00769d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #004f6a 0%,#00769d 100%); /* IE10+ */
		background: linear-gradient(to bottom, #004f6a 0%,#00769d 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f6a', endColorstr='#00769d',GradientType=0 ); /* IE6-9 */
	}


/*------------------------FIN LOGIN CLIENTES-----------------------------*/

/*------------------------CAMBIAR CONTRASENA--------------------------------*/

#cambiar_contrasena_manual h1, #cambiar_contrasena h1 {
	color: #666;
	font-family: 'Roboto Slab', serif;
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 3.125em;
	display: block;
	margin-bottom: 50px;
}

#cambiar_contrasena .content {
	width: 890px;
	min-height: 240px;
	padding: 40px 35px;
}

#cambiar_contrasena_manual .content {
	width: 890px;
	min-height: 400px;
	padding: 40px 35px;
}

#cambiar_contrasena_manual .left, #cambiar_contrasena .left {
	width: 300px;
}

#cambiar_contrasena_manual .right, #cambiar_contrasena .right {
	width: 430px;
}

#cambiar_contrasena_manual li, #cambiar_contrasena li {
	float: left;
	margin-left: 40px;
}

#cambiar_contrasena_manual .correo, #cambiar_contrasena .correo {
	padding-left: 40px;
	margin-left: 0;
	padding-bottom: 20px;
}

#cambiar_contrasena_manual .telefono, #cambiar_contrasena .telefono {
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 15px;
}

#cambiar_contrasena_manual input, #cambiar_contrasena input {
	width: 280px;
	height: 35px;
	padding-left: 15px;
	border: 1px solid #CCC;
	margin-right: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
}

	#cambiar_contrasena_manual input[type=button], #cambiar_contrasena input[type=button] {
		width: 120px;
		height: 35px;
		padding: 0;
		background: #004f6a; /* Old browsers */
		background: -moz-linear-gradient(top, #004f6a 0%, #00769d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004f6a), color-stop(100%,#00769d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #004f6a 0%,#00769d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #004f6a 0%,#00769d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #004f6a 0%,#00769d 100%); /* IE10+ */
		background: linear-gradient(to bottom, #004f6a 0%,#00769d 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f6a', endColorstr='#00769d',GradientType=0 ); /* IE6-9 */
	}

	#cambiar_contrasena input.disable[type=button] {
		background: #CCC;
		cursor: default;
	}

	#cambiar_contrasena_manual input.error, #cambiar_contrasena input.error {
		border-color: #e10000;
	}

#cambiar_contrasena_manual p.error_contrasena, #cambiar_contrasena p.error_contrasena {
	color: #e10000;
	font-weight: 400;
}
/*------------------------FIN CAMBIAR CONTRASENA-----------------------------*/


/*------------------------LEGAL CLIENTES--------------------------------*/

#legal h1 {
	color: #666;
	font-family: 'Roboto Slab', serif;
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 3.125em;
	display: block;
	margin-bottom: 50px;
}

#legal h3 {
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCC;
}

#legal .content {
	width: 890px;
	min-height: 345px;
	padding: 40px 35px;
}

#legal .left {
	width: 450px;
	margin-bottom: 10px;
}

#legal .right {
	width: 370px;
	margin-bottom: 10px;
}

#legal .clear {
	padding-top: 15px;
	border-top: 1px dotted #CCC;
	margin-top: 20px;
}

.pdf_descarga {
	margin-bottom: 15px;
}

#legal a.imprimir {
	padding-left: 40px;
	padding-bottom: 10px;
}




/*------------------------FIN LEGAL CLIENTES-----------------------------*/

/*------------------------GLOSARIO CLIENTES--------------------------------*/



#glosario h1 {
	color: #666;
	font-family: 'Roboto Slab', serif;
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 3.125em;
	display: block;
	margin-bottom: 50px;
}

#glosario h3.titulo {
	display: none;
}

#glosario h3 {
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCC;
}

#glosario li a {
	font-weight: 600;
	display: block;
	margin-bottom: 6px;
}

#glosario .clear {
	padding-top: 15px;
	border-top: 1px dotted #CCC;
	margin-top: 20px;
}

#glosario a.imprimir {
	padding-left: 40px;
	padding-bottom: 10px;
}

#glosario .content {
	width: 890px;
	min-height: 345px;
	padding: 40px 35px;
}

#glosario .left {
	width: 450px;
	margin-bottom: 40px;
}

#glosario .right {
	width: 305px;
	margin-bottom: 40px;
}

#capitalizacion, #bloomberg, #comision_gestion, #distribucion_activos, #distribucion_sectorial, #depositario, #indice, #isin, #m2, #rentabilidad_riesgo2, #sharpe, #valor_liquidativo, #var, #volatilidad {
	display: none;
}

#glosario .ui-state-active a {
	color: #666;
	font-weight: 600;
}


/*------------------------FIN GLOSARIO CLIENTES-----------------------------*/

/*------------------------MOVIMIENTOS------------------------------------*/

/*----------------------MI CARTERA--------------------------*/

#mi_cartera .content {
	width: 890px;
	min-height: 345px;
	height: auto;
	display: block;
	position: relative;
	padding: 40px 35px;
	overflow: hidden;
}

#mi_cartera_update {
	width: 100%;
	text-align: center;
	margin-top: 140px;
}


#mi_cartera .clear {
	padding-top: 15px;
	border-top: 1px solid #CCC;
	margin-top: 20px;
}

#mi_cartera a.imprimir {
	padding-left: 40px;
	padding-bottom: 10px;
}

#mi_cartera ul.info_micartera {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
}

	#mi_cartera ul.info_micartera li {
		height: 50px;
		float: left;
		padding: 0px 25px;
		border-left: 1px solid #6699B5;
		color: #666;
		font-size: 18px;
		font-weight: 600;
	}

		#mi_cartera ul.info_micartera li.inicio {
			width: 180px;
			margin-right: 0px;
			padding-left: 0px;
			border-left: 0px;
		}

		#mi_cartera ul.info_micartera li.centro {
			height: 50px;
			float: left;
			padding: 0px 25px;
			border-left: 1px solid #6699B5;
			color: #666;
			font-size: 18px;
			font-weight: 600;
			margin-left: 170px;
		}

		#mi_cartera ul.info_micartera li span {
			color: #00577d;
			font-size: 24px;
			font-weight: 300;
		}

#mi_cartera .tabla_fondo {
	margin-top: 20px;
}

.cartera {
	margin-bottom: 150px;
	display: block;
	position: relative;
}

#mi_cartera .end {
	margin-bottom: 0px;
}

.def_cartera {
	margin-top: 30px;
}

	.def_cartera p {
		margin-bottom: 0px;
		color: #666;
		font-size: 0.875em;
	}

/*------------------TABLA-----------------------*/
.info_micartera h3 {
	max-width: 520px;
	font-weight: 300;
	padding-bottom: 2px;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
}

#mi_cartera .tabla_fondo ul.cabecera li {
	font-size: 13px;
	width: 105px;
	font-weight: 600;
}

	#mi_cartera .tabla_fondo ul.cabecera li.inicio {
		margin-left: 125px;
	}

#mi_cartera .tabla_fondo ul li {
	font-size: 13px;
	width: 105px;
}

	#mi_cartera .tabla_fondo ul li.ultima_fila {
		width: 117px;
	}

	#mi_cartera .tabla_fondo ul li.peq {
		font-size: 13px;
		width: 83px;
	}

	#mi_cartera .tabla_fondo ul li.first {
		text-align: left;
		width: 115px;
		padding-left: 10px;
	}

span.title_tabla {
	display: none;
}

#mi_cartera h5 {
	display: none;
}


/*----------------FIN TABLA--------------------*/



/*----------------------FIN DE MI CARTERA-------------------*/

#movimientos_color_cartesiox, #movimientos_color_cartesioy {
	font-size: 0.875em;
	color: #666;
}

	#movimientos_color_cartesiox ul.bg_grey {
		background: #DDF0DD;
	}

	#movimientos_color_cartesioy ul.bg_grey {
		background: #F8EBDD;
	}

	#movimientos_color_cartesiox ul.cabecera {
		background: #DDF0DD
	}

	#movimientos_color_cartesioy ul.cabecera {
		background: #F8EBDD;
	}

	#movimientos_color_cartesiox h5, #movimientos_color_cartesioy h5 {
		display: none;
	}

	#movimientos_color_cartesiox .content {
		border-color: #3daf2c;
		min-height: 500px;
		height: auto;
		overflow: hidden;
		position: relative;
	}

	#movimientos_color_cartesioy .content {
		border-color: #d65f00;
		min-height: 500px;
		height: auto;
		overflow: hidden;
		position: relative;
	}

.mov_fond h1 {
	color: #666;
	font-family: 'Roboto Slab', serif;
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 3.125em;
	display: block;
	margin-bottom: 50px;
}

.mov_fond h2 {
	padding-bottom: 20px;
	padding-left: 20px;
}

.nombre_menu {
	color: #00577d;
	font-weight: 600;
	margin-left: 210px;
}

.mov_fond .tabla_fondo {
	width: 900px;
	margin: auto;
	font-size: 0.875em;
	margin-top: 10px;
	border: 0px;
}

	.mov_fond .tabla_fondo li {
		width: 140px;
		height: 25px;
		margin-right: 0px;
		text-align: center;
		overflow: hidden;
		font-size: 1.25em;
		color: #666;
	}

		.mov_fond .tabla_fondo li a {
			font-size: 14px;
		}

		.mov_fond .tabla_fondo li.peq {
			width: 100px;
			margin-right: 0px;
			text-align: center;
		}

	.mov_fond .tabla_fondo ul {
		border: 0px;
		font-size: 0.875em;
		color: #666;
	}

		.mov_fond .tabla_fondo ul.cabecera li {
			width: 140px;
			margin-right: 0;
			text-align: center;
		}
		/*.mov_fond .tabla_fondo ul.cabecera li{width:137px; margin-right:0; text-align:center;}*/

		.mov_fond .tabla_fondo ul.cabecera li {
			font-size: 1.25em;
			font-weight: 800;
			font-family: 'Roboto Slab', serif;
		}

			.mov_fond .tabla_fondo ul.cabecera li.peq {
				width: 100px;
				text-align: center;
			}

		.mov_fond .tabla_fondo ul.bg_grey {
			background: #E4EBF3;
		}
/*#movimientos_color_cartesiox, #movimientos_color_cartesioy  h2{width:930px; margin:auto; }*/
#movimientos_color_cartesiox, #movimientos_color_cartesioy h2 {
	width: 1050px;
	margin: auto;
}

.mov_fond .top {
	/*width:900px; 
        margin:auto;*/ /*Cambio raul si es necesario descomentar*/
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-bottom: 7px;
	border-bottom: dotted 1px #CCC;
	margin-bottom: 25px;
}

a.volver {
	padding-left: 20px;
	background: url('../images/flechita_back.png')no-repeat left;
	margin-left: 40px;
	font-size: 1.0625em;
}

#movimientos_color_cartesiox .clear, #movimientos_color_cartesioy .clear {
	padding-top: 15px;
	border-top: 1px dotted #CCC;
	margin-left: 20px;
	margin-top: 20px;
	width: 900px;
	position: absolute;
	bottom: 30px;
}

.pdf_descarga {
	margin-bottom: 15px;
}

#movimientos_color_cartesiox a.imprimir, #movimientos_color_cartesioy a.imprimir {
	padding-left: 40px;
	padding-bottom: 10px;
}


/*------------------------FIN MOVIMIENTOS---------------------------------*/


/*------------------- FOOTER ---------------------*/

#footer {
	background: #F4F4F4;
	min-width: 100%;
	width: 100%;
	min-height: 160px;
	margin-top: -100px;
	padding: 45px 0;
	border-top: 1px #BBB solid;
	z-index: 9999999;
	position: relative;
	overflow: hidden;
}



	#footer h3 {
		margin-bottom: 20px;
		font-size: 13px;
		font-weight: 300;
		color: #878787;
		font-family: 'Roboto Slab', serif;
		line-height: 24px;
		margin-bottom: 0px;
	}

	#footer .left {
		width: 71%;
		margin-right: 1%;
	}

	#footer .right {
		width: 27%;
		margin-right: 1%;
	}

	#footer .left p {
		color: #878787;
		font-size: 13px;
		margin: 0;
	}




.col_footer {
	width: 23%;
	float: left;
	margin: 0 1%;
}


ul.col_footer.col1 {
	margin-left: 0;
}

ul.col_footer.col2 {
	margin-left: 0;
	width: 21%;
}

ul.col_footer.col3 {
	margin-left: 0;
	width: 30%;
}

ul.col_footer.col4 {
	margin-right: 0;
	width: 20%;
}

ul.col_footer h5 {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	font-weight: 600;
	color: #08446a;
}

ul.col_footer li {
	display: block;
	margin-bottom: 10px;
}

	ul.col_footer li a {
		font-family: 'Roboto Slab', serif;
		font-size: 14px;
		font-weight: 300;
		letter-spacing: -0.1px;
		color: #08446a;
	}

.redes_sociales {
	margin-bottom: 30px;
}

	.redes_sociales li {
		display: inline-block;
		margin-right: 20px;
	}

		.redes_sociales li:last-of-type {
			margin-right: 0;
		}

		.redes_sociales li a {
			font-size: 26px;
		}

/*Pequeñas correcciones para vistas tableta*/

#operaciones_select div {
	/*margin-left:20px;
    margin-right:20px;*/
}

	#operaciones_select div select {
		width: 100%;
	}

#suscripciones_importe {
	width: 90% !important;
}

#suscripciones_cuenta_select {
	width: 100%;
}

#btnEnviar input {
	width: 280px !important;
}

#traspasos_container input {
	/*width:100%;*/
}

#traspasos_container div div div {
	margin-right: 20px;
}

#traspasos_container .leftDiv {
	margin-right: 0px;
}

#traspasos_valor {
	width: 90%;
}

#traspasos_cuenta {
	margin-right: 0px !important;
}

#traspasos_container .mensajeLiquidativoTraspaso, #reembolsos_container .mensajeLiquidativoReembolso {
	display: none;
}

	#traspasos_container .mensajeLiquidativoTraspaso > div, #reembolsos_container .mensajeLiquidativoReembolso > div {
		display: flex;
		float: left;
		margin-bottom: 20px;
	}

		#traspasos_container .mensajeLiquidativoTraspaso > div > div:first-child, #reembolsos_container .mensajeLiquidativoReembolso > div > div:first-child {
			margin-right: 10px;
		}

	#traspasos_container .mensajeLiquidativoTraspaso i, #reembolsos_container .mensajeLiquidativoReembolso i {
		color: #e09609;
	}

	#traspasos_container .mensajeLiquidativoTraspaso span, #reembolsos_container .mensajeLiquidativoReembolso span {
		color: red;
		font-size: 12px;
		font-style: italic;
	}

#reembolsos_container div div div {
	/*width:100%;*/
}

#buscar {
	float: left;
	margin-left: 30%;
}

#imprimir {
	float: right;
	margin-right: 30%;
}

#solicitarInformacionFiscal {
	margin-bottom: 20px !important;
}

#fecha {
	width: 100%;
}

#cuentas_resumen_select select {
	width: 100%;
}

/*#reembolsos_nombre_banco{
        width:94% !important;
    }

    #reembolsos_iban{
        width:94% !important;
    }*/
/*#btnEnviar{
    width:100% !important;
    margin-bottom:20px;
}*/
/*******************************************/


@media print {
	#menu {
		display: none;
	}

	.cartera {
		margin-bottom: 40px;
	}

	.wrapper {
		padding-top: 50px !important;
	}

	#mi_cartera a.imprimir {
		display: none;
	}

	#capitalizacion, #bloomberg, #comision_gestion, #distribucion_activos, #distribucion_sectorial, #depositario, #indice, #isin, #m2, #rentabilidad_riesgo2, #sharpe, #valor_liquidativo, #var, #volatilidad {
		display: block !important;
	}

	#glosario .content {
		height: auto;
		min-height: 100%;
	}

	#glosario .left {
		width: 100%;
	}

	#glosario .right {
		display: none;
	}

	#m2 {
		margin-top: 50px;
	}
}



/*------------------------ DISEÑO FORMULARIOS --------------------------------*/

.pestODM .box_pestanas > ul {
	display: flex !important;
}

	.pestODM .box_pestanas > ul > li a {
		padding-bottom: 15px;
		padding-left: 20px;
	}

		.pestODM .box_pestanas > ul > li a[name='Paso7'] {
			/*margin-top:-10px;*/
		}

.pestODM .box_pestanas ul > li > div:first-child {
	display: inline-flex;
}

.pestODM .box_pestanas > ul > li {
	height: 30px;
	width: 255px;
}

.pestODM .box_pestanas > ul li li {
	border-bottom: none;
}

.pestODM .box_pestanas {
	overflow: auto;
	min-width: 990px;
}

.box_pestanas .activePest {
	font-weight: bold;
	text-decoration: underline;
}

.box_pestanas > ul > li .tic {
	margin-top: -8px;
}

	.box_pestanas > ul > li .tic > i {
		font-size: 15px;
		/*margin-top: -3px;*/
		/*position: absolute;*/
	}

.box_pestanas .icon-pendiente {
	color: orange;
}

.box_pestanas .icon-finalizado {
	color: #0bc70b;
}

.box_pestanas .icon-pendiente, .box_pestanas .icon-finalizado {
	vertical-align: sub;
	font-size: 20px;
	margin-left: 5px;
}

.form-group {
	margin-top: 30px;
	width: 100%;
}

	.form-group a, .form-group h3, .form-group span, .form-group div:not(.fa), .right_form a, .right_form h3, .right_form span, .right_form div {
		font-family: 'Roboto Slab' !important;
	}

	.form-group .titulo_form {
		margin-bottom: 20px;
		padding-bottom: 5px;
		border-bottom: 1px solid #dedede;
	}

		.form-group .titulo_form span {
			color: grey;
			font-size: 22px;
		}

	.form-group .left_form {
		width: 70%;
		float: left;
	}

		.form-group .left_form #container-group-datos h3 {
			margin-bottom: 10px;
			margin-top: 10px;
			font-weight: 600;
			margin-left: 10px;
			font-size: 17px;
		}

		.form-group .left_form #container-group-datos .container-datos {
			background-color: #f7f7f7;
			padding: 5px;
		}

			.form-group .left_form #container-group-datos .container-datos:not(:first-child) {
				margin-top: 5px;
			}

			.form-group .left_form #container-group-datos .container-datos select, .form-group .left_form #container-group-datos .container-datos input[type="date"] {
				height: 39px;
			}

.row, .acepto_GDPR {
	display: inline-flex;
	width: calc(100% - 10px);
	margin-left: 20px;
}

	.row .col-md-6 {
	}

.form-group .left_form .datePickerMobile {
	display: block;
}

.form-group .left_form .validateError {
	border: 1px solid red;
}

.form-group .left_form .mensaje-error {
	font-style: italic;
	font-size: 10px;
	color: red;
	display: none;
	margin-top: -10px;
	padding-bottom: 10px;
}

.pestanas {
	margin-top: 30px;
	margin-bottom: 40px;
}

	.pestanas li {
		float: left;
		margin-left: 10px;
	}

		.pestanas li a {
			color: grey;
		}

		.pestanas li span {
			margin-right: 10px;
		}

	.pestanas ul > li:not(:last-child) > div:first-child::after {
		content: "  |";
	}

/*------------------------ FIN DISEÑO FORMULARIOS --------------------------------*/




/*------------------------ BLOQUE 'CONTÁCTANOS' --------------------------------*/

.right_form {
	width: 25%;
	float: right;
}

	.right_form .contactanos {
		vertical-align: sub;
		padding: 10px;
		border: 3px solid #9c9c9c;
	}

		.right_form .contactanos > div:first-child {
			text-align: center;
			margin-bottom: 30px;
			margin-top: 20px;
		}

			.right_form .contactanos > div:first-child > div {
				border: 2px solid #005F7B;
				color: #005F7B;
				border-radius: 100%;
				display: inline-table;
				padding: 15px;
				margin-bottom: 10px;
			}

		.right_form .contactanos div:first-child > div > .material-icons {
			font-size: 90px;
			/*padding-top:3px;*/
		}

		.right_form .contactanos div:first-child > h3 {
			font-size: 26px;
			color: #005F7B;
			padding-top: 20px;
		}

		.right_form .contactanos > div:not(:first-child) {
			padding-top: 40px;
		}

		.right_form .contactanos div:not(:first-child) > div {
			margin-bottom: 10px;
		}

			.right_form .contactanos div:not(:first-child) > div a {
				font-size: 14px;
				vertical-align: super;
			}

				.right_form .contactanos div:not(:first-child) > div a:hover {
					font-size: 14px;
					vertical-align: super;
					text-decoration: underline;
					color: #0078d0;
					cursor: pointer;
				}

			.right_form .contactanos div:not(:first-child) > div:first-child a, .right_form .contactanos div:not(:first-child) > div:last-child a {
				color: #5f5f5f;
			}

		.right_form .contactanos > div > .material-icons {
			vertical-align: sub;
			margin-right: 5px;
			color: rgba(7,90,121,0.58);
		}

	.right_form > div:nth-child(2) input {
		margin-top: 20px;
	}

/*------------------------ FIN BLOQUE 'CONTÁCTANOS' --------------------------------*/


/*------------------------ DISEÑO TOOLTIP --------------------------------*/

.tooltip {
	position: relative;
	display: inline-block;
}

	.tooltip .tooltiptext {
		visibility: hidden;
		width: auto;
		background-color: #555;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 10px 0;
		position: absolute;
		z-index: 1;
		bottom: 125%;
		left: 50%;
		margin-left: -60px;
		opacity: 0;
		transition: opacity 0.3s;
		font-size: 13px;
	}

		.tooltip .tooltiptext::after {
			content: "";
			position: absolute;
			top: 100%;
			left: 50%;
			margin-left: -5px;
			border-width: 10px;
			border-style: solid;
			border-color: #555 transparent transparent transparent;
		}

	.tooltip:hover .tooltiptext {
		visibility: visible;
		opacity: 1;
		padding-left: 5px;
		padding-right: 5px;
		box-shadow: 0px 0px 10px black;
	}

/*------------------------ FIN DISEÑO TOOLTIP --------------------------------*/



/*------------------------ DISEÑO POPUP 'SWEETALERT' --------------------------------*/

.swal-overlay--show-modal {
	z-index: 9999999999;
}

	.swal-overlay--show-modal .swal-modal {
		font-family: 'Roboto Slab' !important;
	}

/*------------------------ FIN DISEÑO POPUP 'SWEETALERT' --------------------------------*/



/*------------------------ DISEÑO POPUP --------------------------------*/

body {
	height: 100vh;
}

.box {
	width: 40%;
	margin: 0 auto;
	background: rgba(255,255,255,0.2);
	padding: 35px;
	border: 2px solid #fff;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
}

.button {
	font-size: 1em;
	padding: 10px;
	color: #fff;
	border: 2px solid #06D85F;
	border-radius: 20px/50px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

	.button:hover {
		background: #06D85F;
	}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 9999999999;
}

	.overlay:target {
		visibility: visible;
		opacity: 1;
	}

.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 35%;
	position: relative;
	transition: all 5s ease-in-out;
	max-height: 80%;
	width: 90%;
}

	.popup > span {
		margin-top: 0;
		color: #333;
		font-size: 20px;
	}

	.popup .close {
		position: absolute;
		top: 0px;
		right: 15px;
		transition: all 200ms;
		font-size: 30px;
		font-weight: bold;
		text-decoration: none;
		color: red;
		border-left: none;
	}

		.popup .close:hover {
			color: red;
		}

	.popup .contentPopup {
		height: 90%;
		overflow: hidden;
	}

		.popup .contentPopup iframe {
			width: 100%;
			height: 100%;
		}

@media screen and (max-width: 700px) { /*zona movil*/
	.box {
		width: 70%;
	}

	.popup {
		width: 70%;
	}
}

/*------------------------ FIN DISEÑO POPUP --------------------------------*/


/*------------------------ DISEÑO LOADING --------------------------------*/

#loadingCartesio {
	height: 100%;
	width: 100%;
	position: fixed;
	text-align: center;
	top: 0px;
	z-index: 9999999;
}

	#loadingCartesio .imageLoading {
		position: relative;
		top: 30%;
		z-index: 1;
	}

	#loadingCartesio .overlayLoading {
		background-color: grey;
		opacity: 0.5;
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0px;
	}

/*------------------------ FIN DISEÑO LOADING --------------------------------*/


/*------------------------ DISEÑO INPUT FILE --------------------------------*/

.fileContainer {
	overflow: hidden;
	position: relative;
	/*background-color: #005F7A;*/
	background-color: gray;
	border-radius: 3px;
	float: left;
	padding: .5em;
	color: white;
	font-size: 14px;
	margin-left: 40px;
	height: 20px;
}

	.fileContainer:hover {
		opacity: 0.5;
	}

	.fileContainer [type=file] {
		display: block;
		font-size: 999px;
		filter: alpha(opacity=0);
		min-height: 100%;
		min-width: 100%;
		opacity: 0;
		position: absolute;
		right: 0;
		text-align: right;
		top: 0;
		cursor: pointer;
	}

/*------------------------ FIN DISEÑO INPUT FILE --------------------------------*/


/*------------------------ DISEÑO DATEPICKER 'CUPADATEPICKER' --------------------------------*/

.winkel-calendar .wc-date-container span, .winkel-calendar .wc-date-container i {
	color: #5f5f5f;
}

.winkel-calendar .wc-date-container {
	width: 297px;
	height: 39px;
}

.winkel-calendar .wc-date-popover .wc-banner, .winkel-calendar .wc-date-popover .wc-details,
.winkel-calendar .wc-date-popover .calendar-days .selected-day > span {
	background-color: #007191;
}

.winkel-calendar .wc-date-popover .calendar-days td:hover > span {
	background-color: rgba(0, 113, 145, 0.3607843137254902);
}

.winkel-calendar .wc-date-popover .calendar-days .today > span {
	border: none;
}

.winkel-calendar .wc-date-popover .wc-banner .wc-day-row {
	padding-left: 10px;
}

#filtros .wc-date-container {
	/*background-color:#FFFEEF;*/
	height: 35px;
	/*border-radius:10px;*/
	border: 1px solid #CCC;
	color: #CCC !important;
}

	#filtros .wc-date-container > span {
		color: #CCC; /*!important;*/
	}

	#filtros .wc-date-container > i {
		color: #CCC; /*!important;*/
	}


.winkel-calendar .years-list-view {
	padding-left: 10px;
}

.winkel-calendar .months-view, .years-view {
	padding-left: 20px;
}

.winkel-calendar .current-month, .winkel-calendar .current-year {
	color: #007191;
}

.winkel-calendar .months-view > span:hover, .winkel-calendar .years-list-view > span:hover {
	color: rgba(0, 113, 145, 0.3607843137254902);
}

/*------------------------ FIN DISEÑO DATEPICKER 'CUPADATEPICKER' --------------------------------*/



/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ SECCIÓN 'HAZTE CLIENTE' \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/


/*------------------------ AÑADIR NUEVO TITULAR --------------------------------*/

.form-group .container-datos .deleteCuenta {
	float: right;
	font-size: 21px;
	color: red;
	cursor: pointer;
}

.form-group .anadir-titular {
	margin-top: 20px;
	background-color: #f7f7f7;
}

	.form-group .anadir-titular > div:first-child {
		cursor: pointer;
	}

	.form-group .anadir-titular > div:first-child, .form-group .anadir-titular div > div {
		font-size: 14px;
		background-color: #d8d8d8;
		padding: 8px;
		border-radius: 5px;
	}

	.form-group .anadir-titular > div:not(:first-child) {
		padding: 5px 10px 5px 10px;
	}

		.form-group .anadir-titular > div:not(:first-child) > div {
			margin-bottom: 5px;
		}

	.form-group .anadir-titular div i {
		vertical-align: text-bottom;
		margin-right: 10px;
		cursor: pointer;
	}

	.form-group .anadir-titular .anadir-cuenta {
		float: right;
		cursor: pointer;
	}

		.form-group .anadir-titular .anadir-cuenta:hover {
			color: white;
		}

		.form-group .anadir-titular .anadir-cuenta i {
			margin-right: 0px;
		}

#datos_basicos .acepto_GDPR {
	display: flex;
	padding-bottom: 10px;
}

/*------------------------ FIN AÑADIR NUEVO TITULAR --------------------------------*/



/*------------------------ DATOS IDENTIFICATIVOS --------------------------------*/

#datos_identificativos .container-datos .row > .col-md-6:first-child > div, #datos_identificativos .container-datos .mismaDF {
	margin-top: 20px;
	font-size: 14px;
	margin-left: 5px;
	margin-bottom: 7px;
}

#datos_identificativos .container-datos > .row > .col-md-6:first-child > div.residente, #datos_identificativos .container-datos .mismaDF {
	margin-top: 0px;
	margin-bottom: 20px;
}

#datos_identificativos .container-datos > .row > .col-md-6 > div.containerPickerCustom > .datePickerCustom_input, #datos_identificativos .container-datos > .row > .col-md-6 > input[type="date"] {
	width: 150px;
	margin-right: 10px;
}

#datos_identificativos .container-datos > .row > .col-md-6 > input.datePickerMobile {
	display: none;
}

#datos_identificativos .container-datos > .row > .col-md-6 > select[name="Sexo"] {
	width: 120px;
}

#datos_identificativos .container-datos .col-md-6 > div > label, #datos_identificativos .container-datos .mismaDF {
	margin-right: 10px;
}

/*------------------------ FIN DATOS IDENTIFICATIVOS --------------------------------*/



/*------------------------ AÑADIR INFORMACIÓN FONDOS --------------------------------*/

#informacion_fondos .enlaces-info div {
	margin-top: 10px;
}

#informacion_fondos .enlaces-info span {
	font-size: 15px;
}

#informacion_fondos .enlaces-info li {
	margin-top: 5px;
}

#informacion_fondos .enlaces-info a {
	text-decoration: underline;
	margin-left: 10px;
}

#informacion_fondos .enlaces-info .mensajeConfirmDocLegal {
	position: absolute;
	margin-top: 20px;
	margin-left: 40px;
}

#informacion_fondos .panel-docs-confirm {
	margin-top: 40px;
	display: inline-flex;
}

	#informacion_fondos .panel-docs-confirm .enlace-docs {
		height: 155px;
		width: 120px;
		margin-right: 20px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		cursor: pointer;
		border: 1px solid #b3b3b3;
	}

		#informacion_fondos .panel-docs-confirm .enlace-docs:hover {
			box-shadow: 0px 0px 10px #868383;
		}

	#informacion_fondos .panel-docs-confirm span {
		position: absolute;
		margin-top: -20px;
		font-size: 13px;
		text-transform: capitalize;
	}

	#informacion_fondos .panel-docs-confirm .enlace-docs .icon-finalizado {
		float: right;
		margin-top: -10px;
		margin-right: -10px;
		background-color: white;
		font-size: 23px;
		display: none;
		border-radius: 100%;
	}

#informacion_fondos #tableDocsCartesio {
	/*border:1px solid #b6c3d2;*/
	/*margin-top:20px;*/
	/*border-radius:10px;*/
}

	#informacion_fondos #tableDocsCartesio div {
		margin-top: 0px;
	}

	#informacion_fondos #tableDocsCartesio > .row {
		margin-left: 0px;
		width: 100%
	}

		#informacion_fondos #tableDocsCartesio > .row .divTableCell {
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 5px;
			padding-bottom: 5px;
			display: flex;
		}

		#informacion_fondos #tableDocsCartesio > .row:first-child .divTableCell {
			display: block;
		}

			#informacion_fondos #tableDocsCartesio > .row:first-child .divTableCell hr {
				border: 1px dotted #d8d8d8;
				margin-top: 0px;
			}

	#informacion_fondos #tableDocsCartesio .row .divTableCell {
		/*border:1px solid rgba(182, 195, 210, 0.47843137254901963);*/
		width: 25%;
	}

	#informacion_fondos #tableDocsCartesio > .row:first-child > .divTableCell:first-child {
		border-radius: 10px 0px 0px 0px;
	}

	#informacion_fondos #tableDocsCartesio > .row:first-child > .divTableCell:last-child {
		border-radius: 0px 10px 0px 0px;
	}

	#informacion_fondos #tableDocsCartesio > .row:last-child > .divTableCell:first-child {
		border-radius: 0px 0px 0px 10px;
	}

	#informacion_fondos #tableDocsCartesio > .row:last-child > .divTableCell:last-child {
		border-radius: 10px 0px 10px 0px;
	}

	#informacion_fondos #tableDocsCartesio .row:not(:first-child) .divTableCell {
		padding-bottom: 20px;
	}


	#informacion_fondos #tableDocsCartesio .row:first-child .divTableCell > div {
		width: 70%;
		height: 50px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin-left: 15%;
	}

	#informacion_fondos #tableDocsCartesio .row .divTableCell > span {
		font-size: 14px;
		font-weight: 600;
		vertical-align: middle;
	}

	#informacion_fondos #tableDocsCartesio .row .divTableCell img {
		width: 40px;
	}

	#informacion_fondos #tableDocsCartesio .row .divTableCell a {
		font-weight: 500;
		text-decoration: none;
		margin-left: 0px;
	}

		#informacion_fondos #tableDocsCartesio .row .divTableCell a span {
			font-size: 12px;
			margin-left: 0px;
			cursor: pointer;
			vertical-align: sub;
			vertical-align: -webkit-baseline-middle;
		}

		#informacion_fondos #tableDocsCartesio .row .divTableCell a:hover {
			text-decoration: underline;
		}

#informacion_fondos #tableDocsCartesioMobile {
	display: none;
}

	#informacion_fondos #tableDocsCartesioMobile .lightpage {
		padding-bottom: 20px;
	}

	#informacion_fondos #tableDocsCartesioMobile .tabs {
		width: 100%;
		min-width: 320px;
		margin: auto;
	}

	#informacion_fondos #tableDocsCartesioMobile .contents {
		padding: 20px 50px;
		min-height: 200px;
	}

		#informacion_fondos #tableDocsCartesioMobile .contents > div > div:not(:first-child) {
			border-top: 1px solid rgba(128, 128, 128, 0.1803921568627451);
			padding-top: 10px;
			padding-bottom: 20px;
		}

		#informacion_fondos #tableDocsCartesioMobile .contents > div > div a {
			display: flex;
		}

	#informacion_fondos #tableDocsCartesioMobile h1 {
		text-align: center;
		font-size: 20px;
	}

	#informacion_fondos #tableDocsCartesioMobile img {
		width: 40px;
		float: left;
		margin: 0 1em 1em 0;
		border-radius: 3px;
	}

	#informacion_fondos #tableDocsCartesioMobile .tabs > ul {
		text-align: center;
		font-weight: 500;
		margin: 50px 0 0;
		padding: 0;
		position: relative;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

		#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li {
			display: inline-block;
			padding: 0.6em 0;
			position: relative;
			width: 25%;
			margin: 0 0 0 0px;
			cursor: pointer;
		}

			#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li:before, #informacion_fondos #tableDocsCartesioMobile .tabs > ul > li:after {
				opacity: 0;
				transition: 0.3s ease;
			}

			#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li.ui-tabs-active:before, #informacion_fondos #tableDocsCartesioMobile .tabs > ul > li.ui-tabs-active:after,
			#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li.ui-state-hover:before, #informacion_fondos #tableDocsCartesioMobile .tabs > ul > li.ui-state-hover:after,
			#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li.ui-state-focus:before, #informacion_fondos #tableDocsCartesioMobile .sexytabs > ul > li.ui-state-focus:after {
				opacity: 1;
			}

			#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li:before,
			#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li.ui-state-active.ui-state-hover:before,
			#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li.ui-state-active.ui-state-focus:before {
				content: "";
				position: absolute;
				z-index: 1;
				box-shadow: inset 0px 20px 0px rgba(22, 195, 255, 0.88);
				top: 96%;
				bottom: -2px;
				left: 5px;
				right: 5px;
				border-radius: 100px / 10px;
			}

		#informacion_fondos #tableDocsCartesioMobile .tabs > ul li.ui-state-active {
			box-shadow: 0px 0px 1px grey;
		}

		#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li:after, #informacion_fondos #tableDocsCartesioMobile .tabs > ul > li.ui-state-active.ui-state-hover:after,
		#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li.ui-state-active.ui-state-focus:after {
			content: "";
			background: #fafafa;
			position: absolute;
			width: 12px;
			height: 12px;
			left: 50%;
			bottom: -4px;
			margin-left: -6px;
			transform: rotate(45deg);
			box-shadow: inset 3px 3px 3px rgba(22, 195, 255, 0.71), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
		}

		#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li.ui-state-hover:before, #informacion_fondos #tableDocsCartesioMobile .tabs > ul > li.ui-state-focus:before {
			box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
		}

		#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li.ui-state-hover:after, #informacion_fondos #tableDocsCartesioMobile .tabs > ul > li.ui-state-focus:after {
			box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
		}

		#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li.ui-state-focus a {
			text-decoration: underline;
		}

		#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li:focus {
			outline: none;
		}

		#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li > a {
		}

			#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li > a > div {
				height: 30px;
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				margin-top: 5px;
			}

		#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li a {
			color: #444;
			text-decoration: none;
			margin-left: 0px;
			padding-left: 5px;
			padding-right: 5px;
			margin-bottom: 5px;
		}

			#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li a:focus {
				outline: none;
			}

			#informacion_fondos #tableDocsCartesioMobile .tabs > ul > li a span {
				position: relative;
				top: -0.5em;
			}

/*------------------------ FIN INFORMACIÓN FONDOS --------------------------------*/


/*------------------------ FORMULARIO TEST PARA CLIENTES --------------------------------*/

#test_clientes #cuest_convi #container-group-datos .container-datos, #test_clientes #clasif_minorista #container-group-datos {
	font-size: 12px;
	padding: 10px;
}

	#test_clientes #cuest_convi #container-group-datos .container-datos .col-md-6 {
		margin-bottom: 30px;
		padding-right: 20px;
	}

		#test_clientes #cuest_convi #container-group-datos .container-datos .col-md-6 label {
			color: #005C77;
			font-weight: bold;
		}

		#test_clientes #cuest_convi #container-group-datos .container-datos .col-md-6 input {
			margin-top: 10px;
		}

	#test_clientes #clasif_minorista #container-group-datos .container-datos h3 {
		font-size: 16px;
		margin-bottom: 0px;
	}

		#test_clientes #clasif_minorista #container-group-datos .container-datos h3 input[type="checkbox"] {
			margin-left: 10px;
		}

	#test_clientes #clasif_minorista #container-group-datos .container-datos div {
		padding: 20px;
		font-style: italic;
		font-size: 15px;
	}

/*------------------------ FORMULARIO TEST PARA CLIENTES --------------------------------*/


/*------------------------ FORMULARIO FIRMA Y ENVÍO DE DOCUMENTACIÓN --------------------------------*/

#firma_documentos .col-md-6 > div {
	font-size: 12px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}

#firma_documentos #btns_DocObligatoria {
	width: 100%;
	display: flex;
	padding-top: 10px;
}

	#firma_documentos #btns_DocObligatoria > div {
		width: 50%;
		text-align: center;
		background-color: #e8e5e5;
		padding: 5px;
		cursor: pointer;
		height: 380px;
	}

		#firma_documentos #btns_DocObligatoria > div:not(:last-child) {
			margin-right: 20px;
		}

		#firma_documentos #btns_DocObligatoria > div:hover {
			box-shadow: 0px 0px 10px grey;
		}

		#firma_documentos #btns_DocObligatoria > div > h3 {
			font-size: 16px;
			padding-top: 120px;
			padding-bottom: 20px;
		}

		#firma_documentos #btns_DocObligatoria > div > div > i {
			font-size: 120px;
			padding-bottom: 20px;
		}

#firma_documentos .cargarDocumentoEmail .container-datos > .row:last-child input, #firma_documentos .cargarDocumentoWeb .container-datos > .row:last-child input {
	width: 120px;
	height: 30px;
	font-size: 14px;
	float: right;
	margin-bottom: 10px;
}

#firma_documentos .cargarDocumentoWeb .row hr {
	width: 90%;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px ridge #d8d8d8;
}

#firma_documentos .cargarDocumentoEmail .goToCargaDocWeb {
	color: #00577d;
	cursor: pointer;
	text-decoration: underline;
}

#firma_documentos p, #firma_documentos li {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 0.9375em;
	color: #666;
}

#firma_documentos ul > li {
	list-style-type: disc;
	display: list-item;
}

#firma_documentos .col-md-6 .DocFile a {
	font-size: 14px;
}

#firma_documentos .col-md-6 .DocFile i {
	vertical-align: sub;
	font-size: 20px;
	color: #b3b3b3;
	margin-left: 5px;
	cursor: pointer;
}

	#firma_documentos .col-md-6 .DocFile i:hover {
		color: #929292;
	}

#firma_documentos .row input.btn_DocEnviado {
	background: #cacecd;
}

.box_pestanas.box_pestanasODM.iframeFirmaLogalty {
	height: 750px !important;
}

#iFrameLogalty {
	/*height: 70%;
    width: 68%;*/
}

	#iFrameLogalty iframe {
		height: 75%;
		width: 68%;
		position: absolute;
	}

#firma_documentos.detallesCliente .container-datos .row .col-md-12 > div {
	display: flex;
	padding: 10px;
}

#firma_documentos.detallesCliente .container-datos .row .col-md-12 > hr {
	border: 0.5px solid #dedede;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10%;
}

	#firma_documentos.detallesCliente .container-datos .row .col-md-12 > hr:last-child {
		display: none;
	}

#firma_documentos.detallesCliente .container-datos .row .col-md-12 > div > div:first-child {
	margin-right: 30px;
}

	#firma_documentos.detallesCliente .container-datos .row .col-md-12 > div > div:first-child > span:last-child {
		margin-left: 10px;
		font-size: 20px;
	}

#firma_documentos.detallesCliente .container-datos .row .col-md-12 > div > div:last-child {
	margin-top: 4px;
}

	#firma_documentos.detallesCliente .container-datos .row .col-md-12 > div > div:last-child:hover {
		text-decoration: underline;
	}

input#btn_Continuar.btn_SalirIframeLogalty {
	background: -moz-linear-gradient(top, #f1cbcb 0%, #bb6a6a 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0#f1cbcb), color-stop(100%,#bb6a6a)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1cbcb 0%,#bb6a6a 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1cbcb 0%,#bb6a6a 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1cbcb 0%,#bb6a6a 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #f1cbcb 0%,#bb6a6a 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##f1cbcb', endColorstr='#bb6a6a',GradientType=0 ) !important; /* IE6-9 */
}

	input#btn_Continuar.btn_SalirIframeLogalty:hover {
		background: -moz-linear-gradient(top, #ec8c8c 0%, #af2828 100%) !important; /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec8c8c), color-stop(100%,#af2828)) !important; /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ec8c8c 0%,#af2828 100%) !important; /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ec8c8c 0%,#af2828 100%) !important; /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ec8c8c 0%,#af2828 100%) !important; /* IE10+ */
		background: linear-gradient(to bottom, #ec8c8c 0%,#af2828 100%) !important; /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8c8c', endColorstr='#af2828',GradientType=0 ) !important; /* IE6-9 */
	}

/*------------------------ FORMULARIO FIRMA Y ENVÍO DE DOCUMENTACIÓN --------------------------------*/

/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ FIN SECCIÓN 'HAZTE CLIENTE' \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/




/*------------------------------------------------------OPERACIONES--------------------------------------------------------------------------*/

#lista_seguimiento_operaciones {
	width: 100%;
	margin-top: 100px;
	height: auto;
	padding-bottom: 160px;
}

	#lista_seguimiento_operaciones > div:first-child {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	#lista_seguimiento_operaciones .container_table {
		display: grid;
		padding-left: 40px;
		padding-right: 40px;
	}

	#lista_seguimiento_operaciones table {
		font-family: 'Roboto Slab' !important;
		zoom: 90%;
	}

		#lista_seguimiento_operaciones table tr {
			text-align: center;
		}

		#lista_seguimiento_operaciones table > thead {
			background-color: #054f69;
			color: white;
			font-size: 14px;
		}

			#lista_seguimiento_operaciones table > thead > tr > th, #lista_seguimiento_operaciones table > tbody > tr > td {
				padding: 10px;
			}

				#lista_seguimiento_operaciones table > thead > tr > th:first-child {
					border-radius: 10px 0px 0px 0px;
				}

				#lista_seguimiento_operaciones table > thead > tr > th:last-child {
					border-radius: 0px 10px 0px 0px;
				}

		#lista_seguimiento_operaciones table:not(.subGrid) > thead > tr > th:nth-child(n+7):nth-child(-n+10) {
			background-color: rgba(255, 255, 255, 0.25882352941176473);
		}

		#lista_seguimiento_operaciones table:not(.subGrid) > thead > tr > th:nth-child(n+13):nth-child(-n+14) {
			background-color: #3182af;
		}

	#lista_seguimiento_operaciones .subGrid > thead > tr > th:nth-child(n+6):nth-child(-n+9) {
		background-color: rgba(255, 255, 255, 0.25882352941176473);
	}

	#lista_seguimiento_operaciones .subGrid > thead > tr > th:nth-child(n+12):nth-child(-n+13) {
		background-color: #3182af;
	}

	#lista_seguimiento_operaciones table > thead > tr > th > a {
		color: white;
		font-weight: bold;
	}

	#lista_seguimiento_operaciones table > tbody > tr:nth-child(even) {
		background-color: rgba(5, 79, 105, 0.16);
	}

	#lista_seguimiento_operaciones table > tbody > tr > td {
		background-color: rgba(5, 79, 105, 0.1411764705882353);
		font-size: 14px;
		color: #404040;
	}

	#lista_seguimiento_operaciones table > tbody > tr:last-child > td:first-child {
		border-radius: 0px 0px 0px 10px;
	}

	#lista_seguimiento_operaciones table > tbody > tr:last-child > td:last-child {
		border-radius: 0px 0px 10px 0px;
	}

	#lista_seguimiento_operaciones table:not(.subGrid) > tbody > tr > td:nth-child(n+7):nth-child(-n+10) {
		background-color: rgba(181, 204, 212, 0.37);
	}

	#lista_seguimiento_operaciones table:not(.subGrid) > tbody > tr > td:nth-child(n+13):nth-child(-n+14) {
		background-color: rgba(49, 130, 175, 0.23921568627450981);
	}

	#lista_seguimiento_operaciones .subGrid > tbody > tr > th:nth-child(n+6):nth-child(-n+9) {
		background-color: rgba(255, 255, 255, 0.25882352941176473);
	}

	#lista_seguimiento_operaciones .subGrid > tbody > tr > td:nth-child(n+12):nth-child(-n+13) {
		background-color: rgba(49, 130, 175, 0.23921568627450981);
	}

	#lista_seguimiento_operaciones table > tbody > tr > td .icon-pendiente, #lista_seguimiento_operaciones table > tbody > tr > td .icon-finalizado {
		background-color: white;
		border-radius: 100%;
	}

	#lista_seguimiento_operaciones table > tbody > tr > td .icon-pendiente {
		color: orange;
	}

	#lista_seguimiento_operaciones table > tbody > tr > td .icon-finalizado {
		color: #0bc70b;
	}

	#lista_seguimiento_operaciones table > tbody > tr > td input {
		height: 30px;
		width: 80px;
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
		border: none;
	}

		#lista_seguimiento_operaciones table > tbody > tr > td input:hover {
			box-shadow: 0px 0px 10px grey;
		}

	#lista_seguimiento_operaciones table > tbody > tr > td a:hover {
		text-decoration: underline;
	}

	#lista_seguimiento_operaciones table > tbody > tr > td span.verParticipes {
		cursor: pointer;
		color: #0081f3;
		font-weight: bold;
	}

	#lista_seguimiento_operaciones table > tbody > tr > td span.verParticipes:hover {
		text-decoration: underline;
	}

	#lista_seguimiento_operaciones .container_table table > tbody > tr .subGrid {
		width: 95%;
		margin-left: 2.5%;
		margin-top: 10px;
		margin-bottom: 10px;
		display: none;
	}


/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ FIN SECCIÓN 'PLATAFORMA DE SEGUIMIENTO' \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/



/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ 'DISEÑO DATEPICKER PERSONALIZADO' \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

#datePickerCustom .datePickerCustom_input {
	letter-spacing: 2px;
	width: 130px !important;
	padding-left: 5px;
	padding-right: 5px;
}

.datePickerCustom1 {
	display: flex;
}

	.datePickerCustom1 > input {
		margin-right: 0px !important;
	}

		.datePickerCustom1 > input:nth-child(2), .datePickerCustom1 > input:nth-child(4) {
			border-left: none;
			border-right: none;
			width: 5px !important;
			padding-left: 2px;
			padding-right: 2px;
			border-radius: 0px 0px 0px 0px;
		}

		.datePickerCustom1 > input:nth-child(1), .datePickerCustom1 > input:nth-child(3), .datePickerCustom1 > input:nth-child(5) {
		}

		.datePickerCustom1 > input:nth-child(1) {
			padding-left: 7px;
			padding-right: 4px;
			border-right: none;
			border-radius: 4px 0px 0px 4px;
			width: 20px !important;
		}

		.datePickerCustom1 > input:nth-child(3) {
			padding-left: 5px;
			padding-right: 5px;
			border-left: none;
			border-right: none;
			border-radius: 0px 0px 0px 0px;
			width: 27px !important;
		}

		.datePickerCustom1 > input:nth-child(5) {
			padding-left: 5px;
			padding-right: 7px;
			border-left: none;
			border-radius: 0px 4px 4px 0px;
			width: 32px !important;
		}


/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ FIN 'DISEÑO DATEPICKER PERSONALIZADO' \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/



/*Importante añadido param funcionar bien center area cliente nueva*/
@media screen and (max-width: 1020px) { /*960px*/
	#NuevaAreaCliente ul {
		padding: 80px 3%;
		width: 90%;
	}

	#NuevaAreaCliente li, #NuevaAreaCliente li.mclientes, #NuevaAreaCliente li.english_mobile {
		padding: 4px 0;
		line-height: 34px;
	}

	#menu_mobile img {
		width: 25px;
		height: auto;
	}

	#menu_mobile {
		display: block;
		font-family: 'Roboto Slab', serif;
		font-weight: 400;
		margin: 15px;
		cursor: pointer;
	}

	#menu li a.en_menu {
		display: none;
	}

	#boton_aniversario {
		margin-left: 400px;
		right: 2%;
		z-index: 999999999;
		position: absolute;
	}

	.logo {
		position: absolute;
		left: 10px;
		bottom: 10px;
	}

	#NuevaAreaCliente {
		background: #F4F4F4;
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		z-index: 9999999999;
		-webkit-backface-visibility: hidden; /*Most Important*/
	}

	#menu li {
		display: block;
		float: left;
		padding: 55px 15px 15px 15px;
	}

	#NuevaAreaCliente ul {
		display: none;
		width: 60%;
		height: 100%;
		background-color: #FFF;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 99999999999999;
		padding: 100px 6% 160px 3%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.menu_overlay {
		display: none;
		z-index: 999999998;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
	}

	#NuevaAreaCliente li a {
		width: 198px;
		height: 39px;
		font-family: 'Roboto Slab', serif;
		font-size: 30px;
		font-weight: 300;
		letter-spacing: -0.4px;
		text-align: right;
		color: #08446a;
	}


	#NuevaAreaCliente li, #NuevaAreaCliente li.mclientes, #NuevaAreaCliente li.english_mobile {
		display: block;
		width: 100%;
		height: auto;
		font-family: 'Roboto Slab', serif;
		font-size: 30px;
		font-weight: 300;
		letter-spacing: -0.4px;
		text-align: right;
		color: #878787;
		padding: 8px 0 8px 0px;
		border-width: 0;
		margin: 0;
		float: none;
		background-color: #FFF !important;
	}

		#NuevaAreaCliente li a.active {
			background-color: #FFF !important;
			font-family: 'Roboto Slab', serif;
			color: #878787;
			font-size: 30px;
			font-weight: 300;
			letter-spacing: -0.4px;
			text-align: right;
		}

		#NuevaAreaCliente li.mclientes a, li.mclientes {
			font-weight: 300;
		}


	.close_menu {
		display: block;
		position: fixed;
		top: 20px;
		right: 6%;
		cursor: pointer;
	}

	#NuevaAreaCliente li.english_mobile {
		margin-top: 100px;
	}

		#NuevaAreaCliente li.english_mobile a {
			color: #878787;
			border-top: 1px solid #878787;
			width: 140px;
			display: inline-block;
		}

	#NuevaAreaCliente li.mcontacto {
		border-width: 0;
	}


	#NuevaAreaCliente li a.en_menu {
		position: absolute;
		color: #878787;
		font-size: 1.0625em;
		margin-left: 35px;
		bottom: 60px;
		font-family: 'Roboto Slab', serif;
		font-weight: 400;
	}

	#NuevaAreaCliente li.boton_ingles {
		display: none;
	}

	#NuevaAreaCliente .center {
		width: 100%;
		margin: 0;
	}
}

/**************************************************************************************/




/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ PÁGINA 'PETICIÓN DE TELÉFONOS PARA PROCESO EN LOGALTY' \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

#popup_peticionTlfLogalty .container-datos {
	margin-bottom: 20px;
}

	#popup_peticionTlfLogalty .container-datos h3 {
		margin-bottom: 25px !important;
	}

	#popup_peticionTlfLogalty .container-datos .processRepresentanteAproderado {
		display: none;
		font-style: italic;
		font-size: 12px;
		padding-left: 20px;
		padding-right: 20px;
	}

		#popup_peticionTlfLogalty .container-datos .processRepresentanteAproderado > div {
			margin-bottom: 10px;
		}

/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ PÁGINA 'PETICIÓN DE TELÉFONOS PARA PROCESO EN LOGALTY' \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/


/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ PÁGINA 'FINALIZACIÓN DE PROCESO EN LOGALTY' \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

#containerPageSuccess .container-message {
	width: 50%;
	height: 400px;
	margin-left: 25%;
	border-radius: 10px;
	background-color: #eceff1;
	box-shadow: 0px 0px 20px 5px #565656;
	padding-top: 30px;
}

	#containerPageSuccess .container-message .message .checkIcon {
		background-image: url('/images/checkAnimated.gif');
		height: 150px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}

	#containerPageSuccess .container-message .message .infoIcon {
		width: 100%;
		text-align: center;
		padding-top: 30px;
	}

		#containerPageSuccess .container-message .message .infoIcon i {
			font-size: 125px;
			color: #e8af2a;
		}

	#containerPageSuccess .container-message .message .text {
		text-align: center;
		padding-top: 60px;
	}

		#containerPageSuccess .container-message .message .text span {
			font-size: 25px;
		}

		#containerPageSuccess .container-message .message .text p {
			font-size: 17px;
			margin-top: 10px;
		}

#containerPageSuccess #preloader {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 100px;
	margin-left: 40px;
}

#containerPageSuccess #loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #387ed0;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

	#containerPageSuccess #loader:before {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border-radius: 50%;
		border: 3px solid transparent;
		border-top-color: #709cdb;
		-webkit-animation: spin 3s linear infinite;
		animation: spin 3s linear infinite;
	}

	#containerPageSuccess #loader:after {
		content: "";
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border-radius: 50%;
		border: 3px solid transparent;
		border-top-color: #70c4db;
		-webkit-animation: spin 1.5s linear infinite;
		animation: spin 1.5s linear infinite;
	}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ FIN PÁGINA 'FINALIZACIÓN DE PROCESO EN LOGALTY' \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/



/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ PÁGINA 'PETICIÓN DE TELÉFONOS PARA PROCESO EN LOGALTY OPERACIONES' \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

.telefonoLogalty {
	width: 200px !important;
	text-align: center;
	margin-bottom: 40px !important;
}

/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ FIN PÁGINA 'PETICIÓN DE TELÉFONOS PARA PROCESO EN LOGALTY OPERACIONES' \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/



/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ 'FINALIZACIÓN DE PROCESO EN LOGALTY OPERACIONES' \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

#swalFirmaLogalty {
	height: 100%;
	width: 100%;
}

	#swalFirmaLogalty .swal2-popup {
		height: 75%;
		width: 70%;
		display: block !important;
	}

		#swalFirmaLogalty .swal2-popup .swal2-header {
			float: right;
		}

		#swalFirmaLogalty .swal2-popup .swal2-content, #swalFirmaLogalty .swal2-popup #swal2-content {
			height: 100%;
			width: 100%;
		}

/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ FIN 'FINALIZACIÓN DE PROCESO EN LOGALTY OPERACIONES' \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

@media screen and (min-width: 793px) {
	#containerPageSuccess .container-message {
		height: 540px;
	}

	#containerPageSuccess {
		padding: 0px !important;
		padding-bottom: 0px;
		border-radius: 10px;
	}

	#swalFirmaLogalty .swal2-popup {
		height: 70%;
	}

	.swal2-close {
		z-index: 2;
	}
}

@media screen and (max-width: 920px) and (max-width: 1024px) {
	.sec_pest.pestODM .box_pestanas {
		min-width: 850px;
		width: 850px;
	}

		.sec_pest.pestODM .box_pestanas > ul > li {
			width: 208px;
		}

		.sec_pest.pestODM .box_pestanas input[type="text"] {
			width: 246px;
		}

		.sec_pest.pestODM .box_pestanas select {
			width: 263px;
		}

		.sec_pest.pestODM .box_pestanas #datos_personales #datos_basicos #container-group-datos .container-datos > .row:last-child > div > div > input:last-child {
			width: 199px !important;
		}

		.sec_pest.pestODM .box_pestanas #datos_personales #datos_identificativos #container-group-datos .container-datos > .row input[name="Fecha Nacimiento"] {
			width: 116px;
		}
}

@media screen and (max-width: 1030px) {
	.pestODM .box_pestanas {
		width: 0%;
		margin-left: -1.5%;
	}
}

@media screen and (max-width: 1075px) {
	.sec_pest.pestODM {
		margin-top: -15px;
	}
}

@media screen and (max-width: 1150px) {
	.center {
		/*width:1030px;*/
		width: 800px;
	}
}

.text-danger {
	color: brown;
}
