﻿@charset "utf-8";
/* CSS Document */

@font-face {
         font-family: 'introcond';
		 src: local("introcond"), url(../css/fonts/introcond.otf) format('opentype');
         src: url('../css/font/introcond.eot');
         src: url('../css/font/introcond.eot?iefix') format('eot'),
         url('../css/font/introcond.woff') format('woff'),
         url('../css/font/introcond.ttf') format('truetype'),
         url('../css/font/introcond.svg#webfontaBGRTKCG') format('svg');
        font-weight: normal;    
		font-style: normal;
}

@font-face {
         font-family: 'introcond-light';
		 src: local("introcond-light"), url(../css/fonts/introcond-light.otf) format('opentype');
         src: url('../css/font/introcond-light.eot');
         src: url('../css/font/introcond-light.eot?iefix') format('eot'),
         url('../css/font/introcond-light.woff') format('woff'),
         url('../css/font/introcond-light.ttf') format('truetype'),
         url('../css/font/introcond-light.svg#webfontaBGRTKCG') format('svg');
        font-weight: normal;    
		font-style: normal;
}


@font-face {
         font-family: 'gloriola_std_regular';
		 src: local("gloriola_std_regular"), url(../css/fonts/gloriola_std_regular.otf) format('opentype');
         src: url('../css/font/gloriola_std_regular.eot');
         src: url('../css/font/gloriola_std_regular.eot?iefix') format('eot'),
         url('../css/font/gloriola_std_regular.woff') format('woff'),
         url('../css/font/gloriola_std_regular.ttf') format('truetype'),
         url('../css/font/gloriola_std_regular.svg#webfontaBGRTKCG') format('svg');
        font-weight: normal;    
		font-style: normal;
}

@font-face {
         font-family: 'gloriola_std_regular_it';
		 src: local("gloriola_std_regular_it"), url(../css/fonts/gloriola_std_regular_it.otf) format('opentype');
         src: url('../css/font/gloriola_std_regular_it.eot');
         src: url('../css/font/gloriola_std_regular_it.eot?iefix') format('eot'),
         url('../css/font/gloriola_std_regular_it.woff') format('woff'),
         url('../css/font/gloriola_std_regular_it.ttf') format('truetype'),
         url('../css/font/gloriola_std_regular_it.svg#webfontaBGRTKCG') format('svg');
        font-weight: normal;    
		font-style: normal;

}

@font-face {
         font-family: 'gloriola_std_bold';
		 src: local("gloriola_std_bold"), url(../css/fonts/gloriola_std_bold.otf) format('opentype');
         src: url('../css/font/gloriola_std_bold.eot');
         src: url('../css/font/gloriola_std_bold.eot?iefix') format('eot'),
         url('../css/font/gloriola_std_bold.woff') format('woff'),
         url('../css/font/gloriola_std_bold.ttf') format('truetype'),
         url('../css/font/gloriola_std_bold.svg#webfontaBGRTKCG') format('svg');
        font-weight: normal;    
		font-style: normal;
}
@font-face {

         font-family: 'gloriola_std_bold_it';
		 src: local("gloriola_std_bold_it"), url(../css/fonts/gloriola_std_bold_it.otf) format('opentype');
         src: url('../css/font/gloriola_std_bold_it.eot');
         src: url('../css/font/gloriola_std_bold_it.eot?iefix') format('eot'),
         url('../css/font/gloriola_std_bold_it.woff') format('woff'),
         url('../css/font/gloriola_std_bold_it.ttf') format('truetype'),
         url('../css/font/gloriola_std_bold_it.svg#webfontaBGRTKCG') format('svg');
        font-weight: normal;    
		font-style: normal;

}


img {
    border: 0 none;
}

body {
    background-color: #fff;
	font-family: 'introcond';
	text-decoration: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}


p {
    font-size: 16px;
}


.div-container {
	width: 1024px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
		
}

.div-header {
	width: 100%;
	background-color: #ffffff;
	display: block;
	padding-bottom: 10px;
	float: left;
	
}

.div-header-registro {
	width: 95%;
	display: block;
	color: #fff;
	float: right;
	padding: 3px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	font-family: 'gloriola_std_regular';
	font-size: 12px;
	margin-top: 5px;
	
}

