/*
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/
/*fuentes icomoon*/
@font-face {
	font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?lm6yib');
    src:    url('../fonts/icomoon.eot?lm6yib#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?lm6yib') format('truetype'),
        url('../fonts/icomoon.woff?lm6yib') format('woff'),
        url('../fonts/icomoon.svg?lm6yib#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-1:before {
    content: "\e900";
}
.icon-2:before {
    content: "\e901";
}
.icon-3:before {
    content: "\e902";
}
.icon-4:before {
    content: "\e903";
}
.icon-5:before {
    content: "\e904";
}
.icon-6:before {
    content: "\e905";
}
.icon-7:before {
    content: "\e906";
}
.icon-8:before {
    content: "\e907";
}
.icon-9:before {
    content: "\e908";
}
.icon-10:before {
    content: "\e909";
}
.icon-11:before {
    content: "\e90a";
}
.icon-12:before {
    content: "\e90b";
}
/*fin fuentes icomoon*/
html,body {
	width:100%;
	height:100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
}
::-moz-selection {
   	color: #fff; 
    background: #67ae12;
}
::selection {
    color: #fff; 
    background: #67ae12;
}
a, li {
	-webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
a:hover, a:focus {
	text-decoration: none;
}
a.linkTexto {
	color: #e81a74;
}
a.linkTexto:hover {
	text-decoration: underline;
}
strong {
	font-weight: 300;
	color: #67ae12;
	font-size: 20px;
}
.menuLateral {
	background-color: #fff;
	height: 100%;
	position: fixed;
	z-index: 5;
	padding: 0;
	box-shadow : 5px 0px 5px rgba(183, 183, 183, 0.75);
}
.logo {
	text-align: center;
	padding: 10px 5px;
	border-bottom: 3px solid #999999;
}
nav {
	background: #fff;
	position: relative;
	z-index: 10;
}
nav ul.menu {
	font-family: 'Open Sans', sans-serif;
	margin-left: 0;
	list-style-type: none;
	padding: 10px 5px;
	text-align: center;
	font-size: 13px;
}
nav ul.menu li {
	border-bottom: 1px dashed #b3b3b3;
	padding-bottom: 10px;
	padding-top: 10px;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
}
nav ul.menu li:hover, nav ul.menu li.active {
	background: #f2f2f2;
	color: #a81e1d;
	border-right: 3px solid #a81e1d;
	border-left: 3px solid #a81e1d;
}
nav ul.menu a {
	color: #1a1a1a;
}
.bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.descarga {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
	font-weight: 300;
	padding-bottom: 20px;
}
.descarga a {
	padding: 4px 10px;
	border-radius: 4px;
	color: #000;
}
.descarga a:hover {
	background-color: #67ae12;
	color: #fff;
}
.compartir {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	border-top: 1px solid #999;
	padding: 10px 0;
}
.compartir img{
	padding: 0 5px;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
}
.compartir img:hover{
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
}
.creditos {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	padding-top: 10px;
	border-top: 1px solid #999;
}
.creditos img {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
}
.creditos img:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
}
.fotos {
	height: 100%;
}
.fotos .fila {
	max-height: 33.33333%;
	height: 33.33333%;
}
.fotos .fila .box {
	height: 100%;
	padding: 0;
	overflow: hidden;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-background-size: cover;
	background-size: cover;
}
.mas {
	-webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 2;
}
.mas:hover {
	-ms-transform: rotate(-360deg); 
    -webkit-transform: rotate(-360deg); 
    transform: rotate(-360deg);
}
.fotos .fila .box:hover .verde,
.fotos .fila .box:hover .fucsia,
.fotos .fila .box:hover .amarillo,
.fotos .fila .box:hover .institucion,
.fotos .fila .box:hover .azul {
	-ms-transform: translate(0, -100%); 
   	-webkit-transform: translate(0, -100%); 
    transform: translate(0, -100%);
}
.verde {
	-ms-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	-webkit-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  	transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	height: 100%;
	background-color: rgba(104, 175, 19, .7);
	color: #fff;
	position: relative;
	z-index: 3;
}
.fucsia {
	-ms-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	-webkit-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  	transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	height: 100%;
	background-color: rgba(233, 27, 117, .7);
	position: relative;
	z-index: 3;
}
.amarillo {
	-ms-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	-webkit-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  	transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	height: 100%;
	background-color: rgba(245, 201, 33, .7);
	position: relative;
	z-index: 3;
}

.institucion {
	-ms-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	-webkit-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  	transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	height: 100%;
	background-color: rgba(169, 32, 30, 0.7);
	color: #fff;
	position: relative;
	z-index: 3;
}
.azul {
	-ms-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	-webkit-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  	transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	height: 100%;
	background-color: rgba(105, 170, 227, 0.7);
	color: #fff;
	position: relative;
	z-index: 3;
}
.categoria {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	padding: 10px;
}
.iconoHome {
	text-align: center;
	color: #fff !important;
	font-size: 100px;
	line-height: 1;
}
.descripcion h2 {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	width: 80%;
	margin: auto;
	font-size: 18px;
	line-height: 19px;
	font-weight: 700;
	text-align: center;
	
}
.amarillo .descripcion h2 {
	color: #a81e1d;
	text-shadow: none;
}
.amarillo .categoria  {
	color: #a81e1d;
}
.logro0 {
	background-image: url(../img/home/logro0.jpg);
}
.logro1 {
	background-image: url(../img/home/logro1.jpg);
}
.logro2 {
	background-image: url(../img/home/logro2.jpg);
}
.logro3 {
	background-image: url(../img/home/logro3.jpg);
}
.logro4 {
	background-image: url(../img/home/logro4.jpg);
}
.logro5 {
	background-image: url(../img/home/logro5.jpg);
}
.logro6 {
	background-image: url(../img/home/logro6.jpg);
}
.logro7 {
	background-image: url(../img/home/logro7.jpg);
}
.logro8 {
	background-image: url(../img/home/logro8.jpg);
}
.logro9 {
	background-image: url(../img/home/logro9.jpg);
}.logro10 {
	background-image: url(../img/home/logro10.jpg);
}
.logro11 {
	background-image: url(../img/home/logro11.jpg);
}
.logro12 {
	background-image: url(../img/home/logro12.jpg);
}
/*Paginas logros*/
.tituloCategoria p {
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 23px;
}
.tituloCategoria2 p {
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 23px;
}
.tituloCategoria3 p {
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 23px;
}
.tituloCategoria4 p {
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 23px;
}
.tituloCategoria5 p {
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 23px;
}
.tituloCategoria span {
	padding: 10px 23px;
	background-color: #67ae12;
	font-size: 15px;
	color: #fff;
	border-radius: 0 0 4px 4px;
}
.tituloCategoria2 span {
	padding: 10px 23px;
	background-color: #990D12;
	font-size: 15px;
	color: #fff;
	border-radius: 0 0 4px 4px;
}
.tituloCategoria3 span {
	padding: 10px 23px;
	background-color: #F4BD0F;
	font-size: 15px;
	color: #fff;
	border-radius: 0 0 4px 4px;
}
.tituloCategoria4 span {
	padding: 10px 23px;
	background-color: #e81a74;
	font-size: 15px;
	color: #fff;
	border-radius: 0 0 4px 4px;
}
.tituloCategoria5 span {
	padding: 10px 23px;
	background-color: #69aae3;
	font-size: 15px;
	color: #fff;
	border-radius: 0 0 4px 4px;
}
.tituloCategoria span#home {
	padding: 0 23px;
	background-color: #fff;
	font-size: 15px;
	color: #67ae12;
	border-radius: 0 0 4px 4px;
}
.tituloCategoria2 span#home {
	padding: 0 23px;
	background-color: #fff;
	font-size: 15px;
	color: #990D12;
	border-radius: 0 0 4px 4px;
}
.tituloCategoria3 span#home {
	padding: 0 23px;
	background-color: #fff;
	font-size: 15px;
	color: #F4BD0F;
	border-radius: 0 0 4px 4px;
}
.tituloCategoria4 span#home {
	padding: 0 23px;
	background-color: #fff;
	font-size: 15px;
	color: #e81a74;
	border-radius: 0 0 4px 4px;
}
.tituloCategoria5 span#home {
	padding: 0 23px;
	background-color: #fff;
	font-size: 15px;
	color: #69aae3;
	border-radius: 0 0 4px 4px;
}
.iconRadar {
	color: #fff;
	font-size: 52px;
	background: #67ae12;
	width: 52px;
	height: 52px;
	border-radius: 26px;
}
.iconInstitucion {
	color: #fff;
	font-size: 52px;
	background: #990D12;
	width: 52px;
	height: 52px;
	border-radius: 26px;
}
.iconAzulejo {
	color: #fff;
	font-size: 52px;
	background: #69aae3;
	width: 52px;
	height: 52px;
	border-radius: 26px;
}
.iconAccion {
	color: #fff;
	font-size: 52px;
	background: #e81a74;
	width: 52px;
	height: 52px;
	border-radius: 26px;
}
.iconVisibilidad {
	color: #fff;
	font-size: 52px;
	background: #F4BD0F;
	width: 52px;
	height: 52px;
	border-radius: 26px;
}
.boxTitle {
	margin-top: 40px;
	margin-bottom: 30px;
}
.mainTitle h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 30px;
	margin-top: 10px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mainTitle h3 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	font-size: 21px;
	margin-top: 10px;
}
.green {
	color: #67ae12;
}
.pink {
	color: #e81a74;
}
.yellow {
	color: #F4BD0F;
}
.linkPDF {
	color: #e81a74;
}
.linkPDF:hover {
	color: #67AE12;
}
.linkPDF:before {
	content: url(../img/icons/PDF.png);
    margin-right: 10px;
}
.subrayado {
	background-color: #67AE12;
	padding: 2px 4px;
	color: #fff;
}
.institucional {
	color: #87000A;
}
.azulejo {
	color: #69aae3;
}
.contenido {
	padding-bottom: 40px;
}
.contenido p {
	font-size: 18px;
	color: #333333;
}
.flotarDerecha {
	float: right;
}
.contenido .imgLogro {
	text-align: center;
}
.contenido .imgLogro img {
	max-width: 100%;
	height: auto;

}
.contenido ol li{
	padding-bottom: 5px;
	font-size: 18px;
}

