:root {
  --main-bg-color: rgba(138, 222, 176, 1); /* verde plantas logo */
  --fondo-ficha: rgba(138, 222, 176, 0.2); /* verde plantas logo con transparencia */
  --verde-letras: green;
}
html, body{
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
	
	font-family: 'plantas';
	
	height: 100%;
	width: 100%;
	
	background: white;
}
    #contenido_index{
        float: left;
        width: 80%;
        margin-top: 120px;
        margin-left: 10%;
        padding-bottom: 190px;
    }
    .tipo{
        float: left;
        width: 100%;
        font-size: 1.8em;
        color: var(--verde-letras);
        font-weight: bold;
        border-bottom: 2px solid var(--verde-letras);
        margin-bottom: 20px;
    }
        .derecha{
            float: right;
        }
        .navegacion:hover, .tipo:hover{
            cursor: pointer;
            color: black;
        }
    .titulo_web{
        float: left;
        display: none;
        width: 100%;
        margin: 40px 0;
        text-align: center;
        font-size: 2.6em;
        font-weight: bold;
    }
        .ficha_planta{
            float: left;
            width: 23%;
            margin: 30px 3%;
            padding: 2%;
            background: var(--fondo-ficha);
            
            -webkit-border-radius: 0 0 8px 8px; 
        	-moz-border-radius: 0 0 8px 8px;
        	border-radius: 0 0 8px 8px;
        }
            .ficha_imagen{
                float: left;
                padding: 1%;
            }
                .ficha_imagen img{
                    width: 100%;
                    -webkit-border-radius: 8px; 
                	-moz-border-radius: 8px; 
                	border-radius: 8px;
                }
            .ficha_nombre, .ficha_nombre_comun, .ficha_genero, .ficha_familia, .ficha_plantada{
                float: left;
                margin-left: 2%;
                margin-bottom: 8px;
                
                overflow:hidden;
				white-space:nowrap; 
				text-overflow: ellipsis;
            }
            .ficha_nombre, .ficha_nombre_comun, .ficha_genero, .ficha_familia, .ficha_plantada{
                width: 96%;
            }
            .ficha_edad{
                width: 50%;
            }
            .ficha_video{
                float: right;
                text-align: right;
                font-size: 1.1em;
                width: 30%;
            }
                .ficha_video:hover{
                    cursor: pointer;
                }
            .ficha_nombre{
                color: var(--verde-letras);
                margin-bottom: 8px;
            }
            .txt_center{
                text-align: center;
            }
            .txt_cursiva{
                text-decoration: italic;
            }
            .txt_negrilla{
                font-weight: bold;
            }
            .tam_1_2{
                font-size: 1.2em;
            }
            .tam_1{
                font-size: 0.8em;
            }
            .linea_separador{
                float: left;
                width: 90%;
                margin-left: 5%;
                margin-right: 5%;
                margin-top: 10px;
                border-top: 1px solid grey;
                margin-bottom: 8px;
            }
   
    .foto_ficha_planta, .video_ficha_planta{
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    
    .foto_no_video{
        float: left;
        width: 100%;
        position: relative;
        
        margin:0;
    }
      
        .numero_fotos{
            font-family: 'plantas';
            float: left;
            width: 98%;
            background: rgba(0, 0, 0, 0.2);
            -webkit-border-radius: 8px 8px 0 0; 
            -moz-border-radius: 8px 8px 0 0; 
            border-radius: 8px 8px 0 0;
            position: absolute;
            padding: 1%;
            color: white;
            font-size: 0.9em;
        }
                .fecha_foto {
                    font-family: 'plantas';
                    width: 98%;
                    top: 90%;
                    background: rgba(0, 0, 0, 0.2);
                
                    position: absolute;
                    padding-left: 1%;
                    padding-right: 1%;
                    color: white;
                    font-size: 1em;
                }
            .navegacion_fotos_anterior, .navegacion_fotos_siguiente{
                font-family: 'plantas';
                width: 10%;
                top: 40%;
                
                
                
                position:absolute;
               
                color: white;
                font-size: 1.8em;
                
                -moz-transition:all .5s ease;
                -ms-transition:all .5s ease;
                -o-transition:all .5s ease;
                transition:all .5s ease;
            }
                    .navegacion_fotos_anterior:hover, .navegacion_fotos_siguiente:hover{
                        color: var(--verde-letras);
                       
                        cursor: pointer;
                    }
                    .navegacion_fotos_anterior{
                        float:left;
                        margin-left: 5px;
                    }
                    .navegacion_fotos_siguiente{
                        float: right;
                        right: 0;
                        margin-right: 5px;
                    }

                .foto_ficha_planta img, .foto_no_video img{
					width:100%;
					
    				-webkit-border-radius: 6px 6px 0 0; 
    				-moz-border-radius: 6px 6px 0 0; 
    				border-radius: 6px 6px 0 0;
				}
                
                .link:hover {
                    cursor: pointer;
                }
/* salvapantallas */
    #fondo_anima{
        float: left;
        position: absolute;
        width: 90%;
        margin-left: 5%;
        margin-top: 50px;
    }
    .anima{
        position: fixed;
    	
    	-moz-transition:all 3s ease;
    	-ms-transition:all 3s ease;
    	-o-transition:all 3s ease;
    	transition:all 3s ease;
    }
    .separador, .izq, .der{
        float: left;
    }
        
#fondo_telon{
    float: left;
    position: fixed;
    width: 100%;
    height: 100%;
    
    background: rgba(0, 0, 0, 0.5);
    
    -moz-transition:all 4s ease;
	-ms-transition:all 4s ease;
	-o-transition:all 4s ease;
	transition:all 4s ease;
}


    

/* Media Queries */
@media screen and (max-width: 1200px) {
	.ficha_planta{
        width: 42%;
        margin: 30px 2%;
    }
}

@media screen and (max-width: 600px) {
    #contenido_index{
        margin-top: 48px;
        width: 90%;
        margin-left: 5%;
    }
    .titulo_web{
        display: inline;
    }
    #familia{
        margin-top: 30px;
    }
	.ficha_planta{
        width: 96%;
        margin: 0;
        margin-bottom: 40px;
    }
}