:root {
			--c1 : #a21f59; /*fondo magenta oscuro cabecera*/
			--c1b : #c16a85; /*fondo magenta claro cabecera*/
			--c2 : #FFF; /*blanco*/
			--c3 : #000; /*negro*/
			--c4 : #CCC;
			--c5 : #00457e; /*azul claro*/
			--c6 : #449dd7; /*azul oscuro*/
		}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

/* icomoon */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?o17ga3');
  src:  url('../fonts/icomoon.eot?o17ga3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?o17ga3') format('truetype'),
    url('../fonts/icomoon.woff?o17ga3') format('woff'),
    url('../fonts/icomoon.svg?o17ga3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-pinterest-p:before {
  content: "\f231";
}
/* icomoon */

/***************
INIT RESET
***************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***************
END RESET
***************/


body {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
	background: var(--c2);	
}

sup {
    vertical-align: super;
    font-size: smaller;
}
/***************
CABECERA
***************/

.site__header {
	width: 100%;
	height: auto;
	top: 0;
	z-index: 10000;
	background: var(--c1);
	margin: 25px;
	background: url('../images/bg_header.png') no-repeat left;
}

.header__content {
	position: relative;
	margin: 0 auto; /*centrado*/
	overflow: hidden; /*para centrar los dos div horizontalemnte*/
	width: 1050px;
	min-width: 1050px;
	display: flex;
    align-items: center;
    background: url('../images/bg_logo_header_final.png') no-repeat center left;
    height: 200px;
}

.header__logo {
		width: 137px;
		height: 115px;
		background: url('../images/bg_logo_header.png') no-repeat center left;
		background-size: contain;
		text-indent: -9000px;
		float: left;
	}

.header__logo a {
		display: block;
		height: inherit;
	}

/*hay menu de dos colores*/
.cm1 {
	background: var(--c1);
}

.cm2 {
	background: var(--c1b);
}

.header__menu {
	float: left;
	font: inherit;
	margin: 0 1.2em;
}

.header__menu ul {
	list-style: none;
}

.header__menu li {
	display:inline;
	width: auto;
	padding:15px 0;
}

.header__menu a {
	font-family: 'Open Sans', sans-serif;
	color: var(--c2);
	width: auto;
	display: inline-block;
	border: none;
	border-radius: 6px;
	font-size: 0.8em;
	padding: 1em 0.8em;
	margin: 0 .7em;
	text-transform: uppercase;
	text-decoration: none;
}

.header__menu a:hover {
	background:rgba(255,255,255,0.1);
	text-decoration: underline;
}

.title_quienes {
	width: 100%;
	height: 120px;
	top: 0;
	z-index: 10000;
	background: var(--c1);
	margin: 25px;
	background: url('../images/bg_header_quienes.png') no-repeat left;
}

.comunicadoHome {
	width: 80%;
	max-width: 800px;
	margin:12px auto;	
}

.videoHome {
	width: 90%;
	max-width: 950px;
	margin:0 auto;	
}

.videoHome--titulo {
	margin:20px auto;
}

.videoHome--content {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 35px;
}
.videoHome--content iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title_quienes__content {
	position: relative;
	margin: 0 auto; /*centrado*/
	overflow: hidden; /*para centrar los dos div horizontalemnte*/
	width: 100%;
	max-width: 1050px;
	/* min-width: 1050px; */
	height: 120px;
	background: url("../images/home_quienes.jpg") no-repeat center right;
    background-size: contain;
}

/***************
FOTOS
***************/

.fotos__container {
	/*https://alligator.io/css/align-justify/*/
	width: 100%;
	max-width: 1050px;
	margin:75px auto;
	display: grid;
	grid-template-columns: 320px 320px 320px;
	/* grid-template-columns: auto auto auto auto; */
	justify-items: center;
	grid-column-gap: 10px;
   	grid-row-gap: 1em;
}

 .foto__circular {
 	/*el contenedor de la foto, la foto y el overlay deben tener el mismo tamaño*/
 	position: relative;
 	width: 180px;
 	height: auto;
 }

