@font-face {
font-family: 'DejaVu Sans';
src: url('fonts/DejaVuSans-Oblique.woff2') format('woff2'),
	url('fonts/DejaVuSans-Oblique.woff') format('woff'),
	url('fonts/DejaVuSans-Oblique.ttf') format('truetype'),
	url('fonts/DejaVuSans-Oblique.svg#DejaVuSans-Oblique') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
    font-family: 'DejaVu Sans';
    src: url('fonts/DejaVuSans.woff2') format('woff2'),
        url('fonts/DejaVuSans.woff') format('woff'),
        url('fonts/DejaVuSans.ttf') format('truetype'),
        url('fonts/DejaVuSans.svg#DejaVuSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DejaVu Sans';
    src: url('fonts/DejaVuSans-Bold.woff2') format('woff2'),
        url('fonts/DejaVuSans-Bold.woff') format('woff'),
        url('fonts/DejaVuSans-Bold.ttf') format('truetype'),
        url('fonts/DejaVuSans-Bold.svg#DejaVuSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trebuchet MS';
    src: url('fonts/TrebuchetMS.woff2') format('woff2'),
        url('fonts/TrebuchetMS.woff') format('woff'),
        url('fonts/TrebuchetMS.ttf') format('truetype'),
        url('fonts/TrebuchetMS.svg#TrebuchetMS') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trebuchet MS';
    src: url('fonts/TrebuchetMS-Bold.woff2') format('woff2'),
        url('fonts/TrebuchetMS-Bold.woff') format('woff'),
        url('fonts/TrebuchetMS-Bold.ttf') format('truetype'),
        url('fonts/TrebuchetMS-Bold.svg#TrebuchetMS-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trebuchet MS';
    src: url('fonts/TrebuchetMS-Italic.woff2') format('woff2'),
        url('fonts/TrebuchetMS-Italic.woff') format('woff'),
        url('fonts/TrebuchetMS-Italic.ttf') format('truetype'),
        url('fonts/TrebuchetMS-Italic.svg#TrebuchetMS-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Courier New';
    src: url('fonts/CourierNewPS-ItalicMT.woff2') format('woff2'),
        url('fonts/CourierNewPS-ItalicMT.woff') format('woff'),
        url('fonts/CourierNewPS-ItalicMT.ttf') format('truetype'),
        url('fonts/CourierNewPS-ItalicMT.svg#CourierNewPS-ItalicMT') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Courier New';
    src: url('fonts/CourierNewPS-BoldMT.woff2') format('woff2'),
        url('fonts/CourierNewPS-BoldMT.woff') format('woff'),
        url('fonts/CourierNewPS-BoldMT.ttf') format('truetype'),
        url('fonts/CourierNewPS-BoldMT.svg#CourierNewPS-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Courier New';
    src: url('fonts/CourierNewPSMT.woff2') format('woff2'),
        url('fonts/CourierNewPSMT.woff') format('woff'),
        url('fonts/CourierNewPSMT.ttf') format('truetype'),
        url('fonts/CourierNewPSMT.svg#CourierNewPSMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Times New Roman';
    src: url('fonts/TimesNewRomanPS-BoldMT.woff2') format('woff2'),
        url('fonts/TimesNewRomanPS-BoldMT.woff') format('woff'),
        url('fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype'),
        url('fonts/TimesNewRomanPS-BoldMT.svg#TimesNewRomanPS-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Times New Roman';
    src: url('fonts/TimesNewRomanPSMT.woff2') format('woff2'),
        url('fonts/TimesNewRomanPSMT.woff') format('woff'),
        url('fonts/TimesNewRomanPSMT.ttf') format('truetype'),
        url('fonts/TimesNewRomanPSMT.svg#TimesNewRomanPSMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Times New Roman';
    src: url('fonts/TimesNewRomanPS-ItalicMT.woff2') format('woff2'),
        url('fonts/TimesNewRomanPS-ItalicMT.woff') format('woff'),
        url('fonts/TimesNewRomanPS-ItalicMT.ttf') format('truetype'),
        url('fonts/TimesNewRomanPS-ItalicMT.svg#TimesNewRomanPS-ItalicMT') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.grey {
	color: #c3c3c3;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.blue {
	color: #126874;
}
.bg-grey {
	background: #f8fafd;
}
.poppins {
	font-family: 'Poppins', sans-serif;	
	font-weight: 300;
}
.transition, a.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: #000;
}
.readmore, .boton {
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background: #e96125;
    border: 1px solid #e96125;
    padding: 10px 30px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: #fff;
	background: #cf5824;
}
.botondescarga {
    text-transform: uppercase;
    display: inline-block;
    color: #fff !important;
    background: #126874;
    border: 1px solid #126874;
    padding: 12px 40px;
    border-radius: 24px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
h1 {
	font-size: 60px;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.topbar {
	text-align: right;
	position: relative;
	z-index: 1001;
	padding-top: 6px;
}
.idioma {
	display: inline-block;
}
.idioma button {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: #fff;
	padding: 0;
	border-radius: 4px;
	padding: 5px 8px;
}
.idioma img {
	margin-right: 4px;
	width: 24px;
}
.language-chooser {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.language-chooser a {
	display: block;
	padding: 6px 10px;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
  height: 56px;
  margin-top: 0;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #106874;
	font-size: 16px;
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-top: 4px;
	text-transform: none;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: #106874;
	border-bottom: 2px solid #106874;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #106874;
    border-bottom: 2px solid #106874;
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-default .navbar-nav li.login a {
	background: #fff;
	border-radius: 4px;
	padding-left: 22px;
	padding-right: 22px;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	position: relative;
	border: none;
	top: -3px;
}
.navbar-default .navbar-nav li.login a:hover, 
.navbar-default .navbar-nav li.login a:focus {
	color: #106874;
	border: none;
	background: #fff !important;
}
.navbar-right {
    padding-top: 20px;
}
.logintop2 {
	display: none;
}

@media(max-width: 991px) {
	header .navbar-brand img {
 	   height: 49px;
	}
	.navbar-right {
    	padding-top: 14px;
	}
	.navbar-default .navbar-nav li {
	    padding-right: 12px;
	    padding-left: 12px;
	}
}
@media(max-width: 767px) {
	.navbar-toggle {
	 	margin-top: 20px;
	 	padding: 0;
	 	border: none !important;
	 	background: none !important;
	 	text-align: right;
	 	margin-right: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #106874;
		height: 2px;
		border-radius: 0;
		float: right;
		margin-bottom: 5px;
	}
	.navbar-collapse {
	  	border-top: none !important;
	  	box-shadow: none !important;
	  	background: #dae1e5;
	  	margin-left: -15px;
	  	margin-right: -15px;
	  	padding: 0;
		margin-top: 8px;
	}
	.navbar-default .navbar-nav li {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-default .navbar-nav li a {
		color: #000;
		font-size: 16px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 32px;
		padding-right: 32px;
		border-bottom: 1px solid #ccd6e2 !important;
		font-weight: normal;
	}
	.navbar-default .navbar-collapse {
		overflow-y: hidden;
		max-height: none;
		overflow-x: hidden !important;
	}
	.navbar-default .navbar-nav li.login {
		display: none;
	}
	.logintop {
		display: none;
	}
	.logintop2 {
  		display: inline-block;
  		border-radius: 4px;
  		background: #fff;
  		padding: 5px 8px;
  		text-transform: uppercase;
  		margin-right: 5px;
	}
	.navbar-right {
	    padding-top: 0;
	    margin-top: 5px;
	}
}

@media(max-width: 398px) {
	header .navbar-brand img {
    	height: 44px;
	}
}

.slider {
	background: url(images/slide.jpg) no-repeat left center;
	background-size: cover;
	padding-top: 190px;
	padding-bottom: 100px;
}
.slider-content {
	width: 700px;
	max-width: 100%;
}
h2 {
	font-size: 42px;
}
.pasos {
	text-align: center;
	margin-bottom: 30px;
}
.filtros a {
    display: inline-block;
    background: #cccccc;
    color: #fff;
    font-weight: normal;
    padding: 8px 15px;
    margin-right: 2px;
    margin-bottom: 4px;
    font-size: 15px;
}
.filtros a.activo {
	background: #e96125;
}
.pl-15 {
	padding-left: 20px;
}
.pr-15 {
	padding-right: 20px;
}
.owl-carousel .preview {
	padding-top: 15px;
	padding-bottom: 15px;
}
.owl-carousel img {
	border: 1px solid #eee;
	opacity: 0.7;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.owl-carousel img:hover {
	opacity: 1;
	transform: scale(1.05, 1.05);
}
.minheight {
	min-height: 150px;
}
.cab {
	background: url(images/slide.jpg) no-repeat left center;
	height: 110px;
}
.paso.imagen {
	position: relative;
	padding-left: 0;
}
.paso.imagen.floatright {
	padding-left: 15px;
	padding-right: 0;
}
.paso img {
	width: 100%;
}
.paso img.icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
}
.paso.floatright img.icon {
	position: absolute;
	top: 0;
	left: inherit;
	right: 0;
}
.floatright {
	float: right;
}
h4 {
	line-height: 1.4em;
}
.paso h4 {
	color: #106874;
}
.paso.texto div {
	width: 370px;
	max-width: 100%;
	padding-top: 70px;
	text-align: right;
	float: right;
	padding-right: 30px;
}
.paso.texto.floatright div {
	text-align: left;
	float: left;
	padding-left: 30px;
}
.plantillas img {
	width: 100%;
	opacity: 0.8;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	border: 1px solid #eee;
}
.plantillas img:hover {
	opacity: 1;
	transform: scale(1.05, 1.05);
}
.plantillas .col-sm-3 {
	margin-bottom: 20px;
}
body.login {
	background: url(images/slide.jpg) no-repeat left center;
	background-size: cover;
	padding-top: 150px
}
.formlogin {
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.cvpreviews img {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.formlogin .boton {
	width: 100%;
	text-align: center;
}
.formulario input {
	width: 100%;
	background: #EBEEF1;
	padding: 11px;
	margin-bottom: 16px;
	border: none;
	color: #000;
}
.formulario select {
	width: 100%;
	background: #EBEEF1;
	padding: 11px;
	margin-bottom: 16px;
	border: none;
	color: #000;
}
.formulario textarea {
	width: 100%;
	background: #EBEEF1;
	padding: 11px;
	margin-bottom: 16px;
	border: none;
	color: #000;
	height: 100px;
}
.formulario .informacion {
	color: #999;
}
.cv-loadfoto {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: block;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #fff;
}
::-webkit-input-placeholder { /* Edge */
  color: #000;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
::placeholder {
  color: #000;
  opacity: 1;
}
body.private .main {
    padding-left: 0;
    padding-top: 50px;
    padding-right: 47%;
}
.sidebarmenu {
    transition: 0.2s;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 45%;
    z-index: 100;
}
.sidebarmenu .logo {
	width: 180px;
	max-width: 180px;
}
.content-sidebar {
    padding: 15px 20px;
    height: 100%;
}
.content-sidebar .menu-private {
	display: none;
}
.top-private {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 10000;
}
.top-private .logo {
    position: absolute;
    left: 15px;
    top: -4px;
    width: 180px;
}
.top-private a.logout {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 4px;
	background: #fff;
	font-size: 15px;
}
.top-private a.logout .fa {
	margin-right: 3px;
}
.opensidebar {
	display: none;
}
.closesidebar {
	display: none;
}
.menu-private h3 {
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin: 46px 0 20px 0;
	text-align: left;
}
.menu-private a {
	display: block;
	border-bottom: 1px solid #dfe5ed;
	padding: 10px 0;
}
.titulopagina {
	margin-top: 0;
	padding-top: 0;
	font-weight: bold;
	color: #126874;
}
label.fotoperfil {
	position: relative;
	background-repeat: center center;
	background-size: cover;
	display: inline-block;
	cursor: pointer;
	height: 122px;
	width: 122px;
	border-radius: 50%;
	margin-bottom: 15px;
}
label.fotoperfil input {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	height: 1px;
	width: 1px;
	border: none;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
}
label.error {
    display: block;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #cc0000;
    position: relative;
    top: -10px;
}
#uploadimageModal .content-modal {
    padding: 5px 0 5px 0;
}
#uploadimageModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0,0,0,0.5);
  padding-top: 30px;
}
.content-modal {
    background: #fff;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px 10px 15px;
    text-align: center;
    position: relative;
}
a.closemodal, button.closemodal {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 8px;
    color: #333;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    text-align: center;
    display: inline-block;
    font-size: 32px;
    line-height: 14px;
    text-decoration: none;
    background: #fff;
}
.modal-content {
  border-radius: 0;
}
.modal-body {
    padding: 34px 15px 15px 15px;
}
.modal-body button.closemodal {
  top: 10px;
}
.preview-btn-fixed {
	display: none;
}
.panel-default > .panel-heading {
    background-color: #fff;
    padding: 0;
}
.panel-default > .panel-heading .titulopagina {
    margin: 0;
    padding: 0;
}
.panel-default > .panel-heading .titulopagina a {
    font-weight: 600;
    color: #126874;
    display: block;
    font-size: 17px;
    padding: 12px 15px;
}
.panel-heading a {
    position: relative;
    display: block;
    padding-right: 40px !important;
}
.panel-heading a::after {
    font-family: "Poppins", sans-serif;
    content: "-";
    color: #126874;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 11px;
}
.panel-heading a.collapsed:after {
  content: "+";
  color: #126874;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 11px;
}
label.actual {
	font-weight: normal;
	display: block;
	margin-top: -5px;
	font-size: 15px;
	margin-bottom: 15px;
}
label.actual input {
	margin: 0;
	padding: 0;
	width: auto;
}
.box {
	border: 1px solid #d0d0d0;
	margin-bottom: 6px;
	border-radius: 8px;
	padding: 8px 15px;
	font-size: 15px;
	width: 100%;
}
.box strong {
	font-weight: 600;
}
.box .col-xs-4 {
	padding-top: 8px;
	text-align: right;
}
.box .col-xs-4 a {
	display: inline-block;
	padding: 4px;
}
.box .col-xs-4 .fa-pencil, .box .col-xs-4 .fa-arrows {
	font-size: 14px;
}
.box .col-xs-4 .fa-arrows:hover {
	cursor: move;
}
.addexperiencia { 
	color: #126874;
	font-weight: bold;
	font-size: 15px;
}
/** Productos mod. Ordenacion **/
.grid {
	margin: auto;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	overflow: auto;
}
.box:hover {
	cursor: move;
}
.box.highlight {
	background: #FF0000;
}
.sortable-placeholder {
	margin-bottom: 5px;
	height: 100px;
	width: 100%;
	display: block;
	border: 1px dashed #e9e9e9;
	background: #f4f4f4;
}
h4.slim {
	font-size: 14px;
	color: #666;
}
.secciones-menu a {
	display: block;
	border: 1px solid #f0f0f0;
	padding: 10px 15px;
	border-radius: 6px;
	margin-bottom: 8px;
	-webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.1);
	font-size: 15px;
	font-weight: 600;
}
.secciones-menu a .fa {
	color: #126874;
	display: inline-block;
	width: 30px;
	text-align: center;
}
.colores a {
	margin-right: 5px;
	margin-bottom: 4px;
}
.colores a span {
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #999;
	margin-top: 4px;
}
.colores a.selected span {
	border: 1px solid #333;	
}
.owl2 .preview a {
	display: block;
}
.owl2 .preview.selected {

}
.owl2 .preview.selected a {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(16,103,115,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(16,103,115,1);
	box-shadow: 0px 0px 8px 0px rgba(16,103,115,1);
	border: 2px solid #126874;
}
label.inline {
	display: inline-block;
	font-weight: normal;
	color: #999;
	margin-left: 8px;
}
label.inline input {
	display: inline-block;
	width: 18px;
	margin: 0;
	padding: 0;
}
.input_titulos {
	background: #fff !important;
	color: #126874 !important;
	padding: 0 !important;
	border-bottom: 1px solid #126874 !important;
	padding-right: 50px !important;
}
.titulopagina.relative {
	position: relative;
}
.titulopagina .editartitulo {
	color: #999;
	font-size: 19px;
	position: absolute;
	right: 10px;
	top: 8px;
}
.frase {
	position: relative;
	padding-left: 32px;
}
.frase span {
	cursor: pointer;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: #fff;
	background: #126874;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 11px;
	line-height: 22px;
}
.boxopcions {
	position: relative;
}
.boxopcions a {
	position: relative;
	z-index: 100;
}
.boxopcions span {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	display: inline-block;
	top: 6px;
	right: 10px;
	background: #f8f8f8;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	text-align: center;
	color: #999;
	line-height: 28px;
}

.container-preview {
    position: relative;
    height: 100%;
    padding-top: 50px;
    width: 347px !important;
    margin: 0 auto;
}
.template {
	width: 2480px;
	height: 3508px;
	background: #fff;
	transform: scale(0.14);
    transform-origin: 0px 0px 0px;
    box-shadow: rgb(217, 221, 224) 0px 0px 34px 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.template table {
	height: 100%;
}
.template td {
	display: table-cell;
	vertical-align: top;
	padding: 80px 60px;
}
.template td.column-bg {
	height: 100%;
	width: 664px;
}

/***** TEMPLATE 1 *****/
.template1 {
	padding: 0;
	font-size: 26px;
	color: #666;
}
.template1 .encabezado {
	color: #fff;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 30px;
}
.template1 .cv-nombre-apellidos {
	font-size: 90px;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 15px;
}
.template1 .contenidost1 {
	padding: 10px 90px 60px 90px;
}
.template1 .cv-profesion {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 20px;
	color: #000;
}
.template1 strong, .template1 .strong {
	color: #000;
}
.template1 #section_experiencia .titulo, .template1 #section_educacion .titulo, 
.template1 #section_cursos .titulo, .template1 #section_block1 .titulo, 
.template1 #section_block2 .titulo, .template1 #section_block3 .titulo, .template1 #section_block4 .titulo, 
.template1 #section_block5 .titulo, .template1 #section_idiomas .titulo, .template1 #section_habilidades .titulo {
  font-weight: bold;
  font-size: 42px;
  padding: 3px 0;
}
.template1 .maincontent td {
  display: table-cell;
  vertical-align: top;
  padding: 30px 0;
}
.template1 #section_experiencia, .template1 #section_educacion, 
.template1 #section_cursos, .template1 #section_block1, .template1 #section_block2, 
.template1 #section_block3, .template1 #section_block4, .template1 #section_block5, 
.template1 #section_idiomas, .template1 #section_habilidades {
  float: none;
  width: 100%;
  padding-right: 64px;
}
.template1 .cv-experiencia-new td, .template1 .cv-educacion-new td, .template1 .cv-cursos-new td {
	padding-top: 0;
	padding-bottom: 0;
}
.template1 .cv-idiomas ul, .template1 .cv-habilidades ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 30px;
}


/***** TEMPLATE 2 *****/
.template2 {
	padding: 60px;
	font-size: 19px;
	height: 100%;
}
.template2 .sidebar-column {
	color: #fff;
}
.template2 .sidebar-column .titulo {
	font-size: 32px;
	text-transform: uppercase;
	margin: 30px 0;
}
.template2 .direcciones {
	padding-left: 50px;
	background: url(images/location.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template2 .telefonos {
	padding-left: 50px;
	background: url(images/phone.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template2 .cv-telefono {
	margin-right: 10px;
}
.template2 .emails {
	padding-left: 50px;
	background: url(images/email.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 30px;
}
.template2 .direcciones.black {
	padding-left: 50px;
	background: url(images/locationblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template2 .telefonos.black {
	padding-left: 50px;
	background: url(images/phoneblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template2 .emails.black {
	padding-left: 50px;
	background: url(images/emailblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 30px;
}
.template2 .cv-divfechanacimiento {
	margin: 10px 0 10px;
}
.template2 .cv-linkenlace {
	margin: 10px 0 10px;
}
.template2 .cv-idiomas ul, .template2 .cv-habilidades ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
/***
.template2 .cv-idiomas ul li, .template2 .cv-habilidades ul li {
	background: url(images/bullet.png) no-repeat left 5px;
	padding-left: 30px;
	background-size: 16px;
	margin-bottom: 10px;
}
.template2 .cv-idiomas.black ul li, .template2 .cv-habilidades.black ul li {
	background: url(images/bulletblack.png) no-repeat left 5px;
	padding-left: 30px;
	background-size: 16px;
	margin-bottom: 10px;
}
**/
.template2 .cv-nombre-apellidos {
	font-size: 80px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
.template2 #section_experiencia .titulo, .template2 #section_educacion .titulo,
.template2 #section_cursos .titulo, .template2 #section_block1 .titulo,
.template2 #section_block2 .titulo, .template2 #section_block3 .titulo,
.template2 #section_block4 .titulo, .template2 #section_block5 .titulo, .template2 #section_idiomas .titulo,
.template2 #section_habilidades .titulo  {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	padding: 3px 9px;
	/***
	-webkit-border-top-left-radius: 26px;
	-webkit-border-bottom-left-radius: 26px;
	-moz-border-radius-topleft: 26px;
	-moz-border-radius-bottomleft: 26px;
	border-top-left-radius: 26px;
	border-bottom-left-radius: 26px;
	***/
}
.template2 #section_experiencia .titulo span, .template2 #section_educacion .titulo span,
.template2 #section_cursos .titulo span, .template2 #section_block1 .titulo span,
.template2 #section_block2 .titulo span, .template2 #section_block3 .titulo span, 
.template2 #section_block4 .titulo span, .template2 #section_block5 .titulo span,
.template2 #section_idiomas .titulo span, .template2 #section_habilidades .titulo span {
	display: inline-block;
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.template2 #section_experiencia .titulo.black span, .template2 #section_educacion .titulo.black span,
.template2 #section_cursos .titulo.black span, .template2 #section_block1 .titulo.black span,
.template2 #section_block2 .titulo.black span, .template2 #section_block3 .titulo.black span, 
.template2 #section_block4 .titulo.black span, .template2 #section_block5 .titulo.black span,
.template2 #section_idiomas .titulo.black span, .template2 #section_habilidades .titulo.black span {
	background: #000;
}
.template2 .main-column table {
	margin-bottom: 30px;
	width: 100%;
}
.template2 .cv-descbloque1, .template2 .cv-descbloque2, .template2 .cv-descbloque3,
.template2 .cv-descbloque4, .template2 .cv-descbloque5 {
	margin-bottom: 10px;
}
.template2 .main-column td.td-left {
	width: 300px;
	font-weight: bold;
}
.template2 .main-column .cv-exp-puesto, .template2 .main-column .cv-edu-titulacion,
.template2 .main-column .cv-curso-cursotitulacion {
	font-weight: bold;
}
.template2 .section-item {
	padding-left: 20px;
}
.template2 .cv-experiencia-new td, .template2 .cv-educacion-new td, .template2 .cv-cursos-new td {
	padding-top: 0;
	padding-bottom: 0;
}
.template2 .cv-idiomas ul {
	margin-left: 0;
	padding: 0;
}

/***** TEMPLATE 3 *****/
.template3 {
	padding: 60px;
	font-size: 19px;
	height: 100%;
}
.template3 .cv-loadfoto {
  width: 320px;
  height: 320px;
}
.template3 .decoration {
	width: 90px;
	height: 800px;
	position: absolute;
	left: 0;
	top: 0;
}
.template3 .direcciones {
  padding-left: 80px;
  background: url(images/locationblack.png) no-repeat left top;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -72px;
  position: relative;
  z-index: 1;
}
.template3 .telefonos {
	padding-left: 80px;
	background: url(images/phoneblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -72px;
  	position: relative;
  	z-index: 1;
}
.template3 .emails {
	padding-left: 80px;
	background: url(images/emailblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: -72px;
  	position: relative;
  	z-index: 1;
}
.template3 .sidebar-column .titulo {
	font-size: 32px;
	text-transform: uppercase;
	margin: 30px 0;
}
.template3 .cv-telefono {
	margin-right: 10px;
}
.template3 .cv-divfechanacimiento {
	margin: 10px 0 10px;
}
.template3 .cv-linkenlace {
	margin: 10px 0 10px;
}
.template3 .cv-idiomas ul, .template3 .cv-habilidades ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.template3 .cv-idiomas ul li, .template3 .cv-habilidades ul li {
	margin-bottom: 5px;
}
.template3 .cv-nombre-apellidos {
	display: inline-block;
	width: auto;
	font-size: 80px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: 4px solid #000;
	padding: 20px 40px;
	margin-bottom: 50px;
}
.template3 #section_experiencia .titulo, .template3 #section_educacion .titulo,
.template3 #section_cursos .titulo, .template3 #section_block1 .titulo,
.template3 #section_block2 .titulo, .template3 #section_block3 .titulo,
.template3 #section_block4 .titulo, .template3 #section_block5 .titulo,
.template3 #section_idiomas .titulo, .template3 #section_habilidades .titulo  {
	text-transform: uppercase;
	font-size: 30px;
	padding: 15px 0;
	border-top: 4px solid #777;
}
.template3 .main-column td {
  display: table-cell;
  vertical-align: top;
  padding: 20px 0;
}
.template3 .main-column table {
	margin-bottom: 30px;
	width: 100%;
}
.template3 .cv-experiencia-new td, .template3 .cv-educacion-new td, .template3 .cv-cursos-new td {
	padding-top: 0;
	padding-bottom: 0;
}


/***** TEMPLATE 4 *****/
.template4 {
	padding: 60px;
	font-size: 19px;
	height: 100%;
}
.template4 .sidebar-column {
	color: #fff;
}
.template4 .sidebar-column.black {
  color: #000;
}
.template4 td.column-bg {
  height: 100%;
  width: 829px;
}
.template4 td.column-bg.confoto {
  padding-top: 940px;
}
.template4 .cv-loadfoto {
  width: 826px;
  height: 826px;
  border-radius: 50%;
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 12px solid #fff;
}
.template4 .fotocurriculum {
  min-height: 300px;
  min-width: 700px;
  position: absolute;
  top: 100px;
}
.template4 .sidebar-column .titulo {
	font-size: 32px;
	text-transform: uppercase;
	margin: 30px 0;
}
.template4 .direcciones {
	padding-left: 50px;
	background: url(images/location.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template4 .telefonos {
	padding-left: 50px;
	background: url(images/phone.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template4 .cv-telefono {
	margin-right: 10px;
}
.template4 .emails {
	padding-left: 50px;
	background: url(images/email.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 30px;
}
.template4 .black .direcciones {
	padding-left: 50px;
	background: url(images/locationblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template4 .black .telefonos {
	padding-left: 50px;
	background: url(images/phoneblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template4 .black .emails {
	padding-left: 50px;
	background: url(images/emailblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 30px;
}
.template4 .cv-divfechanacimiento {
	margin: 10px 0 10px;
}
.template4 .cv-linkenlace {
	margin: 10px 0 10px;
}
.template4 .cv-idiomas ul, .template4 .cv-habilidades ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
/*
.template4 .cv-idiomas ul li, .template4 .cv-habilidades ul li {
	background: url(images/bullet.png) no-repeat left 5px;
	padding-left: 30px;
	background-size: 16px;
	margin-bottom: 10px;
}
.template4 .black .cv-idiomas ul li, .template4 .black .cv-habilidades ul li {
	background: url(images/bulletblack.png) no-repeat left 5px;
	padding-left: 30px;
	background-size: 16px;
	margin-bottom: 10px;
}
*/
.template4 .cv-nombre-apellidos {
  font-size: 90px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 106px;
  margin-bottom: 40px;
}
.template4 .black .cv-nombre-apellidos {
	color: #000;
}
.template4 .main-column {
	padding-left: 118px;
}
.template4 #section_experiencia .titulo, .template4 #section_educacion .titulo,
.template4 #section_cursos .titulo, .template4 #section_block1 .titulo,
.template4 #section_block2 .titulo, .template4 #section_block3 .titulo,
.template4 #section_block4 .titulo, .template4 #section_block5 .titulo,
.template4 #section_idiomas .titulo, .template4 #section_habilidades .titulo  {
	color: #000;
	text-transform: uppercase;
	font-size: 30px;
	padding: 3px 12px;
	border-bottom: 4px solid #888;
}
.template4 #section_experiencia .titulo span, .template4 #section_educacion .titulo span,
.template4 #section_cursos .titulo span, .template4 #section_block1 .titulo span,
.template4 #section_block2 .titulo span, .template4 #section_block3 .titulo span, 
.template4 #section_block4 .titulo span, .template4 #section_block5 .titulo span,
.template4 #section_idiomas .titulo span, .template4 #section_habilidades .titulo span {
	display: inline-block;
	background: #fff;
	/* 
	width: 30px;
	height: 30px;
	*/
	border-radius: 50%;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.template4 .main-column table {
	margin-bottom: 30px;
	width: 100%;
}
.template4 .cv-descbloque1, .template4 .cv-descbloque2, .template4 .cv-descbloque3,
.template4 .cv-descbloque4, .template4 .cv-descbloque5 {
	margin-bottom: 10px;
}
.template4 .main-column td {
  display: table-cell;
  vertical-align: top;
  padding: 30px 30px 0 30px;
}
.template4 .main-column td.td-left {
	width: 300px;
}
.template4 .main-column .cv-exp-puesto, .template4 .main-column .cv-edu-titulacion,
.template4 .main-column .cv-curso-cursotitulacion {
	font-weight: bold;
}
.template4 .section-item {
	/* padding-left: 20px; */
}
.template4 .cv-experiencia-new td, .template4 .cv-educacion-new td, .template4 .cv-cursos-new td {
	padding-top: 0;
	padding-bottom: 0;
}


/***** TEMPLATE 5 *****/
.template5 {
	padding: 60px 120px;
	font-size: 19px;
	height: 100%;
}
.template5 .cv-nombre-apellidos {
	font-size: 68px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
.template5 .cv-profesion {
	margin-bottom: 15px;
}
.template5 .cv-loadfoto {
  width: 420px;
  height: 420px;
  display: block;
  margin-left: 0;
  margin-right: 0;
  border-radius: 24px;
  border: none;
}
.template5 .decoration {
	position: absolute;
	right: 0;
	top: 900px;
	height: 600px;
	width: 60px;
}
.template5 .titulo {
  	font-size: 36px;
  	text-transform: uppercase;
  	margin: 30px 0;
  	color: #000;
  	font-weight: bold;
}
.template5 .maincontent td {
  display: table-cell;
  vertical-align: top;
  padding: 10px 30px;
}
.template5 .direcciones {
	padding-left: 50px;
	background: url(images/locationblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template5 .telefonos {
	padding-left: 50px;
	background: url(images/phoneblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template5 .cv-telefono {
	margin-right: 10px;
}
.template5 .emails {
	padding-left: 50px;
	background: url(images/emailblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 30px;
}
.template5 .cv-divfechanacimiento {
	margin: 10px 0 10px;
}
.template5 .cv-linkenlace {
	margin: 10px 0 10px;
}
.template5 .cv-idiomas ul, .template5 .cv-habilidades ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}


/***** TEMPLATE 6 *****/
.template6 {
	padding: 60px 90px;
	font-size: 23px;
	height: 100%;
	color: #777;
}
.template6 .cv-foto {

}
.template6 .encabezado {
	padding: 0;
	text-align: left;
	color: inherit;
	border-bottom: 4px solid #666;
	font-size: 25px;
}
.template6 .cv-loadfoto {
	-webkit-border-radius: 1px;
	-webkit-border-top-left-radius: 200px;
	-moz-border-radius: 1px;
	-moz-border-radius-topleft: 200px;
	border-radius: 1px;
	border-top-left-radius: 200px;
	width: 804px;
	height: 960px;
	border: none;
}
.template6 .cv-nombre-apellidos {
	color: #000;
	font-size: 150px;
	font-weight: bold;
	text-align: left;
	line-height: 1.1em;
	margin-bottom: 15px;
}
.template6 .cv-profesion {
	font-size: inherit;
	font-weight: normal;
	color: #777;
}
.template6 .cv-descripcion {
	font-weight: normal;
	color: #777;
}
.template6 .cv-titulo_informacion {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 30px;
  margin: 50px 0 30px 0;
  padding: 0;
}
.template6 .encabezado .contactos td {
	padding: 10px 50px 10px 0;
}
.template6 .cuadro {
	text-align: right;
}
.template6 #section_experiencia .titulo, .template6 #section_educacion .titulo, 
.template6 #section_cursos .titulo, .template6 #section_block1 .titulo, 
.template6 #section_block2 .titulo, .template6 #section_block3 .titulo, 
.template6 #section_block4 .titulo, .template6 #section_block5 .titulo, 
.template6 #section_idiomas .titulo, .template6 #section_habilidades .titulo {
  font-weight: normal;
  font-size: 40px;
  padding: 3px 0;
  color: #000;
}
.template1 .maincontent td {
  	display: table-cell;
  	vertical-align: top;
  	padding-top: 12px;
  	padding-bottom: 12px;
}
.template6 .section-item td {
  	padding-left: 30px;
 	background: url(images/colors/cuadro.jpg) no-repeat left 20px;
 	background-size: 10px;
}
.template6 #section_experiencia, .template6 #section_educacion, .template6 #section_cursos, 
.template6 #section_block1, .template6 #section_block2, .template6 #section_block3, 
.template6 #section_block4, .template6 #section_block5, .template6 #section_idiomas, .template6 #section_habilidades {
  float: none;
  width: 100%;
  padding-right: 700px;
}
.template6 .cv-experiencia-new td, .template6 .cv-educacion-new td, .template6 .cv-cursos-new td {
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}
.template6 .cv-idiomas ul, .template6 .cv-habilidades ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	background: url(images/colors/cuadro.jpg) no-repeat left 20px;
 	background-size: 10px;
 	padding-left: 30px;
 	padding-top: 0;
}
.template6 .maincontent td {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0 0 30px;
}
.template6 .cv-exp-puesto, .template6 .cv-edu-titulacion {
	text-transform: uppercase;
}

/***** TEMPLATE 7 *****/
.template7 {
	padding: 60px;
	font-size: 19px;
	height: 100%;
}
.template7 .sidebar-column {
	color: #fff;
	padding: 0;
}
.template7 .cv-loadfoto {
  	width: 100%;
  	height: 668px;
  	display: block;
  	margin-bottom: 40px;
  	margin-left: auto;
  	margin-right: auto;
  	border: 4px solid #fff;
  	-webkit-border-radius: 260px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius: 260px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-radius: 260px;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}
.template7 .fotocurriculum {

}
.template7 .contenedorfotocv {
	background: #fff;
	padding-bottom: 30px;
}
.template7 td.column-bg {
  	height: 100%;
  	width: 829px;
}
.template7 .sidebar-column .titulo {
  font-size: 32px;
  text-transform: uppercase;
  margin: 30px 0;
    margin-left: 0px;
  background: #78a6be;
  padding: 7px 25px 7px 80px;
  max-width: 80%;
  -webkit-border-top-right-radius: 32px;
  -webkit-border-bottom-right-radius: 32px;
  -moz-border-radius-topright: 32px;
  -moz-border-radius-bottomright: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  position: relative;
  margin-left: -194px;
  color: #fff !important;
}
.template7 .direcciones {
	padding-left: 50px;
	background: url(images/location.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template7 .telefonos {
	padding-left: 50px;
	background: url(images/phone.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template7 .cv-telefono {
	margin-right: 10px;
}
.template7 .emails {
	padding-left: 50px;
	background: url(images/email.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 30px;
}
.template7 .direcciones.black {
	padding-left: 50px;
	background: url(images/locationblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template7 .telefonos.black {
	padding-left: 50px;
	background: url(images/phoneblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template7 .emails.black {
	padding-left: 50px;
	background: url(images/emailblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 30px;
}
.template7 .cv-idiomas ul, .template7 .cv-habilidades ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.template7 .cv-divfechanacimiento {
	margin: 10px 0 10px;
}
.template7 .cv-linkenlace {
	margin: 10px 0 10px;
}
.template7 .cv-nombre-apellidos {
  font-size: 108px;
  line-height: 1.2em;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 20px;
}
.template7 .main-column {
	padding-left: 118px;
}
.template7 #section_experiencia .titulo, .template7 #section_educacion .titulo,
.template7 #section_cursos .titulo, .template7 #section_block1 .titulo,
.template7 #section_block2 .titulo, .template7 #section_block3 .titulo,
.template7 #section_block4 .titulo, .template7 #section_block5 .titulo,
.template7 #section_idiomas .titulo, .template7 #section_habilidades .titulo  {
	color: #333;
	text-transform: uppercase;
	font-size: 30px;
	padding: 3px 12px 3px 12px;
	position: relative;
}
.template7 #section_experiencia .titulo span, .template7 #section_educacion .titulo span,
.template7 #section_cursos .titulo span, .template7 #section_block1 .titulo span,
.template7 #section_block2 .titulo span, .template7 #section_block3 .titulo span, 
.template7 #section_block4 .titulo span, .template7 #section_block5 .titulo span, 
.template7 #section_idiomas .titulo span, .template7 #section_habilidades .titulo span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: relative;
	top: 0;
	margin-right: 40px;
}
.template7 .section-item {
  padding-left: 17px;
}
.template7 .main-column table {
	margin-bottom: 30px;
	width: 100%;
}
.template7 .cv-descbloque1, .template7 .cv-descbloque2, .template7 .cv-descbloque3,
.template7 .cv-descbloque4, .template7 .cv-descbloque5 {
	margin-bottom: 10px;
}
.template7 .main-column td {
  display: table-cell;
  vertical-align: top;
  padding: 30px 30px 0 62px;
}
.template7 .cv-experiencia-new td, .template7 .cv-educacion-new td, .template7 .cv-cursos-new td {
	padding-top: 0;
	padding-bottom: 0;
}


/***** TEMPLATE 8 *****/
.template8 {
	padding: 60px 0;
	font-size: 23px;
	height: 100%;
	color: #777;
}
.template .encabezado {
	margin-top: 30px;
}
.template8 .fotocurriculum {
	float: left;
	width: 600px;
	text-align: center;
	position: relative;
	min-height: 1px;
}
.template8 .nombreencabezado {
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 50px;
}
.template8 .cv-loadfoto {
  position: absolute;
  top: -50px;
  left: 115px;
  width: 340px;
  height: 340px;
}
.template8 .descripciones {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 592px;
}
.template8 .contactos td {
	padding: 0;
}
.template8 .contactos table {
	width: 100%;
}
.template8 .contactos td img {
	margin-right: 15px;
}
.template8 #section_experiencia .titulo, .template8 #section_educacion .titulo, 
.template8 #section_cursos .titulo, .template8 #section_block1 .titulo, 
.template8 #section_block2 .titulo, .template8 #section_block3 .titulo, 
.template8 #section_block4 .titulo, .template8 #section_block5 .titulo, 
.template8 #section_idiomas .titulo, .template8 #section_habilidades .titulo {
  font-weight: normal;
  font-size: 40px;
  padding: 3px 0;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.template8 #section_experiencia, .template8 #section_educacion,
.template8 #section_cursos, .template8 #section_block1,
.template8 #section_block2, .template8 #section_block3,
.template8 #section_block4, .template8 #section_block5,
.template8 #section_idiomas, .template8 #section_habilidades {
	float: left;
	width: 50%;
	padding-right: 60px;
	padding-left: 60px;
}
.template8 .maincontents {
	padding-left: 90px;
	padding-right: 90px;
}
.template8 .maintable td {
  display: table-cell;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
}
.template8 .cv-experiencia-new td, .template8 .cv-educacion-new td, .template8 .cv-cursos-new td {
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}
.template8 .clear + .section {
	text-align: right !important;
	border-right: 5px solid #ccc;
}
.template8 .cv-idiomas ul, .template8 .cv-habilidades ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}





/***** TEMPLATE 9 *****/
.template9 {
	padding: 60px;
	font-size: 19px;
	height: 100%;
}
.template9 .cv-loadfoto {
  width: 100%;
  height: 500px;
  display: block;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  border: none;
}
.template9 td.column-bg {
  height: 100%;
  width: 534px;
}
.template9 .contenidos-sidebarcolumn {
	color: #fff;
	padding: 20px 40px;
}
.template9 .black .contenidos-sidebarcolumn {
	color: #000;
}
.template9 .sidebar-column .titulo {
	font-size: 32px;
	text-transform: uppercase;
	margin: 30px 0;
}
.template9 .direcciones {
	padding-left: 50px;
	background: url(images/location.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template9 .telefonos {
	padding-left: 50px;
	background: url(images/phone.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template9 .cv-telefono {
	margin-right: 10px;
}
.template9 .emails {
	padding-left: 50px;
	background: url(images/email.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 30px;
}
.template9 .black .direcciones {
	padding-left: 50px;
	background: url(images/locationblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template9 .black .telefonos {
	padding-left: 50px;
	background: url(images/phoneblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template9 .black .emails {
	padding-left: 50px;
	background: url(images/emailblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 30px;
}
.template9 .cv-divfechanacimiento {
	margin: 10px 0 10px;
}
.template9 .cv-linkenlace {
	margin: 10px 0 10px;
}
.template9 .cv-idiomas ul, .template9 .cv-habilidades ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.template9 .sectionnombres {
  height: 500px;
  padding: 60px 80px;
}
.template9 .sectionnombres td {
	height: 500px;
	color: #fff;
	text-align: left;
}
.template9 .cv-nombre {
	font-weight: bold;
}
.template9 .cv-apellidos {
	font-weight: normal;
}
.template9 .cv-nombre-apellidos {
	font-size: 120px;
	color: #fff;
	text-transform: uppercase;
}
.template9 .contenidosmodulos {
	padding:  0 80px;
}
.template9 #section_experiencia .titulo, .template9 #section_educacion .titulo,
.template9 #section_cursos .titulo, .template9 #section_block1 .titulo,
.template9 #section_block2 .titulo, .template9 #section_block3 .titulo,
.template9 #section_block4 .titulo, .template9 #section_block5 .titulo,
.template9 #section_idiomas .titulo, .template9 #section_habilidades .titulo  {
	color: #000;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 15px;
}
.template9 .main-column td {
  display: table-cell;
  vertical-align: top;
  padding: 20px 0;
}


/***** TEMPLATE 10 *****/
.template10 {
	padding: 60px;
	font-size: 19px;
	height: 100%;
	color: #666;
	font-size: 21px;
}
.template .template10 td.column-bg {
  height: 100%;
  width: 785px;
}
.template10 .decoration {
  width: 91%;
  height: 92px;
  position: absolute;
  left: 110px;
  top: 0;
}
.template10 .cv-loadfoto {
  width: 100%;
  height: 644px;
  border-radius: 0 !important;
}
.template10 .titulos {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 36px;
	color: #666;
	margin-bottom: 30px;
}
.template10 .cv-habilidades ul, .template10 .cv-idiomas ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.template10 .cv-nombre-apellidos {
	font-size: 46px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.template10 .cv-profesion {
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 30px;
}
.template10 .main-column .emails, .template10 .main-column .direcciones, .template10 .main-column .telefonos,
.template10 .main-column .cv-divfechanacimiento, .template10 .main-column .cv-divnacionalidad, 
.template10 .main-column .cv-linkenlace {
	text-align: right;
}
.template10 .strong {
	font-weight: bold;
}
.template .template10 .section-item td {
  display: table-cell;
  vertical-align: top;
  padding: 20px 0px;
}



/***** TEMPLATE 11 *****/
.template11 {
	padding: 60px 120px;
	font-size: 22px;
	height: 100%;
	position: relative;
}
.bordetemplate11 {
	position: absolute;
	top: 315px;
	left: 0;
	padding-left: 120px;
	padding-right: 120px;
	width: 100%;
}
.template11 .cv-nombre-apellidos {
	font-size: 88px;
	font-weight: bold;
	margin-bottom: 20px;
}
.template11 .contactotop span {
	margin-right: 20px;
	font-weight: bold;
}
.template11 .cv-profesion {
	font-weight: bold;
	margin-bottom: 20px;
}
.template11 .titulo {
	display: inline-block;
	width: 400px;
	text-transform: uppercase;
	padding: 15px;
	margin: 40px 0;
}
.template11 .titulo span {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 12px;
}
.template11 .td-left {
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 30px;
}
.template11 .cv-exp-puesto, .template11 .cv-edu-titulacion, .template11 .cv-curso-cursotitulacion {
	font-weight: bold;
}

/*************************

.template5 .cv-nombre-apellidos {
	
	color: #000;
	text-transform: uppercase;
	
	margin-bottom: 20px;
}
.template5 .cv-profesion {
	margin-bottom: 15px;
}
.template5 .cv-loadfoto {
  width: 420px;
  height: 420px;
  display: block;
  margin-left: 0;
  margin-right: 0;
  border-radius: 24px;
  border: none;
}
.template5 .decoration {
	position: absolute;
	right: 0;
	top: 900px;
	height: 600px;
	width: 60px;
}
.template5 .titulo {
  	font-size: 36px;
  	text-transform: uppercase;
  	margin: 30px 0;
  	color: #000;
  	font-weight: bold;
}
.template5 .maincontent td {
  display: table-cell;
  vertical-align: top;
  padding: 10px 30px;
}
.template5 .direcciones {
	padding-left: 50px;
	background: url(images/locationblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template5 .telefonos {
	padding-left: 50px;
	background: url(images/phoneblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.template5 .cv-telefono {
	margin-right: 10px;
}
.template5 .emails {
	padding-left: 50px;
	background: url(images/emailblack.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 30px;
}
.template5 .cv-divfechanacimiento {
	margin: 10px 0 10px;
}
.template5 .cv-linkenlace {
	margin: 10px 0 10px;
}
.template5 .cv-idiomas ul, .template5 .cv-habilidades ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
*****/






.modal {
  z-index: 99999;
}
.modal-backdrop {
  z-index: 10000;
}
#modalcv .modal-header {
	background: #f8fafd;
	text-align: left;
	border: none;
	position: relative;
	font-size: 15px;
}
#modalcv .modal-header h4 {
  color: #126874;
  padding-right: 25px;
  font-weight: bold;
  margin-bottom: 16px;
}
#modalcv  .modal-header .close {
	margin: 0;
	position: absolute;
	right: 15px;
	top: 12px;
	opacity: 1;
	color: #111;
}
#modalcv .modal-body {
	padding-bottom: 40px;
	text-align: left;
}
#modalcv .copylink {
	position: relative;
	margin-top: 20px;
}
#modalcv .copylink input {
	width: 100%;
	height: 44px;
	padding-right: 50px;
	border: 1px solid #ccc;
	background: #f2f2f2;
}
#modalcv .copylink button {
  width: auto;
  height: 44px;
  outline: none;
  color: #fff;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #126874;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
a.addbloque {
	box-shadow: none;
	color: #126874;
	text-transform: uppercase;
	border: none;
	text-align: right;
}
.boxopcions span.btnocultar {
  display: inline-block;
  padding: 10px;
  position: absolute;
  right: 42px;
  z-index: 100;
  cursor: default;
  background: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0;
  line-height: 30px;
}


/***
.container-preview .preview {
	background: #fff;
	width: 340px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	overflow-x: hidden;
}
#template-preview {
	background: #fff;
	width: 100%;
	min-height: 100%;
	height: auto;
}
***/
@media(max-width: 991px) {
	.cab {
		height: 80px;
	}
}
@media(max-width: 767px) {
	h1 {
	    font-size: 50px;
	}
	h2 {
		font-size: 36px;
	}
	.slider {
    	padding-top: 120px;
    	padding-bottom: 100px;
	}
	.paso.texto {
		float: none !important;
	}
	.paso.texto div {
		width: 370px;
		padding-top: 0;
		text-align: left;
		float: none;
		padding-right: 0;
	}
	.paso.texto.floatright div {
		text-align: left;
		float: none;
		padding-left: 0;
	}
	.paso.imagen {
		padding-left: 15px !important;
		padding-right: 15px !important;
		float: none !important;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.paso img.icon {
		right: inherit !important;
		left: 15px !important;
	}
	.sidebarmenu {
		width: 0;
		overflow-x: hidden;
	}
	body.private .main {
		padding-left: 0;
		padding-bottom: 50px;
		padding-right: 0;
	}
	.preview-btn-fixed {
	    display: block;
	    background: #126874;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    z-index: 1000;
	}
	.preview-btn-fixed a {
		display: block;
		color: #fff;
		text-align: center;
		padding-top: 12px;
		padding-bottom: 12px;
		font-family: 'Poppins', sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}
	.preview-btn-fixed.btnfixed2 {
		display: none;
		z-index: 9999;
	}
	.content-sidebar {
	    overflow-y: hidden;
	}
	/*****	
	.opensidebar {
		display: block;
		position: absolute;
		top: 10px; 
		left: 15px;
		font-size: 24px;
		z-index: 100;
	}
	****/
	.closesidebar {
		display: block;
		position: absolute;
	    right: 14px;
	    top: 10px;
	    font-size: 30px;
	    font-weight: 300;
	    font-family: 'Poppins', sans-serif;
	}
	.floatright {
		float: none;
	}
	.template {
	    transform: scale(0.12);
	}
	.container-preview {
	    position: relative;
	    height: 100%;
	    padding-top: 50px;
	    width: 297px !important;
	}
}

@media(max-width: 498px) {
	h1 {
	    font-size: 36px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	.slider {
    	padding-top: 120px;
    	padding-bottom: 100px;
	}
	.slider-content br {
		display: none;
	}
	.readmore, .boton {
		font-size: 14px;
	}
	.top-private a.logout span {
		display: none;
	}
}
.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  background: #EBEEF1;
}
.ck.ck-reset_all, .ck.ck-reset_all * {
  border: none !important;
}
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border: none !important;
}
.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border: none !important;
}

.columnaprecio {
	border-radius: 24px;
	padding: 30px;
	border: 1px solid #ccc;
}
.columnaprecio h3 {
	margin-bottom: 0;
	font-size: 21px;
	text-align: center;
}
.columnaprecio h1 {
	font-weight: bold;
	font-size: 36px;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 6px;
}
.columnaprecio .fa {
	color: #126874;
	font-size: 13px;
	margin-right: 5px;
}