@charset "utf-8";
body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	background-color: #361A19;
	background-image: url(images/fondo1.jpg);
	background-repeat:  repeat-x;
}
.textolink {
	color: #FFFFFF;
	text-decoration: none;
}
.titulos {
	font-weight: bold;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #99291B;
	border-right-color: #99291B;
	border-bottom-color: #99291B;
	border-left-color: #99291B;
	font-size: 14px;
}
.destacado {
	font-weight: bold;
	color: #FF0000;
}
.lineaizquierda {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #99291B;
	border-right-color: #99291B;
	border-bottom-color: #99291B;
	border-left-color: #99291B;
}
.textogrande {
	font-size: 14px;
}
.cuadro {
	background-color: #FCEBE4;
	padding: 20px;
	border: 1px dashed #CCCCCC;
}
.estiloboton {
	color: #666666;
	background-color: #E6E6E6;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

.whatsapp {
  position:fixed;
  width:120px;
  height:120px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:90px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}