.foto__circular-image { 
	/*la imagen debe ser 10px menos que su contenedor, por el borde de 5px*/
	width: 200px;
	height: : 200px;
	border-radius: 50%;
	overflow:hidden;
	border:5px solid var(--c1);
}

.foto__circular-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
 	width: 210px;
 	height: 210px;
	opacity: 0;
	transition: .5s ease;
	background-color: var(--c1);
	border-radius: 50%;
}

.foto__circular:hover .foto__circular-overlay {
  	opacity: 1;
	background-color: rgba(162,31,89,0.6);
}

.foto__circular-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300; /*Source Sans Pro Light*/
	color: white;
	font-size: 17px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	cursor: pointer;
	width: 80%;
}
.foto__circular-text strong {
	font-stretch: expanded;
	text-transform: uppercase; 
	font-size: 22px;
	line-height: 20pt
}
.contenidoCV {
	display: none;
}

.nombreAsistente {
	text-transform: uppercase;
}

/***************
NOTICIA
***************/

.noticias__container {
	width: 100%;
	max-width: 1050px;
	margin:75px auto;
	display: grid;
	grid-template-columns: auto auto auto auto;
	justify-items: center;
	grid-column-gap: 25px;
   	grid-row-gap: 1em;
}

 .noticia__circular {
 	/*el contenedor de la foto, la foto y el overlay deben tener el mismo tamaño*/
 	position: relative;
 	width: 240px;
 	height: auto;
 }

.noticia__circular-image { 
	/*la imagen debe ser 10px menos que su contenedor, por el borde de 5px*/
	width: 240px;
	height: : 210px;
	border-radius: 15px;
	overflow:hidden;
	border:0px solid var(--c1);
}

.noticia__circular-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
 	width: 240px;
 	height: 200px;
	opacity: 0;
	transition: .5s ease;
	background-color: var(--c1);
	border-radius: 15px;
}

.noticia__circular:hover .noticia__circular-overlay {
	opacity: 1;
	background-color: rgba(162,31,89,0.6);
}

.noticia__circular-text {
  color: white;
  font-size: 23px;
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.link-overlay {
	text-decoration: none !important;
	color: white !important;
}

.titleNews {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700; /*Source Sans Pro Extra ExtraLight*/
	font-style: normal;
	font-size: 14pt;	
	color: var(--c3);
	line-height: 20pt;
}

.titleNews a {
	text-decoration: none;
	color: var(--c1);
}

.titleNews a:hover, visited, active {
	text-decoration: none;
	color: var(--c1);
}

.textNews {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400; /*Source Sans Pro Extra ExtraLight*/
	font-style: normal;
	font-size: 10pt;	
	color: var(--c3);
	clear: both;
	line-height: 13pt;
	margin-top: 10px;
}

.descarga {
	margin:10px 0;
}

.noticias__container a {
	text-decoration: none;
	color: var(--c3);
}

.noticias__container a:hover, visited, active {
	text-decoration: none;
	color: #970047;
}

.documentos__container a {
	text-decoration: none;
	color: #878786;
}

.documentos__container a:hover, visited, active {
	text-decoration: none;
	color: #970047;
}

.documentos__container ul li {
	text-align: center;
	margin: 5px 0;
}

/***************
MAIN
***************/
.site-main {
	clear:both;
	width: 800px;
	clear: both;
	margin: 10px auto;
}

.site-main h2 {
	text-indent: -9000px;
}

.hero-image {
	margin:0 auto;
  	max-height: 720px;
	position: relative;
}

.hero-mujeres {
	height: 445px;
	width: 1050px;
    background: url("../images/hero_home_01.jpg") no-repeat center right;
    background-size: contain;
}

.hero-save-the-date {
	height: 580px;
	width: 1050px;
    background: url("../images/hero_save-the-date-202012.jpg") no-repeat center right;
    background-size: contain;
}

.hero-mapa-talento {
	height: 580px;
	width: 1050px;
    background: url("../images/hero_mapa-talento-femenino.jpg") no-repeat center right;
    background-size: contain;
}

.hero-ruta {
	height: 520px;
	width: 1050px;
    background: url("../images/hero_home_02.jpg") no-repeat center right;
    background-size: contain;
}
.hero-la-ruta {
	margin-top: 33px;
	height: 568px;
	width: 1050px;
    background: url("../images/hero_la_ruta.jpg") no-repeat center right;
    background-size: contain;
}
.hero-noticias {
	margin-top: 33px;
	height: 76px;
	width: 1050px;
    background: url("../images/hero_noticias.svg") no-repeat center right;
    background-size: contain;
}
.hero_iniciativa-mujeres-de-la-sanidad {
	margin-top: 33px;
	height: 456px;
	width: 1050px;
    background: url("../images/hero_iniciativa-mujeres-de-la-sanidad.jpg") no-repeat center right;
    background-size: contain;
}
.hero_partners {
	margin-top: 33px;
	height: 462px;
	width: 1050px;
    background: url("../images/hero_partners.jpg") no-repeat center right;
    background-size: contain;
}
.hero_quienes-son {
	margin-top: 33px;
	height: 100px;
	width: 1050px;
    /*background: url("../images/hero_quienes-son.svg") no-repeat center right;*/
    background: url("../images/hero-han-participado.jpg") no-repeat center right;
    background-size: contain;
}
.hero_quienes-son-univ-asis {
	margin-top: 33px;
	height: 100px;
	width: 1050px;
    background: url("../images/hero_quienes-son-univ-asis.svg") no-repeat center right;
    background-size: contain;
}
.hero_quienes-son-empresa {
	margin-top: 33px;
	height: 100px;
	width: 1050px;
    background: url("../images/hero_quienes-son-empresa.svg") no-repeat center right;
    background-size: contain;
}
.hero_documentos {
	margin-top: 33px;
	height: 463px;
	width: 1050px;
    background: url("../images/hero_documentos.jpg") no-repeat center right;
    background-size: contain;
}
.hero_compromiso {
	margin-top: 33px;
	height: 568px;
	width: 1050px;
    background: url("../images/hero_compromiso.jpg") no-repeat center right;
    background-size: contain;
}
.hero_foro {
	margin-top: 33px;
	height: 568px;
	width: 1050px;
    background: url("../images/hero_I_foro.jpg") no-repeat center right;
    background-size: contain;
}
.hero-text {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	text-align: center;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -100%);
	color: white;
	width: 100%;
	height: 105px;
}