#lista-registro {
	width: 100%;
	display: inline;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

#lista-registro li{
	width: 100%;
	display: inline;
	text-decoration: none;
	text-align: center;
	color: #32b3a1;
	font-family: 'gloriola_std_regular';
	font-size: 12px;
}


#lista-registro a{
	width: 100%;
	display: inline;
	text-decoration: none;
	text-align: center;
	color: #32b3a1;
	font-family: 'gloriola_std_regular';
	font-size: 12px;
}

#lista-registro a:hover{
	width: 100%;
	display: inline;
	text-decoration: none;
	text-align: center;
	color: #32b3a1;
	font-family: 'gloriola_std_bold';
	font-size: 12px;
}

.div-fondo-header {
	display: block;
	float: left;
	width: 40%;
	height: 60px;
	padding: 15px;
}

.div-fondo-side {
	display: block;
	float: left;
	width: 20%;
	text-align: right;
        padding-left: 30px;
}


.div-fondo-center {
	display: block;
	float: left;
	width: 30%;
	text-align: right;
        padding-left: 10px;
        padding-top: 40px;
}


.div-fondo-side-img {
	display: block;
	float: right;
	width: 100%;
}


.div-main {
	width: 100%;
	background-color: #238cad;
	padding-bottom: 10px;
		
}

.div-main-top {
	width: 100%;
	background-color: #fff;
	display: block;
	float: left;
}

.div-main-bottom {
	width: 100%;
	background-color: #238cad;
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
}

.div-menu-ideas {
	width: 100%;
	background-color: #fff;
	text-align: center;	
	font-size: 18px;
	font-weight: bold;
	color: #238cad;
	padding: 5px;
        padding-top: 8px;
}


.div-main-bottom-content-left {
	width: 28%;
	display: block;
	float: left;
	background-color: #fff;
	margin: 20px;
	padding: 10px;
	font-family: 'introcond';
	
}

.div-bottom-content-icono {
	width: 100%;
	height: 70px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	
}

.div-main-bottom-content-center {
	width: 29%;
	display: block;
	float: left;
	background-color: #fff;
	margin: 20px;
	margin-left: 0px;
	padding: 10px;
}

.div-main-bottom-content-right {
	width: 29%;
	display: block;
	float: left;
	background-color: #fff;
	margin: 20px;
	margin-left: 0px;
	padding: 10px;
}

.txt-ideas-act {
	text-decoration: none;
}


.txt-ideas-title {
	font-family: 'introcond';
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #000;
	margin-bottom: 10px;
}

.txt-ideas-title:hover {
	font-family: 'introcond';
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #42c0b6;
	margin-bottom: 10px;
}


.txt-ideas-bajada {
	font-family: 'gloriola_std_regular_it';
	font-size: 13px;
	text-align: left;
	color: #000;
}

.div-bottom-content-detalle {
	width: 100%;
	margin-top: 30px;
}

.div-detalle-right {
	width: 35%;
	height: 40px;
	display:block;
	float: right;
	text-align: right;
	padding-right: 10px;
}

.div-detalle-left {
	font-family: 'gloriola_std_bold';
	font-weight: bold;
	font-size: 18px;
	color: #238cad;
	padding: 10px;
	padding-left: 5px;
	width: 49%;
	float: left;
	display: block;
}

.txt-detalle {
	font-family: 'gloriola_std_regular_it';
	font-weight: lighter;
	font-style: italic;
	font-size: 14px;
}

/* menu */

.div-navbar{
	width: 99%;
	font-family: 'introcond-light';
	font-weight:bold;
	font-size: 13px;
	text-align: center;
	padding: 5px;
	padding-top: 12px;
        padding-bottom: 2px;
	height: 20px;
	display: block;
	float: left;
	background-color: #32b3a1;
	color: #000;
}

#nav {
	width: 100%;
	display: inline;
	text-decoration: none;
	text-align: center;
	color: #000;
}

#nav li{
	width: 100%;
	display: inline;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding-right: 60px;
}

#nav a{
	color: #003e8e;
	text-decoration: none;
}

#nav a:hover{
	color: #ffffff;
	text-decoration: none;
}


/* lista ideas */

