	.texto{
			font-family: Helvetica, serif;
			font-size: 15px;
			letter-spacing: 2px;
			word-spacing: 2px;
			color: #606060;
			font-weight: 700;		
			font-style: normal;		
			text-transform: none;
			text-decoration: none !important;
	}
	
	.textoBody{
		font-family: Helvetica, serif;
		font-size: 12px;
		letter-spacing: 2px;
		word-spacing: 2px;
		color: #606060;
		font-weight: 700;		
		font-style: normal;		
		text-transform: none;
		text-decoration: none !important;
	}
	
	.texto:hover{
		font-family: Helvetica, serif;
		font-size: 15px;
		letter-spacing: 2px;
		word-spacing: 2px;
		color: #606060;
		font-weight: 700;
		text-decoration: underline solid rgb(68, 68, 68);
		font-style: normal;			
		text-transform: none;
	}
	
	.titulo{
		font-family: Helvetica, serif;
		font-size: 45px;
		letter-spacing: 6px;
		word-spacing: 6px;
		color: #606060;
		font-weight:bold;		
		font-style: normal;			
		text-transform: uppercase;		
	}
	

	.card-text {	
		text-align: center;		
	}

	.card:hover {			
	    box-shadow: 4px 4px 4px white;         
	    transform:scale(1.1);       
	}
	
	.card:hover .card-text{
		font-weight: bold;
		color: black;
		text-align: center;
		cursor: pointer;			
	}
	
	.card{
	  height:100px;
	  width:440px;
	  border:0px solid black;
	  transition:.3s;
	  margin: .5rem;
	  background-color:white;
	}
	
	.cardNoBorder-text {	
		text-align: center;		
	}

	.cardNoBorder:hover {				            
	    transform:scale(1.1);       
	}
	
	.cardNoBorder:hover .cardNoBorder-text{
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		cursor: pointer;			
	}
	
	.cardNoBorder{
	  height:100px;
	  width:440px;
	  border:0px solid black;
	  transition:.3s;
	  margin: .5rem;
	  background-color:white;
	}
	
	.textoBlanco{
			font-family: Helvetica, serif;
			font-size: 15px;
			letter-spacing: 2px;
			word-spacing: 2px;
			color: #ffffff;
			font-weight: 700;		
			font-style: normal;		
			text-transform: none;
			text-decoration: none !important;
	}
	
	.textoBlancoBody{
		font-family: Helvetica, serif;
		font-size: 12px;
		letter-spacing: 2px;
		word-spacing: 2px;
		color: #ffffff;
		font-weight: 700;		
		font-style: normal;		
		text-transform: none;
		text-decoration: none !important;
	}
	
	.textoBlanco:hover{
		font-family: Helvetica, serif;
		font-size: 15px;
		letter-spacing: 2px;
		word-spacing: 2px;
		color: #ffffff;
		font-weight: 700;
		text-decoration: underline solid #ffffff;
		font-style: normal;			
		text-transform: none;
	}
	
	a:link {
   		text-decoration: none !important; 
	}
	
	
#content {
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:800px;
	margin-top:50px;
}

#content a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}
	
.popup {
    background-color: #ffffff;
    color: #888888;
    height: 470px;
    left: -100%;
    padding: 20px;
    position: fixed;
    right: 100%;
    top: 10%;
    width: 895px;
    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;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    opacity:0.5;
}

.close {
    background: url("../img/cerrar.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 18px;
    position: relative;
    top: -18px;
    width: 26px;    
}

/* CSS */


.container {  
  height: 30px;
  width:100%;
  background-color:grey;
  color: white;
  font-size: 15px;
  font-weight: bold;  
  
}

.marquee {
  width:100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 3px;
}
.marquee span {
  display: inline-block;
  padding-left: 100%;     
  animation: marquee 20s linear infinite;
}

.second-marquee span {
  animation-delay: 6.6s;
}

.three-marquee span {
  animation-delay: 13.2s;
}


@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.button-cita {
  background-color: #6a6a6a;  
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text Rca Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: middle;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-cita:hover {
  background-color: #93bb1d;
}

.button-cita-text {
	font-size: 13px;
	border-radius: 20px;
	height: 35px;
	width: 120px;
	font-weight: bold;
}