* {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}


/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay {
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
	
 z-index: 100;
	
}

.overlay.active {
	visibility: visible;
}

.popup {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	padding: 5px;
	text-align: center;
	max-width:1000px;
	width:90%;
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
	
	 z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}

.popup .btn-cerrar-popup {
	font-size: 18px;
	line-height: 16px;
	display: block;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup .btn-cerrar-popup:hover {
	color: #000;
}


.popup form .contenedor-inputs {
	opacity: 0;
}

.popup form .contenedor-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup form .btn-submit {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup form .btn-submit:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup.active {	transform: scale(1); opacity: 1; }



.float_l { float: left }
.float_r { float: right }

.image_wrapper { position: relative; width: 200px; height: 121px; }
.image_wrapper img { width: 200px; height: 107px; margin: 0px }
.image_wrapper span { position: absolute; top: 0; left: 0; width: 200px; height: 121px;  }
.image_fl { float: left; margin: 0px 50px 0 0 }
.image_fr { float: right; margin: 3px 0 0 15px }


#templatemoCV {
	clear: both;
    width: 900px;
    padding: 0px 0;
    margin: auto;
}
.col_w960 {
   clear: both; 
   width: 960px; 
   padding-bottom: 50px; 
   margin-bottom: 30px; 
   border-bottom: 1px solid #ccc;
}
.col_w960_last { 
    margin: 0; border: 0 
}
.col_w600 { 
width: 500px ;
float: left; 
    }

.col_w450 {
    width: 450px;
}

.col_w300 {
width: 400px; 
border-left: 1px solid #ccc;
padding-left: 5px;
	
}

.col_w260_r { 
	float: right; 
	width: 380px ;
	border-left: 1px solid #ccc;
	padding-left: 5px;
}

.col_w260_l { 
float: left; 
width: 500px ;
}

.col_allw300 { width: 300px; float: left; margin-right: 30px }
.col_w225 { float: left; width: 225px; margin-right: 20px; }
.col_w225_content { padding: 0 20px }
.col_last { margin: 0 }

.content_box { 
padding-bottom: 15px; 
margin-bottom: 15px; 
max-width: 580px
/*border-bottom: 1px solid #ccc */
}

#templatemoT {
	clear: both;
    max-width: 900px;
   padding: 0px 0;
   margin: auto;
}