.div-main-top-ideas {
	width: 95%;
	float: left;
	background-color: #5aa9c1;
	height: 80px;
	margin-left: 10px;
	text-align: center;
	padding: 5px;
	padding-top: 20px;
	padding-left: 15px;
	display: block;
}

#lista-ideas {
	width: 100%;
	display: inline;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

#lista-ideas li{
	display: inline;
	margin-right: 4px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
}


#lista-ideas a{
	color: #fff;
	text-decoration: none;
}

/* bread crumbs */

.div-bread-crumbs {
	width: 93%;
	display: block;
	color: #fff;
	float: left;
	padding: 3px;
	text-align: right;
	text-decoration: none;
	padding-right: 20px;
	font-family: 'gloriola_std_regular';
	font-size: 12px;
	
}

.div-bread-crumbs2 {
	width: 93%;
	display: block;
	color: #fff;
	float: left;
	padding: 3px;
	text-align:left;
	text-decoration: none;
	padding-right: 20px;
	font-family: 'gloriola_std_regular';
	font-size: 12px;
	
}

#lista-bread-crumbs {
	width: 100%;
	display: inline;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

#lista-bread-crumbs li{
	width: 100%;
	display: inline;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-family: 'gloriola_std_regular';
	font-size: 12px;
}


#lista-bread-crumbs a{
	width: 100%;
	display: inline;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-family: 'gloriola_std_regular';
	font-size: 12px;
}

#lista-bread-crumbs a:hover{
	width: 100%;
	display: inline;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-family: 'gloriola_std_bold';
	font-size: 12px;
}

#lista-bread-crumbs-orden {
	width: 100%;
	display: inline;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-family: 'gloriola_std_regular_it';
	font-size: 12px;
}

#lista-bread-crumbs-orden2 {
	width: 100%;
	display: inline;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-family: 'gloriola_std_regular_it';
	font-size: 12px;
}

/* icono hover*/

.div-fondo-ideas {
	width: 150px;
	height: 65px;
	display: block;
	margin-left:15px;
	padding-right: 10px;
	background-image: url('../image/iconos/img-fondo-vermasideas.png');
	background-repeat: no-repeat;
}

.div-fondo-ideas:hover {
	width: 150px;
	height: 65px;
	display: block;
	margin-left:15px;
	padding-right: 10px;
	background-image: url('../image/iconos/img-fondo-vermasideas-BC.png');
	background-repeat: no-repeat;
}




.div-icono-fondo {
	width: 65px;
	height: 65px;
	display: block;
	background-image: url('../image/iconos/img-fondo-icono-negro.png');
	background-repeat: no-repeat;
}

.div-icono-fondo:hover {
	width: 65px;
	height: 65px;
	display: block;
	background-image: url('../image/iconos/img-fondo-icono-blanco.png');
	background-repeat: no-repeat;
}

.div-icono-fondo-pk {
	width: 65px;
	height: 65px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url('../image/iconos/img-fondo-icono-negro.png');
	background-repeat: no-repeat;
	text-align: center;
}

.div-icono-fondo-pk:hover {
	width: 65px;
	height: 65px;
	display: block;
	padding-bottom: 2px;
	padding-top: 3px;
	background-image: url('../image/iconos/img-fondo-icono-blanco.png');
	background-repeat: no-repeat;
}



/* en que consiste */

.div-main-consiste {
	width: 100%;
	display: block;
	float: left;
	background-color: #75a6b8;
	padding-bottom: 30px;
	padding-top: 30px;
		
}

.div-consiste-contenido {
	width: 80%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	background-color: #fff;
}

.txt-consiste-title {
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
}

.txt-consiste-normal {
	font-size: 14px;
	color: #000;
	font-family: 'gloriola_std_regular';
}

.txt-consiste-normal2 {
	font-size: 11px;
	color: #000;
	font-family: 'gloriola_std_regular';
}

.txt-consiste-subt {
	font-size: 18px;
	color: #000;
	font-family: 'gloriola_std_bold_it';
}

.txt-consiste-it {
	font-size: 14px;
	color: #000;
	font-family: 'gloriola_std_regular_it';
}

.txt-reglas-bajada {
	font-size: 20px;
	color: #6387c5;
        margin-top: 40px;
        margin-bottom: 5px;

}

.div-main-reglas {
	width: 100%;
	float: left;
	display: block;
	background-color: #6387c5;
	padding-bottom: 30px;
	padding-top: 30px;
		
}