.hero-text h3 {
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
	padding: 0.6em 0 0.2em 0;
	font-size: 1.1em;
	text-transform: uppercase;
}

.hero-text blockquote {
	color: #fff;
	border: none;
	padding: 0.8em 0.6em 1em 0.6em;
	text-shadow: 0 1px 0 #212121;
	background: none;
	font-size: 1.1em;
	background: none;
}

.hero-title {
	border: 6px solid #fff;
	color: #fff;
	font-size: 3.1em;
	padding: 0.7em 1.3em;
	text-shadow: 0 1px 2px #000000;
	text-transform: uppercase;
	text-align: center;
	transform: translate(0%, 50%);
	width: 30%;
	margin: 0 auto;
	box-shadow: 0 0 6px rgba(0,0,0,0.9);
}

.section-main {
	background-image: url("../images/white_texture.png");
	clear:both;
	float:left;
	width: 100%;
}



/***************
ARTICLE
***************/

.article__content {
	width: 100%;
	max-width: 962px;
	margin: 20px auto;
}

.section__content {
	width: 100%;
	float: left;
}

.section__content-big {
	width: 80%;
	float: right;
}

.section__content-small {
	width: 20%;
	float: left;
}

.section__content-full {
	width: 100%;
	margin: 20px auto;
}

.section__content-left {
	width: 40%;
	float: left;
	clear: both;
	padding: 5px;
}

/***************
PARTNERS
***************/
.titlePartners {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600; /*Source Sans Pro Extra ExtraLight*/
	font-style: normal;
	font-size: 14pt;	
	color: #878786;
	line-height: 20pt;
}

.partner__content_one {
	margin: 20px auto 5px auto;
	width: 100%;
	display: grid;
    align-items: center;
    grid-template-columns: auto;
	grid-column-gap: 25px;
	grid-row-gap: 1em;
	justify-content: stretch;
}