.contenido ul li{
	padding-bottom: 5px;
	font-size: 18px;
}
.boxBotones {
	margin-bottom: 50px;
}
.destacado  {
	background-color: #f0eee1;
	padding: 10px 15px;
	margin-bottom: 30px;
}
.flecha {
	display: none;
	position: absolute;
	right: 20px;
	bottom: 45px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 20px 15px;;
	border-color: transparent transparent #f0eee1 transparent;
}
.destacado p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400px;
	color: #5a2c3b;
	font-style: italic;
}
.BtnNav {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	padding: 5px 10px; 
	color: #67ae12;
	border-top: 1px solid #67ae12;
	border-bottom: 1px solid #67ae12;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.BtnNav:hover {
	background: #67ae12;
	color: #fff;
	border-radius: 4px
}
.BtnMas {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	padding: 5px 10px; 
	color: #A9201E;
    font-weight: 700;
	border-top: 1px solid #A9201E;
	border-bottom: 1px solid #A9201E;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.BtnMas:hover {
	background: #A9201E;
	color: #fff;
	border-radius: 4px
}
.BtnNav.cate2 {
	color: #e81a74;
	border-top: 1px solid #e81a74;
	border-bottom: 1px solid #e81a74;
}
.BtnNav.cate2:hover {
	background: #e81a74;
	color: #fff;
}
.BtnNav.cate3 {
	color: #F4BD0F;
	border-top: 1px solid #F4BD0F;
	border-bottom: 1px solid #F4BD0F;
}
.BtnNav.cate3:hover {
	background: #F4BD0F;
	color: #fff;
}
/*menu lateral derecho*/
.menuLogros {
	background: #fff;
	height: 100%;
	box-shadow : -5px 0px 5px rgba(183, 183, 183, 0.75);
	position: fixed;
	right: 0;
	z-index: 5;
	padding: 0;
}
.menuLogros ul {
	margin-bottom: 0;
	height: 100%;
}
.menuLogros li.icono {
	padding: 5px;
	height: 55px;
	text-align: center;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	   -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	     -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	        transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.menuLogros ul.txtLogro {
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	   -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	     -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	        transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	position: relative;
	width: 185px;
	top: -53px;
	text-align: center;
}
.menuLogros ul.txtLogro li{
	padding: 8px 10px;
	height: 55px;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	font-weight: lighter;
	display: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;	
}
.menuLogros li span{
	font-size: 45px;
}
.menuLogros a li.bg1 span,
.menuLogros a li.bg2 span,
.menuLogros a li.bg3 span,
.menuLogros a li.bg4 span,
.menuLogros a li.bg5 span,
.menuLogros a li.bg6 span {
	color: #67ae12 !important;
}
.menuLogros a li.bg1.active span,
.menuLogros a li.bg2.active span,
.menuLogros a li.bg3.active span,
.menuLogros a li.bg4.active span,
.menuLogros a li.bg5.active span,
.menuLogros a li.bg6.active span {
	color: #fff !important;
}
.menuLogros a li.bg7 span,
.menuLogros a li.bg8 span,
.menuLogros a li.bg9 span {
	color: #e81a74 !important;
}
.menuLogros a li.bg7.active span,
.menuLogros a li.bg8.active span,
.menuLogros a li.bg9.active span {
	color: #fff !important;
}
.menuLogros a li.bg10 span,
.menuLogros a li.bg11 span,
.menuLogros a li.bg12 span {
	color: #DBA40B !important;
}
.menuLogros a li.bg10.active span,
.menuLogros a li.bg11.active span,
.menuLogros a li.bg12.active span {
	color: #fff !important;
}
.menuLogros li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.menuLogros li.icono.bg10 span,
.menuLogros li.icono.bg11 span,
.menuLogros li.icono.bg12 span {
	color: #fff;
}
.menuLogros li.bg1:hover, .icono li.bg1, li.bg1.active, .logrosMobile .bg1 {
	background: #67ae12;

}
.menuLogros li.bg2:hover, .icono li.bg2, li.bg2.active, .logrosMobile .bg2  {
	background: #67ae12;
}
.menuLogros li.bg3:hover, .icono li.bg3, li.bg3.active, .logrosMobile .bg3  {
	background: #67ae12;
}
.menuLogros li.bg4:hover, .icono li.bg4, li.bg4.active, .logrosMobile .bg4  {
	background: #67ae12;
}
.menuLogros li.bg5:hover, .icono li.bg5, li.bg5.active, .logrosMobile .bg5  {
	background: #67ae12;
}
.menuLogros li.bg6:hover, .icono li.bg6, li.bg6.active {
	background: #67ae12;
}
.menuLogros li.bg7:hover, .icono li.bg7, li.bg7.active {
	background: #e81a74;
}
.menuLogros li.bg8:hover, .icono li.bg8, li.bg8.active {
	background: #e81a74;
}
.menuLogros li.bg9:hover, .icono li.bg9, li.bg9.active {
	background: #e81a74;
}
.menuLogros li.bg10:hover, .icono li.bg10, li.bg10.active {
	background: #DBA40B;
}
.menuLogros li.bg11:hover, .icono li.bg11, li.bg11.active {
	background: #DBA40B;
}
.menuLogros li.bg12:hover, .icono li.bg12, li.bg12.active {
	background: #DBA40B;
}
.menuLogros li span.active, 
.menuLogros a li:hover span {
	color: #fff !important;
}

/*tablas*/
	.firmas {
		padding: 20px 0;
	}
	.estadosFinancieros table {
		font-size: 16px;
	}
	.estadosFinancieros .col-izq p {
		text-indent: 0;
	}
	.estadosFinancieros .col-izq {
		padding-left: 50px;
	}
	.estadosFinancieros h2 {
		color: #87000A;
	}
	.estadosFinancieros h5 {
		color: #008964;
		font-size: 17px;
		font-weight: bold;
	}
	.estadosFinancieros table td {
		padding: 7px;
	}
	.columna {
		background-color:#F1F6EC;
	}
	.totales {
		background-color:#F1F6EC;
		font-weight:bold;
	}
	.estadosFinancieros h4 {
		font-size: 21px;
    	color: #87000A;
    	margin-top: 25px;
	}
/*fin tablas*/


@media screen and (max-width: 991px){
	.contenido {
		padding-left: 20px;
		padding-right: 20px;
	}
	.boxBotones {
		padding: 0 20px;
	}
	.box {
		padding: 0;
		background-image: none;
		border-bottom: 2px solid #fff;
	}
	.descripcion {
		margin-bottom: 20px;
	}
	.azul {
		background-color: rgba(105, 170, 227, 1);
	}
	.verde {
		background-color: rgba(104, 175, 19, 1);
	}
	.fucsia {
		background-color: rgba(233, 27, 117, 1);
	}
	.amarillo {
		background-color: rgba(245, 201, 33, 1);
	}
}
@media screen and (max-width: 767px){
	.logoMobile {
		background-color: #fff;
		position: fixed;
		z-index: 5;
		width: 100%;
		box-shadow: 0px 3px 4px #ccc;
	}
	.logrosMobile {
		padding-top: 35px;
	}
	.menuLateral {
		display: none;
	}
	.iconAzulejo, 
	.iconRadar, 
	.iconAccion, 
	.iconVisibilidad {
		font-size: 32px;
	}
	.boxTitle {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.mainTitle h1 {
		margin-top: 0;
		font-size: 26px
	}
	.tituloCategoria,
	.tituloCategoria2,
	.tituloCategoria3,
	.tituloCategoria4,
	.tituloCategoria5 {
		margin-top: 55px;
	}
	.cabezotemobile .btn-group {
		z-index: 10;
		position: fixed;
		left: 15px;
		top: 15px;
	}
	.cabezotemobile .dropdown-menu {
		min-width: 280px;
		padding: 8px;
		font-size: 16px;
	}
	.cabezotemobile .dropdown-menu li {
		border-bottom: 1px dashed #b3b3b3;
		padding: 7px 0;
	}
	.cabezotemobile .dropdown-menu a {
		color: #1a1a1a;
	}
	.cabezotemobile .dropup {
		z-index: 10;
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	.cabezotemobile .dropup .dropdown-menu {
		width: 100%;
		font-size: 14px;
	}
	.cabezotemobile .dropup .dropdown-menu li {
		border-bottom: 1px solid #ccc;
		padding: 3px 0;
	}
	.cabezotemobile button#dropdownMenu2 {
		width: 100%;
		border-radius: 0;
		font-family: 'Roboto Condensed', sans-serif;
	}
	.wow.bounceInUp {
	    animation-name: none !important;
	    visibility: visible !important;
	}
	.boxBotones {
	    padding-bottom: 80px;
	}
}