.div-txt-reglas {
	float: left;
	display: block;
	width: 80%;
	margin-left: 40px;
	background-color: #FFF;
}

/* registro */

.div-main-registro {
	width: 100%;
	float: left;
	display: block;
	background-color: #00AAA5;
	padding-bottom: 30px;
	padding-top: 30px;
		
}

.txt-registro-title {
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}

.txt-registro-block {
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #000;
	font-family: 'gloriola_std_bold';
}

.div-registro-block {
	float: left;
	display: block;
	width: 100%;
	border: 1px solid #999;
	height: 30px;
	margin-bottom: 20px;
}

.div-contenido-registro {
	width: 80%;
	float: left;
	display: block;
	margin-left: 80px;
}

.txt-registro-click {
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #000;
	font-family: 'gloriola_std_regular';
}

.txt-registro-click-color{
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #00aaa5;
	font-family: 'gloriola_std_regular';
	text-decoration: none;
}


.txt-registro-click-color:hover{
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #00aaa5;
	font-family: 'gloriola_std_bold';
	text-decoration: none;
}

.div-contenido-registro-button {
	width: 40%;
	display: block;
	margin-top: 50px;
	padding-left: 200px;
	text-align: center;
	
}

.div-registro-button {
	width: 100%;
	background-color:#00aaa5;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-family: 'gloriola_std_bold';
	margin-top: 30px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.div-registro-button:hover {
	width: 100%;
	background-color: #999;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-family: 'gloriola_std_bold';
	margin-top: 30px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

/* registro */

.div-consiste-contenido-left {
	width: 35%;
	float: left;
	display: block;
	margin-right: 20px;
	margin-top: 20px;
	
}

.div-consiste-contenido-right {
	width: 30%;
	float: left;
	display: block;
	padding: 10px;
	padding-left: 15px;
	border-left: 1px solid #000;
	padding-bottom: 30px;
	
}

.txt-registro-corr {
	width: 100%;
	margin: 0px;
	font-size: 11px;
	color: #999;
	font-family: 'gloriola_std_regular';
}


.txt-registro-title-tabla {
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
	text-align: left;
	width: 100%;
	margin-bottom: 25px;
}

.div-datos-input {
	width: 99%;
	float: left;
	display: block;
	border: 0px;
	font-size: 14px;
	font-family: 'gloriola_std_bold';
	color: #000;
	text-align: left;
	margin-bottom: 8px;
}

.div-datos-intro {
	width: 20%;
	float: left;
	display: block;
	height: 30px;
	padding-top: 5px;
}

.div-datos-block {
	width: 75%;
	display: block;
	float: left;
	height: 30px;
	border: 1px solid #999;
}

.div-datos-button {
	width: 100%;
	display: block;
	float: right;
	margin-top: 30px;
	height: 30px;
	padding: 20px;
}

.datos-button {
	float: right;
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #00aaa5;
	font-size: 14px;
	font-family: "gloriola_std_bold";
	color: #fff;
	padding:8px;
}

.datos-button2 {
	float:none;
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #00aaa5;
	font-size: 14px;
	font-family: "gloriola_std_bold";
	color: #fff;
	padding:8px;
}

.datos-button:hover {
	width: 30%;
	float: right;
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #999;
	font-size: 14px;
	font-family: "gloriola_std_bold";
	color: #fff;
	padding:8px;
}

.datos-button2:hover {
	width: 30%;
	float: none;
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #999;
	font-size: 14px;
	font-family: "gloriola_std_bold";
	color: #fff;
	padding:8px;
}

.div-comprobante {
	width: 100%;
	display: block;
	float: left;
	margin-top: 15px;
}

.div-leido {
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	border: 1px solid #999;
	margin-right: 5px;
}

.div-leido-txt {
	width: 80%;
	display: block;
	float: left;
}


/* ideas */
.div-main-ideas {
	width: 100%;
	display:block;
	float:left;
	background-color: #238cad;
	padding-bottom: 30px;
	padding-top: 40px;
	
		
}

.div-consiste-ideas {
	width: 80%;
	height: 600px;
	display: block;
	float: left;
	margin-left: 65px;
	margin-right: 50px;
	padding: 40px;
	padding-top: 20px;
	background-color: #fff;
}

.div-ideas-block {
	width: 100%;
	float: left;
	display:block;
	padding: 10px;
	border-bottom: 2px solid #238cad;
}

.div-ideas-block-left {
	width: 15%;
	float: left;
	display: block;
	padding-top: 15px;
}

.div-ideas-block-center {
	width: 70%;
	float: left;
	display: block;
	font-family: 'gloriola_std_bold';
	font-weight: bold;
	font-size: 18px;
	
}

.div-ideas-block-right {
	width: 15%;
	float: left;
	display: block;
	color: #238cad;
	padding-top: 30px;
        font-family: 'gloriola_std_bold';
	font-weight: bold;
	font-size: 18px;
}

/* categoria */

.txt-titulo-categorias {
	width: 100%;
	color: #238cad;
	font-size: 18px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.div-categorias {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
	margin-bottom: 2px;
	padding-bottom: 20px;
	color: #fff;
}

.div-cat-titulo {
	width: 100%;
	float: left;
	display: block;
}

.div-titulo-block {
	width: 100%;
	height: 30px;
	float: left;
	display: block;
	border: 1px solid #999;
}

.div-cat-descripcion {
	width: 100%;
	float: left;
	display: block;
}

.div-desc-block {	
	width: 100%;
	height: 260px;
	float: left;
	display: block;
	border: 1px solid #999;
}

.txt-titulo-categorias{
	font-size: 14px;
	color: #238cad;
	text-align: center;
	width: 100%

}


.div-cat-siguiente {
	width: 100%;
	height: 45px;
	float: left;
	display: block;
	text-align: right;
	margin-top: 20px;
}


.img-icono-sig {
	width: 45px;
	height: 45px;
	display: block;
	float: right;
	background-image: url('/image/img-icono-siguiente.png');
	background-repeat: no-repeat;
}

.img-icono-sig:hover {
	background-image: url('/image/img-icono-siguiente-over.png');
	background-repeat: no-repeat;

}


/* lista categorias */

#lista-cat {
	width: 100%;
	display: inline;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'gloriola_std_bold';
	font-size: 12px;
	color: #FFF;
}

#lista-cat ul{
	text-align: center;
	text-decoration: none;
	font-family: 'gloriola_std_bold';
	font-size: 12px;
	color: #FFF;
}


#lista-cat li{
	display: inline;
	margin-top: 14px;
	margin-right: 9px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-family: 'gloriola_std_bold';
	font-size: 12px;
}