.partner__content_two {
	margin: 20px auto 5px auto;
	width: 100%;
	display: grid;
    align-items: center;
    grid-template-columns: auto auto;
	grid-column-gap: 25px;
	grid-row-gap: 1em;
	justify-content: stretch;
}

.partner__content_three {
	margin: 20px auto 5px auto;
	width: 100%;
	display: grid;
    align-items: center;
    grid-template-columns: auto auto auto;
	grid-column-gap: 25px;
	grid-row-gap: 1em;
	justify-content: stretch;
}

.partner__content {
	margin: 20px auto 5px auto;
	width: 100%;
	display: grid;
    align-items: center;
    grid-template-columns: auto auto auto;
	grid-column-gap: 25px;
	grid-row-gap: 1em;
	justify-content: stretch;
}

.partner__element {
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: .5s ease; 
	transform: scale(0.85) 
}

.partner__element:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: .5s ease;  
}

/***************
TEXTOS
***************/

.titleRigth {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200; /*Source Sans Pro Extra ExtraLight*/
	font-style: normal;
	font-size: 45pt;	
	color: #970047;
	line-height: 47pt;
	text-align: right;
	padding-right: 55pt;
}


.title {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
	font-weight: 300; /*Source Sans Pro Extra ExtraLight*/
	font-style: normal;
	font-size: 40pt;	
	color: var(--c6);
	line-height: 43pt;
	text-align: center;
}

.comunicadoTitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200; /*Source Sans Pro Extra ExtraLight*/
	font-style: bold;
	font-size: 32pt;	
	color: #970047;
	line-height: 37pt;
}

.hrcomunicado {
  border: 10px solid;
  color: #970047;
  border-radius: 5px;
}

.textNormal {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400; /*Source Sans Pro Extra ExtraLight*/
	font-style: normal;
	font-size: 13pt;	
	color: #242424;
	clear: both;
	line-height: 15pt;
	margin: 10px 0;
	text-align: left;
}

.textNormal A:link    {TEXT-DECORATION: none; font-weight: bold; color: var(--c5);}
.textNormal A:visited {TEXT-DECORATION: none; font-weight: bold; color: var(--c5);}
.textNormal A:active  {TEXT-DECORATION: none; font-weight: bold; color: var(--c5);}
.textNormal A:hover   {TEXT-DECORATION: underline; font-weight: bold; color: var(--c5);}

.textNormal strong {
	font-weight: bold;
}

.lista01 {
	list-style: none;
}

.lista01 li {
	width: auto;
	padding:3px 0;
}

.lista01 li::before {
  content: "•"; /* Insert content that looks like bullets */
  font-size: 20pt;
  padding-right: 8px;
  color: var(--c1);
}

.textSub {
	font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
	font-weight: 700; /*Source Sans Pro Extra ExtraLight*/
	float: left;
	font-style: normal;
	font-size: 14pt;	
	color: var(--c5);
	clear: both;
	line-height: 35pt;
	margin: 10px 0;
}

.textNombre {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400; /*Source Sans Pro Extra ExtraLight*/
	font-style: normal;
	font-size: 13pt;	
	color: #878786;
	clear: both;
	line-height: 21pt;
}

.subtitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600; /*Source Sans Pro Extra ExtraLight*/
	font-style: normal;
	font-size: 13pt;	
	color: #970047;
	clear: both;
	line-height: 25pt;
}

.moderator {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400; /*Source Sans Pro Extra ExtraLight*/
	font-style: normal;
	font-size: 13pt;	
	color: #970047;
	clear: both;
	line-height: 25pt;
}

.descript {
	margin-left: 15px;
}

.dark {
  border-bottom:solid 1px grey;
  width:100%;
  height:2px;
}
.space {
  width:100%;
  height:20px;
}
.bold {
	font-weight: bold;
}

.contacto h3 {
	font-family: 'Josefin Sans', sans-serif;
	color: #424242;
	padding: 0.5em 0 0.4em;
	font-size: 1.5em;
	text-transform: capitalize;
}

.contacto a {
	color: #ab2f2f;
	text-decoration: none;
}

.contacto a:hover {
	text-decoration: underline;
}

.ubicacion {
	float: right;
	width: 60%;
}

.horario {
	float: left;
	width: 35%;
}

