* { box-sizing: border-box; }
body {
	background:#fff;
	background-color:#fff;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #333333;
	line-height:140%; 
}
@-ms-viewport{
	width: device-width;
}
/*---------- WYSIWYG Headings ------------------ */
.wys_heading1 {
	font-family: 'Raleway', sans-serif;
	line-height:120%;
	font-size: 22px;
}
.wys_heading2 {
	font-family: 'Raleway', sans-serif;
	line-height:120%;
	font-size: 18px;
}
/*---------- OOCSS ------------------ */
.pad10{ padding:10px; }
.pad20{ padding:20px; }
.fz10{ font-size:10px; }
.fz11{ font-size:11px; }
.fz12{ font-size:12px; }
.fz13{ font-size:13px; }
.fz14{ font-size:14px; }
.fz16{ font-size:16px; }
.fz18{ font-size:18px; }
.fz20{ font-size:20px; }
.fz22{ font-size:22px; }
.fz28{ font-size:28px; }
.fz36{ font-size:36px; }
.lh_110 { line-height:110%; }
.lh_120 { line-height:120%; }
.lh_130 { line-height:130%; }
.italico { font-style:italic; }
.negrita { font-weight:bold; }
.naranja { color:#DB761E; }
.rojo{ color:#980539; }
.rojo2{ color:#781937; }
.rojo3{ color:#b3697a; }
.grisclaro{ color:#CCCCCC; }
.gris{ color:#70726f; }
.gris2{ color:#5b5b5b; }
.gris3{ color:#b3b3b3; }
.naranja { color: #bd5e06; }
.azul{ color:#005172; }
.edBox{ display:none; }
/*--------- Estructuras -------------- */
.principal{
	width:100%;
}
.miCanvas{
	position:relative;
	width:90%;
	text-align:center;
	margin:0 auto;
	/*border: 1px solid blue;*/
}
/*--------- Flechillas -------------- */
.verMas_abajo {
	display: inline-block;
	background-image:url(flechilla_gris.png);
	background-position: center bottom;
	background-repeat:no-repeat;
	font-size: 11px;
	color: #ccc;
	font-style: italic;
	height: 40px;
	cursor: pointer;
}
.verMas_abajo:hover {
	font-weight: bold;
}
/*--------- Menu principal -------------- */
.menusign_box {
	display: block;
	/*background-color: #851239;*/
	background-color: rgba(255,255,255,0.9);
	border-radius: 50%;
	text-align: center;
	padding: 8px;
	position: fixed;
	top: 10px; right: 10px;
	box-shadow: 1px 1px 3px 0px #999;
	z-index: 99;
	cursor: pointer;
}
.menu_ln {  
	display:block;
	width: 15px;
	border: 1px solid #aa7487;
	margin: 0 auto;
	margin-top: 2px;
	margin-bottom: 2px;
}
.menusign_box:hover .menu_ln {  
	border: 1px solid #c79fad;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    /*background-color: rgba(255,255,255, 0.95);*/
	background-color: #781937; /*781937, b3697a, 980539 */
	border-left: 22px solid #222;
    overflow-y: hidden;
    transition: 0.3s;
}
.overlay-content {
    position: relative;
    top: 6%;
    width: 100%;
    text-align: left;
	padding: 12px;
	padding-left: 90px;
}
.overlay-content .titulo {
    display: inline-block;
	font-family: 'Marcellus', serif;
	line-height:120%;
    padding: 10px;
	padding-right: 100px;
	font-size: 36px;
    color: #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 20px;
}
.overlay-content .br {
	display: block;
}
.overlay .clser {
	display: block;
    padding: 6px;
    text-decoration: none;
    font-size: 36px;
    color: #d6d6d6;
    transition: 0.3s;
}
.overlay .clser:hover, .overlay .clser:focus {
    color: #f6f6f6;
}
.overlay .closerbtn {
    position: absolute;
    top: 20px;
    right: 40px;
}
.overlay .secc {
	display: inline-block;
	font-family: 'Marcellus', serif;
	line-height:120%;
    padding: 10px;
    text-decoration: none;
    font-size: 34px;
    color: #d6d6d6;
    transition: 0.3s;
}
.overlay .secc:hover, .overlay .secc:focus {
    color: #fff;
}
.overlay-content .bull {
    display: inline-block;
    padding: 10px;
	font-size: 30px;
    color: #d6d6d6;
}
/*--------- Cabeza Portada -------------- */
.headWrap {
	display: block;
	background-image:url(header1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 44.375%;
	overflow: hidden;
	position: relative;
}
.head_logo {
	display: block;
	width: 18%;
	color:white;
	text-align: left;
	position: absolute;
	top:10%; left: 8%;
}
.logoRc {
	display: block;
	background-image:url(logo_rc.png);
	background-position:top left;
	background-repeat:no-repeat;
	width: 212px;
	height: 179px;
}
.head_txt {
	display: block; /* 18 % */
	width: 65.4%;
	color:white;
	text-align: right;
	position: absolute;
	top:47.5%; right: 20px;
}
.headTxt1_cel {
	display: none;
}
.headTxt2_cel {
	display: none;
}
.headTxt1 {
	font-size: 42px;
	display: inline-block;
	margin-bottom: 8px;
	opacity: 0;
}
.headTxt2 {
	font-size: 38px;
	display: block;
	opacity: 0;
}
.headTxt3 {
	font-size: 20px;
}
.headTxt4 {
	font-size: 30px;
}
.head_tel {
	display: block;
	width: 25%;
	text-align: right;
	position: absolute;
	bottom: 12.5%; left: 0;
}
.head_tel .icoTwt {
	display: inline-block;
	vertical-align: top;
	background-image:url(ico_tweet.png);
	background-position: left top;
	background-repeat:no-repeat;
	width: 28px;
	height: 25px;
	opacity: 0.3;
}
.head_tel a {
	text-decoration: none;
	color: #b3697a;
}
.head_tel a:hover {
	text-decoration: underline;
}
.head_mail {
	display: block;
	width: 25%;
	text-align: right;
	position: absolute;
	bottom: 7%; left: 3%;
	overflow: hidden;
}
.head_mail .icoCorreo {
	display: inline-block;
	vertical-align: top;
	background-image:url(ico_sobre.png);
	background-position: left 5px;
	background-repeat:no-repeat;
	width: 28px;
	height: 30px;
	opacity: 0.4;
}
.head_mail a {
	text-decoration: none;
	color: #b3697a;
}
.head_mail a:hover {
	text-decoration: underline;
}
/*------------ Google font faces -----------*/
.fface_openSans{
	font-family: 'Marcellus', serif;
	line-height:120%;
}
.fface_Raleway{
	font-family: 'Raleway', sans-serif;
	line-height:120%;
}
/*--------- Somos -------------- */
.quienesSomos {
	display: block;
	text-align: center;
}
.somos_titulo {
	font-family: 'Raleway', sans-serif;
	line-height:120%;
	font-size: 26px;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	margin-top: 28px;
}
/*--------- Firma -------------- */
.cajonFirma{
	display: block;
	position: relative;
	padding: 20px 0px;
	background-image:url(pluma.png);
	background-position: 6% bottom;
	background-repeat:no-repeat;
	background-size: contain;
	min-height: 460px;
	margin: 30px 0;
}
.firmaContenido {
	display: block;
	padding-top: 60px;
	padding-left: 540px;
}
.fima_tituloNew {
	font-family: 'Raleway', sans-serif;
	line-height: 140%;
	font-size: 36px;
	text-align: left;
}
.firma_txtNew_1 {
	text-align: left;
	font-size: 24px;
	color: #555;
	padding: 32px 0 20px 0;
	line-height: 130%;
}
		.firma_txtNew_2 {
			text-align: left;
			font-size: 16px;
			color: #555;
			line-height: 130%;
		}
/*--------- Compromiso -------------- */
.compromiso_titulo {
	font-family: 'Raleway', sans-serif;
	line-height:120%;
	font-size: 38px;
	padding: 50px 0 10px 0;
}
.compromiso_txt {
	text-align: left;
	font-size: 20px;
	color: #444;
	padding-top: 12px;
	padding-bottom: 30px;
	line-height: 130%;
}
.compromiso_txt2 {
	font-size: 16px;
	color: #444;
}
/*--------- CVs -------------- */
.equipo_titulo {
	font-family: 'Raleway', sans-serif;
	line-height:120%;
	font-size: 26px;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	margin-top: 28px;
}
.equipoBox{
	display: block;
	/*border: 1px solid blue;*/
	width: 400px;
    height: 430px;
	margin: 0 auto;
}
.equipoBox .foto {
	display: block;
	width: 90%;
	height: 80%;
	margin: 0 auto;
	/*border: 1px solid red;*/
}
.equipoBox .sombra {
	display: block;
	width: 96%;
	margin: 0 auto;
	border-top: 1px solid #990000;
}
.equipoBox .nombre {
	display: block;
	text-align: center;
	margin: 0 auto;
	font-family: 'Marcellus', serif;
	line-height:120%;
	font-size: 18px;
	padding-top: 8px;
	margin-bottom: 10px;
}
.equipoBox .enlace {
	display: inline-block;
	background: #fff;
	font-size: 12px;
	color: #fa831b;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.equipoBox .enlace:hover {
	color: #980539;
}
.ivan666 {
	display: block;
	background-image:url(ivan_cv3_bis.png);
	background-position: center 20px;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.joel666 {
	display: block;
	background-image:url(joel2.png);
	background-position: right top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.arianne666 {
	display: block;
	background-image:url(arianne_cv1.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.ernesto666 {
	display: block;
	background-image:url(ernesto_cv1.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.andrea666 {
	display: block;
	background-image:url(andrea_cvr.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.bryna666 {
	display: block;
	background-image:url(bryna_cv2.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.renata666 {
	display: block;
	background-image:url(renata_cv1.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.alfonso666 {
	display: block;
	background-image:url(alfonso_cv1.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.paula666 {
	display: block;
	background-image:url(paula_cv1.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.barbara666 {
	display: block;
	background-image:url(barbara_cv1.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.karen666 {
	display: block;
	background-image:url(karen_cvr2.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.daniel666 {
	display: block;
	background-image:url(daniel_cv2.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.miriam666 {
	display: block;
	background-image:url(miriam_afuera.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.astrid666 {
	display: block;
	background-image:url(astrid_cv.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.fidel666 {
	display: block;
	background-image:url(fidel_cv1.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.josefina666 {
	display: block;
	background-image:url(josefinaCV_v1.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.equipo_cvs {
	display: none;
	text-align: left;
	width: 92%;
	margin: 0 auto;
	animation: fadeEffect 1s;
}
.equipo_cvs .tit {
	display: block;
	font-family: 'Marcellus', serif;
	line-height:120%;
	font-size: 24px;
	padding: 18px 0;
}
.cvResp_social {
	display: none;
	margin-top: 20px;
}
.cvResp_social a {
	color:#DB761E;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.cvResp_social a:hover {
	text-decoration: underline;
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
/*--------- CV Zoom -------------- */
.overlayCv {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255, 0.95);
    overflow: hidden;
    transition: 0.3s;
}
.overlayCv .foto {
	display:block;
	width:40%;
	position: absolute;
	left:0;
	bottom: 0;
}
.overlayCv-content {
    position: relative;
    top: 10%;
	left: 40%;
    width: 60%;
	height: 70%;
    text-align: left;
	padding-right: 10px;
    margin-top: 10px;
	overflow-y: auto;
}
.overlayCv .correo {
	display: block;
	width:50%;
	position: absolute;
	right:0;
	bottom:-160px;
}
.overlayCv .cls {
    padding: 20px 8px;
    text-decoration: none;
    font-size: 36px;
    color: #B3A3BD;
    display: block;
    transition: 0.3s;
}
.overlayCv .cls:hover, .overlayCv .cls:focus {
    color: #950739;
}
.overlayCv .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
}
.cv_zm_em {
	display: block;
	background-color: #e1841a;
	transform: skewY(-9deg);
	min-height: 200px;
	text-align: right;
	line-height: 100%;
	padding-top: 28px;
}
.cv_zm_emWrapper {
	display: block;
	text-align: right;
	position: absolute;
	bottom: 8px;
	right: 10px;
}
.cv_zm_emWrapper a {
	display: inline-block;
	color: #fff;
	text-align: right;
	font-size: 20px;
	line-height: 1.5;
	text-decoration:none;
}
.cv_zm_emWrapper a:hover {
	text-decoration: underline;
}
.cvZoomTitulo {
	display: inline-block;
	font-family: 'Marcellus', serif;
	line-height:120%;
	font-size: 26px;
	padding-bottom: 12px;
	padding-right: 42px;
	border-bottom: 1px solid #781937;
	margin-bottom: 12px;
}
.cvZoomTxt {
	display: block;
	padding: 6px 10px 20px 0;
	font-size: 14px;
}
/*  CVS Actuales para el ZOOM  */
.ivancastillo {
	display: block;
	background-image:url(ivan_cv3_bis.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.joelreyes {
	display: block;
	background-image:url(joel2.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.marvalhas {
	display: block;
	background-image:url(mvhas_cv.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.arianne_zm {
	display: block;
	background-image:url(arianne_cv2.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.ernesto_zm {
	display: block;
	background-image:url(ernesto_cv2.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 150%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.andrea_zm {
	display: block;
	background-image:url(andrea_cvr.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.bryna_zm {
	display: block;
	background-image:url(bryna_cv.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.renata_zm {
	display: block;
	background-image:url(renata_cv2.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.alfonso_zm {
	display: block;
	background-image:url(alfonso_cv2.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.paula_zm {
	display: block;
	background-image:url(paula_cv2.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.barbara_zm {
	display: block;
	background-image:url(barbara_cv2.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.karen_zm {
	display: block;
	background-image:url(karen_cvr2.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.daniel_zm {
	display: block;
	background-image:url(daniel_cv2.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.miriam_zm {
	display: block;
	background-image:url(miriam_dentro.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.astrid_zm {
	display: block;
	background-image:url(astrid_cv.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.fidel_zm {
	display: block;
	background-image:url(fidel_cv2.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
.josefina_zm {
	display: block;
	background-image:url(josefinaCV_v2.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%; 
	padding-bottom: 126.7%;
	overflow: hidden;
	position: relative;
}
/*--------- DIV Botones -------------- */
.btn_rojo {
	display: inline-block;
	text-align: left;
	color: #c1a6ad;
	background-color: #980539;
	font-size: 13px;
	padding: 3px 50px 3px 10px;
	cursor: pointer;
}
.btn_rojo:hover {
	color: #fff;
}
.btn_rojo2 {
	display: inline-block;
	text-align: center;
	color: #c1a6ad;
	background-color: #980539;
	font-size: 13px;
	padding: 4px 26px;
	border-radius: 4px;
	cursor: pointer;
}
.btn_rojo2:hover {
	color: #fff;
}
/*--------- Agenda -------------- */
.agendaWrapper {
	display: block;
	position: relative;
	text-align: left;
	padding: 20px 0px 1px 0px;
}
.agendaWrapper .col_izq {
	display: block;
	float: left;
	width: 25%;
	text-align: right;
	padding: 42px 58px 0px 0px;
}
.agendaWrapper .col_der {
	display: block;
	float: left;
	width: 72%;
	padding: 2px 14px;
}
.agendaWrapper .col_der .avatar {
	display: inline-block;
	vertical-align: top;
	width: 110px;
}
.agendaWrapper .col_der .avatar img {
	border: 1px solid #980539;
	border-radius: 50%;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
}
.agendaWrapper .col_der .titulo {
	display: inline-block;
	vertical-align: top;
	width: 77%;
	padding: 18px 4px 0px 28px;
}
.agendaWrapper .col_der .descripcion {
	display: block;
	padding: 20px 2px 10px 2px;
	overflow: hidden;
}
.agendaWrapper .col_der .descripcion a {
	font-weight: normal;
	text-decoration: none;
	color: #bd5e06;
}
.agendaWrapper .col_der .descripcion a:hover {
	text-decoration: underline;
}
.agendaWrapper .col_der .shombra {
	display: block;
	background-image:url(sombrina.png);
	background-position: right top;
	background-repeat:repeat-x;
	height: 25px;
}
.agendaWrapper .horario {
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Marcellus', serif;
	color: #666;
	font-size: 30px;
	line-height: 120%;
}
.agendaWrapper .fecha {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 120%;
}
.agendaVermas {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
/*--------- Seccion de derecho -------------- */
.law_divs {
	display: table;
	width:100%;
	position:relative;
	overflow: hidden;
}
.der_titulos { 
	font-size: 30px;
	color: #fff;
	margin: 12px 2px;
}
.der_cajatxt {
	display: block;
	color: #fff;
	font-size: 15px;
	min-height: 160px;
	margin-top: 40px;
	margin-bottom: 0;
}
.law_divs .div1 {  
	display: table-cell;
	text-align: center;
	background-color: #bd5e06;
	color: white;
	width:50%;
	/*min-height: 420px;*/ /* AGUAS AQUI!!!*/
	padding:20px;
	padding-top: 20px;
	position:relative;
	overflow: hidden;
}
.law_divs .div2 {  
	display: table-cell;
	text-align: center;
    background-color: #7a1938;
	color: white;
	width:50%;
	padding: 20px;
	padding-top: 20px;
	/*position: absolute;
	top: 0; right:0;*/
	height: 100%;
}
/*----- Iconos de derecho --------*/
.derechoUrna {
	display: block;
	background-image:url(ico_urna.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: contain;
	width: 100%;
	height: 120px;
	position: relative;
	margin: 10px 0 30px 0;
	padding-top: 250px;
}
.derechoBlnza {
	display: block;
	background-image:url(ico_balanza.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: contain;
	width: 100%;
	height: 120px;
	position: relative;
	margin: 10px 0 30px 0;
	padding-top: 250px;
}
.verMas_bco {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}
.verMas_bco:hover {
	text-decoration: underline;
}
.iconer_wrap_all {
	display: block;
	opacity: 1;
}
.iconer_wrap {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	margin: 10px 10px;
	position: relative;
	overflow: hidden;
	width: 20%;
	vertical-align: top;
}
.icos_rojo_width {
	width: 30%;
}
.iconer_wrap .halo {
	background-color: rgba(255,255,255,0);
	border-radius: 50%;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.iconer_wrap .halo2 {
	background-color: rgba(255,255,255,0);
	border-radius: 50%;
	width: 110px;
	height: 110px;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.iconer_wrap:hover .halo, .iconer_wrap:focus .halo, .iconer_wrap .active {
	background-color: rgba(255,255,255,0.1);
}
.iconer_wrap:hover .halo2, .iconer_wrap:focus .halo2, .iconer_wrap .active {
	background-color: rgba(255,255,255,0.16);
}
.iconer_wrap .txt {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	margin-top: 14px;
	line-height: 120%;
}
.iconer_wrap .ico_capacitacion {
	display: block;
	background-image:url(ico_cap.png);
	background-position:top left;
	background-repeat:no-repeat;
	width: 98px;
	height: 93px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
}
.iconer_wrap .ico_asesoria {
	display: block;
	background-image:url(ico_asesoria.png);
	background-position:top left;
	background-repeat:no-repeat;
	width: 98px;
	height: 93px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
}
.iconer_wrap .ico_defjur {
	display: block;
	background-image:url(ico_defjur.png);
	background-position:top left;
	background-repeat:no-repeat;
	width: 98px;
	height: 93px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
}
.iconer_wrap .ico_blindaje {
	display: block;
	background-image:url(ico_blindaje.png);
	background-position:top left;
	background-repeat:no-repeat;
	width: 98px;
	height: 93px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
}
.iconer_wrap .ico_asorg {
	display: block;
	background-image:url(ico_asorg.png);
	background-position:4px -4px;
	background-repeat:no-repeat;
	width: 98px;
	height: 93px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
}
.iconer_wrap .ico_medios {
	display: block;
	background-image:url(ico_medios.png);
	background-position:top left;
	background-repeat:no-repeat;
	width: 98px;
	height: 93px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
}
.caja_gris {
	background-color: #edeef0;
}
.cajon_derechos {
	display: block;
	text-align: left;
	position: relative;
	overflow: hidden;
	padding: 20px;
}
.cajon_derechos .info {
	display: none;
	text-align: center;
	width: 90%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	animation: fadeEffect 1s;
}
.cajon_derechos .info .icono {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	overflow: hidden;
	padding: 0 30px 0 10px;
}
.cajon_derechos .info .contenido {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	padding-left: 30px;
	width: 66%;
}
.cajon_derechos .info .contenido .titulo {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	line-height:120%;
	font-size: 28px;
	margin-bottom: 12px;
}
.cajon_derechos .info .contenido .txt {
	font-size: 16px;
}
.linea_naranja_separa {
	border-bottom: 1px solid #bd5e06;
	width: 20%;
	margin-top: 12px;
	margin-bottom: 12px;
}
.linea_roja_separa {
	border-bottom: 1px solid #980539;
	width: 20%;
	margin-top: 12px;
	margin-bottom: 12px;
}
.ul_naranja {
	list-style: none;
    margin: 16px 0;
    padding: 0;
}
.ul_naranja li { 
    padding-left: 4px; 
}
.ul_naranja li::before {
    content: "• ";
    padding-right: 8px;
    color: #bd5e06;
}
.ul_rojo {
	list-style: none;
    margin: 16px 0;
    padding: 0;
}
.ul_rojo li { 
    padding-left: 4px; 
}
.ul_rojo li::before {
    content: "• ";
    padding-right: 8px;
    color: #980539;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: #999;
	font-weight: bold;
	font-size: 28px;
	transition: 0.6s ease;
}
.next {
  right: 0;
}
.prev:hover, .next:hover {
  color: #980539;
}
.ico_gde_cap {
	display: block;
	background-image:url(ico_gde_cap.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 106.2%;
}
.ico_gde_ases {
	display: block;
	background-image:url(ico_gde_ases.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 106.2%;
}
.ico_gde_defensa {
	display: block;
	background-image:url(ico_gde_defensa.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 106.2%;
}
.ico_gde_blindaje {
	display: block;
	background-image:url(ico_gde_blindaje.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 106.2%;
}
.ico_gde_ases2 {
	display: block;
	background-image:url(ico_gde_ases2.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 106.2%;
}
.ico_gde_medios {
	display: block;
	background-image:url(ico_gde_medios.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 106.2%;
}
/*------------ Medios --------------------*/
.medios_titulo {
	font-family: 'Raleway', sans-serif;
	line-height:120%;
	font-size: 26px;
	text-align: center;
	padding: 10px 2px 20px 2px;
	margin: 0 auto;
	margin-top: 28px;
}
.separa_gris_medios {
	text-align: center;
	border-bottom:1px solid #ccc;
	width: 30%;
	margin: 0 auto;
	margin-bottom: 2px;
}
.mediosWrapper {
	display: block;
	width: 100%;
	padding: 20px 0 40px 0;
}
.mediosTarjeta {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 20%;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 0;
	margin: 0 34px;
	overflow: hidden;
	min-height: 330px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.mediosTarjeta .titulo {
	display: block;
	color: #666;
	font-size: 20px;
	text-align: center;
	padding: 24px 4px;
	cursor: default;
}
.mediosTarjeta .txt {
	font-size: 13px;
	text-align: center;
	padding: 12px;
}
.mediosTarjeta .btn {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #bd5e06;
	cursor: pointer;
	margin: 10px 0;
}
.mediosTarjeta .btn:hover {
	font-weight: bold;
}
.tarjetaRoja {
	background-color: #781937;
}
.tarjetaRoja2 {
	background-color: #980539; /*b3697a*/
}
.tarjetaGris {
	background-color: #70726f;
}
/*------------ Pie --------------------*/
.pie_wrap {
	display: block;
	background-image:url(pie_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	position:relative;
	padding-bottom: 8px;
}
.pie_titulo {
	font-family: 'Raleway', sans-serif;
	line-height:120%;
	font-size: 26px;
	color: #eee;
	text-align: center;
	padding: 20px 2px 10px 2px;
	margin: 0 auto;
}
.pie_correo {
	display: inline-block;
	background-image:url(ico_sobre.png);
	background-position: left top;
	background-repeat:no-repeat;
}
.pie_correo a {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	padding: 2px 2px 2px 36px;
	text-decoration: none;
	color: #eee;
}
.pie_correo a:hover {
	text-decoration: underline;
}
.notasWrap {
	display: block;
	width: 140px;
	height: 60px;
	position: fixed;
	left: 20px;
	bottom: 30px;
	padding: 8px 8px;
	background-color: #781937; /*781937;, b3697a, 980539*/
	color: #fff;
	z-index: 3;
	border-radius: 30px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
	transition: 0.3s;
}
.notasWrap:hover {
	background-color: #980539; /*781937;, b3697a, 980539*/
}
.notasWrap .ico {
	display: block;
	background-image:url(ico_notas.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size: contain;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 14px;
}
.notasWrap .txt {
	display: block;
	font-size: 13px;
	width: 100%;
	padding-left: 70px;
	padding-top: 12px;
}
.artsWrap {
	display: block;
	width: 150px;
	height: 60px;
	position: fixed;
	right: 16px;
	bottom: 30px;
	padding: 8px 8px;
	background-color: #ce5800; /*781937;, b3697a, 980539, DB761E*/
	color: #fff;
	z-index: 3;
	border-radius: 30px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
	transition: 0.3s;
}
.artsWrap:hover {
	background-color: #DB761E; /*781937;, b3697a, 980539*/
}
.artsWrap .ico {
	display: block;
	background-image:url(ico_notas.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size: contain;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 14px;
}
.artsWrap .txt {
	display: block;
	font-size: 13px;
	width: 100%;
	padding-left: 68px;
	padding-top: 12px;
}
			.columna_pie {
				display: inline-block;
				vertical-align: top;
				text-align: left;
				padding: 20px;
				color: #eee;
				font-size: 13px;
				margin-top: 50px;
				width: 25%;
				border: 1px solid white;
			}
.columna_pie_unica {
	display: block;
	text-align: center;
	padding: 20px;
	color: #eee;
	font-size: 13px;
	width: 100%;
}
.socialesWrap {
	display: inline-block;
	width: 90px;
	margin: 0 20px;
}
.directorio {
	width: 46%;
	padding-left: 20px;
}
.columna_pie .titulo {
	display: block;
	text-align: center;
	color: #999;
	font-size: 16px;
	margin-bottom: 24px;
}
.directorio_col_wrap {
	display: table;
	width: 100%;
}
.directorio_col_izq {
	display: table-cell;
	text-align: left;
	padding: 8px;
	width: 48%;
	border-right: 1px solid #222;
}
.directorio_col_der {
	display: table-cell;
	text-align: left;
	padding: 8px;
	padding-left: 12px;
	width: 48%;
	border-left: 1px solid #444;
}
.dir_cargo {
	color: #888;
	font-size: 12px;
	line-height: 120%;
}
.liga_pie {
	color: orange;
	text-decoration: none;
}
.liga_pie:hover {
	text-decoration: underline;
}
.liga_pie2 {
	color: #666;
	text-decoration: none;
}
.liga_pie2:hover {
	text-decoration: underline;
}
.cajon_grisPie {
	display: block;
	background-color: #111;
	color: #666;
	text-align: center;
	padding: 3px;
	font-size: 11px;
}
/*------------ Blog comentarios --------------------*/
.comsTitulo {
	font-size: 22px;
}






@media only screen and (max-height:769px){
	.overlayCv .foto {
		/*bottom: -100px;*/
		top: 4%;
	}
}
@media only screen and (max-width:1921px){
	.headTxt1 {
		font-size: 58px;
	}
	.headTxt2 {
		font-size: 52px;
	}
	.headTxt3 {
		font-size: 30px;
	}
	.headTxt4 {
		font-size: 34px;
	}
	.der_cajatxt {
		font-size: 17px;
	}
}
@media only screen and (max-width:1600px){
	.headTxt1 {
		font-size: 42px;
	}
	.headTxt2 {
		font-size: 38px;
	}
	.headTxt3 {
		font-size: 22px;
	}
	.headTxt4 {
		font-size: 28px;
	}
	.head_mail {
		display: block;
		width: 26%;
		text-align: right;
		position: absolute;
		bottom: 6%; left: 5%;
	}
	.cajonFirma{
		min-height: 380px;
	}
	.cajonFirma{
		display: block;
		position: relative;
		padding: 20px 0px;
		background-image: url(pluma.png);
		background-position: 8% bottom;
		background-repeat:no-repeat;
		background-size: contain;
		min-height: 300px;
		margin: 30px 0;
	}
	.firmaContenido {
		display: block;
		padding-top: 20px;
		padding-left: 420px;
	}
	.fima_tituloNew {
		font-family: 'Raleway', sans-serif;
		line-height: 140%;
		font-size: 26px;
		text-align: left;
	}
	.firma_txtNew_1 {
		text-align: left;
		font-size: 20px;
		color: #555;
		padding: 32px 0 20px 0;
		line-height: 130%;
	}
	.ivancastillo, .joelreyes, .marvalhas, .arianne_zm, .ernesto_zm, .andrea_zm, .karen_zm, .bryna_zm, .renata_zm, .alfonso_zm, .paula_zm, .barbara_zm, .daniel_zm, .miriam_zm, .astrid_zm, .fidel_zm, .josefina_zm {
		padding-bottom: 0;
		min-height: 768px;
	}
	.joelreyes {
		width: 110%;
	}
	.ernesto_zm {
		width: 140%;
	}
	.bryna_zm {
		width: 120%;
	}
	.karen_zm {
		width: 116%;
	}
	.renata_zm {
		width: 110%;
	}
	.alfonso_zm {
		width: 130%;
	}
	.daniel_zm {
		width: 110%;
	}
	.miriam_zm {
		width: 118%;
	}
	.astrid_zm {
		width: 122%;
	}
	.fidel_zm {
		width: 116%;
	}
	.josefina_zm {
		width: 110%;
	}
	.cv_zm_emWrapper a {
		font-size: 18px;
		line-height: 1.4;
	}
	.agendaWrapper .col_izq {
		/* Diseno original! */
		display: block;
		float: left;
		width: 15%;
		text-align: center;
		padding: 42px 28px 0px 28px;
	}
	.agendaWrapper .col_der {
		display: block;
		float: left;
		width: 82%;
		padding: 2px 14px;
	}
	.cajon_derechos .info .icono {
		display: inline-block;
		vertical-align: top;
		width: 30%;
		overflow: hidden;
		padding: 0;
	}
	.mediosTarjeta {
		margin: 0 24px;
	}
}
@media only screen and (max-width:1200px){
	.overlay .secc {
		font-size: 30px;
	}
	.logoRc {
		background-size:cover;
		width: 100%;
		height: auto;
		padding-bottom: 84.4%;
		overflow: hidden;
		position: relative;
	}
	.headTxt1 {
		font-size: 36px;
		display: inline-block;
		margin-bottom: 8px;
	}
	.headTxt2 {
		font-size: 30px;
	}
	.headTxt3 {
		font-size: 20px;
	}
	.headTxt4 {
		font-size: 22px;
	}
	.head_mail {
		display: block;
		width: 28%;
		text-align: right;
		position: absolute;
		bottom: 5%; left: 4%;
	}
	.head_mail .icoCorreo {
		background-position: left 2px;
	}
	.cajonFirma{
		display: block;
		position: relative;
		padding: 10px 10px;
		background-image:url(pluma.png);
		background-position: 40px bottom;
		background-repeat:no-repeat;
		background-size: contain;
		min-height: 250px;
		margin: 28px 0;
	}
	.firmaContenido {
		display: block;
		padding-top: 22px;
		padding-left: 280px;
	}
	.fima_tituloNew {
		font-size: 20px;
	}
	.firma_txtNew_1 {
		font-size: 15px;
		padding: 32px 0 20px 0;
	}
	.cv_wrapper .cv {
		margin-top: 60px;
	}
	.cv_zm_emWrapper {
		bottom: 2px;
		right: 10px;
	}
	.ernesto_zm {
		width: 160%;
	}
	.cajon_derechos {
		padding-top: 10px;
	}
	.law_divs .div1 {  
		padding:40px 20px 80px 20px;
	}
	.iconer_wrap {
		width: 40%;
	}
	.mediosTarjeta {
		width: 26%;
		margin: 0 14px;
	}
	/* CV Cortados en iPads */
	.joelreyes {
		width: 120%;
	}
}
@media only screen and (max-width:940px){
	.headTxt1 {
		font-size: 28px;
		display: inline-block;
		margin-bottom: 8px;
	}
	.headTxt2 {
		font-size: 24px;
	}
	.headTxt4 {
		font-size: 18px;
	}
	.head_mail {
		display: block;
		width: 33%;
		text-align: right;
		position: absolute;
		bottom: 4%; left: 2%;
		overflow: hidden;
	}
	.head_mail .icoCorreo {
		background-position: left top;
		background-repeat:no-repeat;
		background-size: contain;
		width: 26px;
		height: 28px;
	}
	.cv_wrapper .cv {
		margin-top: 40px;
	}
	.law_divs .div1 {  
		padding:40px 20px 80px 20px;
	}
	.iconer_wrap {
		width: 40%;
	}
	.cajon_derechos {
		min-height: 430px;
	}
}
@media only screen and (max-width:769px){
	.overlay {
		border-left: 12px solid #980539;
	}
	.overlay-content .titulo {
		font-size: 30px;
	}
	.overlay .secc {
		font-size: 26px;
	}
	.headTxt1 {
		font-size: 22px;
		display: inline-block;
		margin-bottom: 8px;
	}
	.headTxt2 {
		font-size: 20px;
	}
	.headTxt3 {
		font-size: 16px;
	}
	.headTxt4 {
		font-size: 18px;
	}
	.head_tel {
		display: block;
		width: 28%;
		text-align: right;
		position: absolute;
		bottom: 14%; left: 0;
	}
	.head_tel .icoTwt {
		background-image:url(ico_tweet.png);
		background-position: left top;
		background-repeat:no-repeat;
		background-size: contain;
		width: 22px;
		height: 25px;
	}
	.head_mail {
		display: block;
		width: 32%;
		text-align: right;
		position: absolute;
		bottom: 5%; left: 2%;
		overflow: hidden;
	}
	.head_mail .icoCorreo {
		background-position: left top;
		background-repeat:no-repeat;
		background-size: contain;
		width: 26px;
		height: 28px;
	}
	.cajonFirma{
		display: block;
		position: relative;
		padding: 12px 8px;
		padding-bottom: 20px;
		background-image: none;
		min-height: 0;
		margin: 10px 0;
	}
	.firmaContenido {
		display: block;
		padding-top: 8px;
		padding-left: 0px;
	}
	.fima_tituloNew {
		font-size: 18px;
	}
	.cv_wrapper .cv {
		margin-top: 20px;
	}
	.fima_tituloNew {
		font-size: 20px;
	}
	.firma_txtNew_1 {
		font-size: 16px;
		padding: 26px 0 20px 0;
	}
	.cvResp_social {
		display: block;
	}
	.agendaWrapper .col_izq {
		display: block;
		float: left;
		width: 22%;
		text-align: center;
		padding: 62px 6px 0px 6px;
	}
	.agendaWrapper .col_der {
		display: block;
		float: left;
		width: 74%;
		padding: 2px 14px;
		text-align: center;
	}
	.agendaWrapper .col_der .avatar {
		display: block;
		vertical-align: none;
		width: 100%;
	}
	.agendaWrapper .col_der .titulo {
		display: block;
		vertical-align: none;
		width: 100%;
		padding: 18px 4px 0px 28px;
	}
	.der_titulos { 
		font-size: 26px;
	}
	.law_divs .div1 {  
		padding:40px 20px 80px 20px;
	}
	.iconer_wrap {
		width: 94%;
	}
	.der_cajatxt {
		font-size: 15px;
	}
	.cajon_derechos {
		min-height: auto;
		padding-bottom: 50px;
	}
	.cajon_derechos .info .icono {
		display: none;
	}
	.cajon_derechos .info .contenido {
		width: 90%;
	}
	.socialesWrap {
		margin: 0 10px;
	}
}
@media only screen and (max-width:481px){
	.miCanvas{ width:100%; }
	.overlay {
		border-left: 8px solid #222;
	}
	.overlay-content {
		padding-left: 0px;
		padding: 10px;
		padding-top: 0px;
		height: 90%;
		overflow-y: auto;
	}
	.overlay .clser {
		padding: 2px;
	}
	.overlay .closerbtn {
		top: 6px;
		right: 12px;
	}
	.overlay-content .titulo {
		display: block;
		font-size: 24px;
	}
	.overlay-content .br {
		display: none;
	}
	.overlay .secc {
		display: block;
		line-height:120%;
		font-size: 20px;
	}
	.overlay-content .bull {
		display: none;
	}
	.menusign_box {
		display: block;
		/*background-color: #851239;*/
		background: none;
		border-radius: 0;
		text-align: center;
		padding: 8px;
		position: fixed;
		top: 0px; right: 0px;
		box-shadow: none;
		z-index: 99;
		cursor: pointer;
	}
	.headWrap {
		display: block;
		background-image:url(head_bg_cel.jpg);
		background-position:bottom right;
		background-repeat:no-repeat;
		padding-bottom: 33%;
		overflow: hidden;
		position: relative;
	}
	.head_logo {
		display: block;
		width: 212px;
		height: 179px;
		text-align: center;
		position: relative;
		top:0; left:0;
		padding: 0;
		margin: 0 auto;
		margin-top: 18px;
	}
	.logoRc {
		display: block;
		background-image:url(logo_rc.png);
		background-position:top left;
		background-repeat:no-repeat;
		background-size: auto;
		width: 212px;
		height: 179px;
	}
	.head_txt {
		display: block;
		width: 100%;
		color:white;
		text-align: center;
		position: relative;
		top:0; right: 0;
		padding:6px;
		margin:0;
	}
	.headTxt1 {
		display: none;
	}
	.headTxt2 {
		display: none;
	}
	.headTxt1_cel {
		display: block;
		font-size: 24px;
		color: #e4b8c7;
		line-height: 140%;
	}
	.headTxt2_cel {
		display: block;
		font-size: 28px;
		color: #e4b8c7;
	}
	.headTxt3 {
		font-size: 16px;
	}
	.headTxt4 {
		font-size: 18px;
	}
	.head_tel {
		display: block;
		width: 100%;
		text-align: left;
		position: absolute;
		bottom: 7%; left: 6px;
	}
	.head_tel .icoTwt {
		background-image:url(ico_tweet.png);
		background-position: left top;
		background-repeat:no-repeat;
		background-size: contain;
		width: 22px;
		height: 25px;
	}
	.head_mail {
		display: block;
		width: 100%;
		text-align: left;
		position: absolute;
		bottom: 0; left: 6px;
		overflow: hidden;
	}
	.head_mail .icoCorreo {
		background-position: left top;
		background-repeat:no-repeat;
		background-size: contain;
		width: 26px;
		height: 28px;
	}
	.cajonFirma{
		padding: 20px;
		background-image: none;
		min-height: 20px;
		margin: 0;
	}
	.firmaContenido {
		display: block;
		padding-top: 4px;
		padding-left: 0px;
	}
	.fima_tituloNew {
		font-size: 18px;
		text-align: left;
	}
	.firma_txtNew_1 {
		font-size: 15px;
		padding: 20px 0;
		line-height: 130%;
	}
	.compromiso_titulo {
		font-size: 28px;
		padding: 30px 0 10px 0;
	}
	.equipoBox{
		display: block;
		/*border: 1px solid blue;*/
		width: 100%;
		height: 330px;
		margin: 0 auto;
	}
	.cv_wrapper {
		text-align: center;
		margin: 0 auto;
		margin-top: 12px;
	}
	.cv_wrapper .pic {
		float: none;
		width: 100%;
	}
	.cv_wrapper .cv {
		float: none;
		width: 100%;
		text-align: left;
		margin: 0 auto;
		margin-top: 6px;
	}
	.cv_wrapper .cv .titulo {
		display: block;
		text-align: center;
		font-size: 24px;
		width: 94%;
		padding: 0;
		padding-bottom: 12px;
		margin: 0 auto;
		margin-bottom: 8px;
	}
	.cv_wrapper .cv .ccc {
		display: block;
		padding: 10px;
		text-align: left;
	}
	.credencial_equipo {
		display: block;
		width: 80%;
		margin-bottom: 22px;
	}
	.agendaWrapper {
		padding: 4px 2px;
	}
	.agendaWrapper .col_izq {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
		padding: 0px 6px;
	}
	.agendaWrapper .col_der {
		display: block;
		float: left;
		width: 100%;
		padding: 12px 6px;
	}
	.agendaWrapper .col_der .avatar {
		display: block;
		vertical-align: none;
		width: 100%;
	}
	.agendaWrapper .col_der .titulo {
		display: block;
		vertical-align: none;
		padding: 18px 6px 0px 6px;
		width: 100%;
	}
	.agendaWrapper .col_der .descripcion {
		display: block;
		padding: 20px 4px 10px 4px;
	}
	.agendaWrapper .horario {
		/*font-family: 'Raleway', sans-serif;*/
		font-family: 'Marcellus', serif;
		color: #666;
		font-size: 24px;
		line-height: 120%;
	}
	.agendaWrapper .fecha {
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		line-height: 120%;
	}
	.der_titulos { 
		font-size: 26px;
		color: #fff;
		margin: 12px 2px;
	}
	.der_cajatxt {
		margin-top: 20px;
		text-align: left;
	}
	.law_divs {
		display: block;
	}
	.law_divs .div1 {
		display: block;
		width:100%;
		height: auto;
		padding: 20px;
		padding-top: 20px;
	}
	.law_divs .div2 {
		display: block;
		width:100%;
		position: relative;
		height: auto;
	}
	.iconer_wrap {
		width: 94%;
	}
	.cajon_derechos {
		/*padding-bottom: 50px; tendra auto-height el swiper!!!*/
	}
	.cajon_derechos .info .icono {
		display: none;
	}
	.cajon_derechos .info .contenido {
		width: 100%;
		padding: 6px;
	}
	.mediosWrapper {
		display: block;
		width: 100%;
		padding: 0 0 20px 0;
		margin-top: -28px;
	}
	.mediosTarjeta {
		display: block;
		width: 80%;
		padding: 0;
		margin: 38px auto;
	}
	.socialesWrap {
		margin: 0 6px;
	}
	.cajon_grisPie {
		padding: 3px 3px 100px 3px;
	}
}