.div-icono-cat {
	width: 65px;
	height: 65px;
	display: block;
	background-image: url('../image/iconos2/img-fondo-icono-azul.png');
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
	
}

.div-icono-cat:hover {
	width: 65px;
	height: 65px;
	display: block;
	background-image: url('../image/iconos2/img-fondo-icono-azul-hover.png');
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
}

.div-icono-cat-pk {
	width: 65px;
	height: 65px;
	display: block;
	background-image: url('../image/iconos2/img-fondo-icono-azul.png');
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
	padding-top: 2px;
}

.div-icono-cat-pk:hover {
	width: 65px;
	height: 65px;
	display: block;
	background-image: url('../image/iconos2/img-fondo-icono-azul-hover.png');
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	padding-top: 2px;
}

/* como funciona */

.div-main-funciona {
	width: 100%;
	float: left;
	display: block;
	background-color: #F09D3F;
	padding-bottom: 30px;
	padding-top: 30px;
		
}


.div-funciona-registrate {
	width: 400px;
	height: 145px;
	display: block;
	float: left;
	margin-left: 50px;
	background-image: url('../image/img-fondo-funciona-registrate.png');
	background-repeat: no-repeat;
}

.div-funciona-registrate:hover {
	width: 400px;
	height: 145px;
	display: block;
	float: left;
	margin-left: 50px;
	background-image: url('../image/img-fondo-funciona-registrate.png');
	background-repeat: no-repeat;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor:pointer; 
	cursor: hand;
}



.div-funciona-comparte {
	width: 326px;
	height: 203px;
	display: block;
	float: left;
	background-image: url('../image/img-fondo-funciona-comparte.png');
	background-repeat: no-repeat;
}