.timetable {
	border: 1px solid #d2d2d2;
	background: #fff;
	font-size: 0.8em;
	margin: 0.5em 0 2.5em;
}

.timetable dt {
	float: left;
	padding: 0.5em 0.5em 0.5em 10%;
	width: 30%;
	text-align: left;
}

.timetable dd {
	border-bottom: 1px solid #d2d2d2;
	padding: 0.5em;
}

/***************
FOOTER
***************/

.textFooter {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400; /*Source Sans Pro Extra ExtraLight*/
	font-style: normal;
	font-size: 11pt;	
	color: #929292;
	clear: both;
	line-height: 15pt;
	margin: 10px 0;
	text-align: center;
}

.textFooter A:link    {TEXT-DECORATION: none; color: var(--c5);}
.textFooter A:visited {TEXT-DECORATION: none; color: var(--c5);}
.textFooter A:active  {TEXT-DECORATION: none; color: var(--c5);}
.textFooter A:hover   {TEXT-DECORATION: none; color: var(--c5);}

.site-footer {
	clear:both;
	float:left;
	width: 100%;
	background: var(--c1);
	height: 162px;
	color: var(--c2);
	font-size: .9em;
	margin-top: 35pt;
}

.footer__content {
	margin: 20px auto 5px auto;
	width: 100%;
	max-width: 1000px;
	display: flex;
    align-items: center;
}

.footer__element {
	padding: 5px 0;
	text-align: center;
}

.footer__element-info {
	margin-bottom: 10px;
}

.social-links li {
	display: inline-block;
}

.social-links a {
	width: 32px;
	height: 32px;
	display: block;
	line-height: 32px;
	margin: 0 0.3em;
	background: #777;
	border-radius: 50%;
	color: #333;
	/*text-shadow: 0 1px 0 rgba(255,255,255,0.3);*/
}

.twitterBox {
	top: 10px;
	left: 800px;
	position: absolute;
	text-transform: none !important;
}

.icon {
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
}

.social-links span {
	display: inline-block;
	text-indent: -9999px;
}

.social-links .fb::before {
	content: '\f09a';
}

.tw::before {
	content: '\f099';
}

.social-links .pt::before {
	content: '\f231';
}

.social-links .ig::before {
	content: '\f16d';
}


/***************
FORMULARIO
***************/
form {
  display: block;
}

label,input {
  display: block;
}

.btn, .btn span, .signup-form input, .signup-form select {
  transition: all 0.3s;
}

.signup-form {
  margin-top: 35px;
}
.signup-form label {
  color: #878786;
  line-height: 100%;
  margin-bottom: 5px;
  font-size: 15px;
  height: 28px;
}

.signup-form label.error {
	color:#F33;
	float:none;
	display:block;
}

.signup-form input, select {
  background-color: #dfdfdf;
  width: 100%;
  height: 35px;
  margin-bottom: 20px;
  padding: 0 8px;
  border: 1px solid rgba(19, 19, 19, 0.3);
  border-radius: 5px;
}
.signup-form input:hover, .signup-form input:focus {
  border-color: #b9b9b9;
  background-color: #f7f7f7;
}
.signup-form .submit-btn {
  width: 150px;
}

.btn {
  display: block;
  height: 50px;
  line-height: 50px;
  border: 0;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}
.btn span {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.btn span .fa {
  margin-left: 8px;
  font-size: 18px;
  vertical-align: middle;
}
.btn:not(.btn-outline) {
  background-color: #fff;
}
.btn:not(.btn-outline) span {
  color: #666;
}
.btn:not(.btn-outline):hover {
  background-color: #f7f7f7;
}
.btn.btn-outline {
  background-color: transparent;
  border: 1px solid #a21f59;
}
.btn.btn-outline span {
  color: #a21f59;
}
.btn.btn-outline:hover {
  background-color: #fff;
}
.btn.btn-outline:hover span {
  color: #666;
}

/***************
CLEARFIX
***************/

.clearfix:after {
	content:"";
	display: block;
	clear: both;
}
/***************
USO GENERAL
***************/
.left {
	float:left;
}

.rigth {
	float:right;
}

.center {
	margin: 0 auto;
}


