@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Raleway);

body {
 font: 200 16px/1.5 'Raleway', sans-serif;
 color: #666;
 overflow-x: hidden;
}

.menulogos {
	background-color: #F8F8F8;
	padding:12px;
}

.textogrande {
	font-size:24px;
}

.textomediano {
	font-size:20px;
}

.textomedrosa {
	font-size:22px;
	text-align:center;
	color:#F72541;
}

.textomednaranja {
	font-size:22px;
	text-align:center;
	color:#FF9F1C;
}

.textomedturquesa {
	font-size:22px;
	text-align:center;
	color:#07C9C7;
}

.textomedverde {
	font-size:22px;
	text-align:center;
	color:#26D389;
}

.flotar {
	padding-top:90px;

}

.logo {
margin-top:18px;
float:right;
	
}

.col-center{
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.cuadrotip {
  position: relative;
  width: 15px;
  height:40px;
  min-height: 20px;
  background-color: #26BC82;
  border: 1px solid transparent;
  border-bottom-right-radius:7px;
  padding-right: 100px;
  padding-left: 25px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  float:left;
}

.cuadrotab{
  background-color:#DBF9EC;
  padding:8px;
}

.cuadrotab2{
  background-color: #E5E5E5;
  padding:8px;
}

.btn-bb{
  color: #fff;
  background-image:url(../img/botonBB2.png);
  background-repeat:no-repeat;
  border-radius:7px;
  font-size:20px;
  height:80px;
  padding-top:17px;

}

ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 65%;
    left: 0px;
    list-style: none;
    z-index:9999;
}

ul#navigation li {
    width: 20px;
}

ul#navigation li a {
    display: block;
    margin-left: -55px;
    width: 50px;
    height: 70px;
    background-color:#CFCFCF;
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #AFAFAF;
}

ul#navigation li a {
    display: block;
    margin-left: -85px;
    width: 70px;
    height: 70px;
    background-color:#CFCFCF;
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

ul#navigation .Imagen1 a {
    background-image: url(../img/Imagen1.1.png);
}