.div-funciona-comparte:hover {
	width: 326px;
	height: 203px;
	display: block;
	float: left;
	background-image: url('../image/img-fondo-funciona-comparte.png');
	background-repeat: no-repeat;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
		cursor:pointer; 
	cursor: hand;
}


.div-funciona-informate {
	width: 70%;
	height: 123px;
	display: block;
	float: right;
	background-image: url('../image/img-fondo-funciona-informate.png');
	background-repeat: no-repeat;
}

.div-funciona-informate:hover {
	width: 70%;
	height: 123px;
	display: block;
	float: right;
	background-image: url('../image/img-fondo-funciona-informate.png');
	background-repeat: no-repeat;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
		cursor:pointer; 
	cursor: hand;
}


.div-funciona-consigue {
	width: 352px;
	height: 134px;
	display: block;
	float: left;
	margin-left: 30px;
	background-image: url('../image/img-fondo-funciona-consigue.png');
	background-repeat: no-repeat;
}

.div-funciona-consigue:hover {
	width: 352px;
	height: 134px;
	display: block;
	float: left;
	margin-left: 30px;
	background-image: url('../image/img-fondo-funciona-consigue.png');
	background-repeat: no-repeat;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
		cursor:pointer; 
	cursor: hand;
}

.div-funciona-alcanza {
	width: 352px;
	height: 134px;
	display: block;
	float: left;
	background-image: url('../image/img-fondo-funciona-alcanza.png');
	background-repeat: no-repeat;
}

.div-funciona-alcanza:hover {
	width: 352px;
	height: 134px;
	display: block;
	float: left;
	background-image: url('../image/img-fondo-funciona-alcanza.png');
	background-repeat: no-repeat;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
		cursor:pointer; 
	cursor: hand;
}

/* Nueva peticion */

.div-main-peticion {
	width: 100%;
	display: block;
	float: right;
    overflow-y: scroll;
}

.div-peticion-right {
	width: 20%;
	display: block;
	float: right;
	text-align: right;
}

.div-peticion-left {
	width: 75%;
	display: block;
	float: left;
	margin-right: 20px;
	padding-top: 20px;
}

.txt-peticion-it {
	font-size: 14px;
	color: #000;
	font-family: 'gloriola_std_regular_it';
	margin-top: 5px;
}

.txt-peticion-title {
	font-size: 28px;
	color: #000;
	margin: 0px;
}


.div-peticion-contenido {
	width: 100%;
	float: left;
	display: block;

}


.div-peticion-iconos {
	width: 100%;
	float: left;
	display: block;
	position: relative;

}

.div-peticion-iconos-left {
	width: 75%;
	float: left;
	display: block;
    color: #238cad;
    font-family: "gloriola_std_bold";
    font-size: 26px;
    font-weight: bold;
    padding: 10px 10px 10px 5px;

}

.div-peticion-iconos-span {
    font-family: "gloriola_std_regular_it";
    font-size: 20px;
    font-style: italic;
    font-weight: lighter;
}


.div-peticion-iconos-right {
	width: 20%;
	float: left;
	display: block;
	text-align: right;

}


.txt-peticion-normal {
	font-size: 13px;
	color: #000;
	font-family: 'gloriola_std_regular';
}


/* footer */

.div-footer {
	width: 100%;
	float: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
}


.div-footer-left {
	width: 20%;
	float: left;
	display: block;
	padding-top: 10px;
}

.div-footer-center {
	width: 25%;
	float: left;
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
}

.div-footer-center2 {

	width: 10%;
	float:left;
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
    
}

.div-footer-right {
	width: 1%;
	float: left;
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
}

.txt-footer {
	width: 100%;
	font-family: 'gloriola_std_regular';
	font-size: 12px;
	color: #000;
	text-align: left;
	margin: 0px;
	margin-top: 2px;
	
}

.txt-footer-bold {
	width: 100%;
	font-family: 'gloriola_std_bold';
	font-size: 12px;
	color: #000;
	text-align: left;
	margin: 0px;
	margin-top: 2px;
	text-decoration: none;
	
}

.consejo-link {
	font-family: 'gloriola_std_bold';
	font-size: 12px;
	color: #000;
	text-decoration: none;
}


.consejo-link:hover {
	font-family: 'gloriola_std_bold';
	font-size: 12px;
	color: #42c0b6;
	text-decoration: none;
	
}